Skip to content

Commit 6edd9de

Browse files
author
GitHub Release Bot
committed
Release 3.12.0
1 parent 0fdc4d8 commit 6edd9de

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.12.0] - 2025-11-10
11+
1012
### Added
1113

1214
- `i18n-iso-countries` required peer dependencies.
@@ -623,7 +625,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
623625

624626
- Created package :tada:
625627

626-
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.11.2...HEAD
628+
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.12.0...HEAD
627629
[0.1.2]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.1...0.1.2
628630
[0.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.0...0.1.1
629631
[0.1.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.1.0
@@ -648,6 +650,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
648650
[0.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.3.0...0.4.0
649651
[0.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.2.0...0.3.0
650652
[0.2.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.2.0
653+
[3.12.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.11.2...3.12.0
651654
[3.11.2]: https://github.com/neolution-ch/react-hook-form-components/compare/3.11.1...3.11.2
652655
[3.11.1]: https://github.com/neolution-ch/react-hook-form-components/compare/3.11.0...3.11.1
653656
[3.11.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.10.2...3.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-hook-form-components",
3-
"version": "3.11.2",
3+
"version": "3.12.0",
44
"description": "a collection of react hook form components to reduce boilerplate and figuring out how to integrate react hook form with other libraries",
55
"homepage": "https://neolution-ch.github.io/react-hook-form-components",
66
"repository": {

0 commit comments

Comments
 (0)