Skip to content

Commit df2daf1

Browse files
author
GitHub Release Bot
committed
Release 3.4.0
1 parent 97f6be9 commit df2daf1

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.4.0] - 2025-06-11
11+
1012
### Changed
1113

1214
- migrated to eslint 9 flat config
@@ -509,7 +511,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509511

510512
- Created package :tada:
511513

512-
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.3.0...HEAD
514+
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.4.0...HEAD
513515
[0.1.2]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.1...0.1.2
514516
[0.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.0...0.1.1
515517
[0.1.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.1.0
@@ -534,6 +536,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
534536
[0.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.3.0...0.4.0
535537
[0.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.2.0...0.3.0
536538
[0.2.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.2.0
539+
[3.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.3.0...3.4.0
537540
[3.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.2.0...3.3.0
538541
[3.2.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.1.1...3.2.0
539542
[3.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/3.1.0...3.1.1

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.3.0",
3+
"version": "3.4.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)