Skip to content

Commit dbd09b1

Browse files
author
GitHub Release Bot
committed
Release 4.2.0
1 parent ecc50ee commit dbd09b1

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+
## [4.2.0] - 2026-04-16
11+
1012
### Fixed
1113

1214
- `ColorPicker` controlled/uncontrolled state warning by ensuring value prop is always defined.
@@ -718,7 +720,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
718720

719721
- Created package :tada:
720722

721-
[Unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/4.1.0...HEAD
723+
[Unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/4.2.0...HEAD
722724
[0.1.2]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.1...0.1.2
723725
[0.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.0...0.1.1
724726
[0.1.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.1.0
@@ -743,6 +745,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
743745
[0.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.3.0...0.4.0
744746
[0.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.2.0...0.3.0
745747
[0.2.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.2.0
748+
[4.2.0]: https://github.com/neolution-ch/react-hook-form-components/compare/4.1.0...4.2.0
746749
[4.1.0]: https://github.com/neolution-ch/react-hook-form-components/compare/4.0.0...4.1.0
747750
[4.0.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.17.0...4.0.0
748751
[3.17.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.16.0...3.17.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": "4.1.0",
3+
"version": "4.2.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)