Skip to content

Commit c5967ed

Browse files
author
GitHub Release Bot
committed
Release 3.10.1
1 parent 17dbad2 commit c5967ed

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.10.1] - 2025-09-23
11+
1012
### Fixed
1113

1214
- Fix for `StaticTypeaheadInput`, `ColorPicker` and `AsyncTypeaheadInput` to redirect to `input field` in case of error
@@ -574,7 +576,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574576

575577
- Created package :tada:
576578

577-
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.10.0...HEAD
579+
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/3.10.1...HEAD
578580
[0.1.2]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.1...0.1.2
579581
[0.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.0...0.1.1
580582
[0.1.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.1.0
@@ -599,6 +601,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599601
[0.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.3.0...0.4.0
600602
[0.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.2.0...0.3.0
601603
[0.2.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.2.0
604+
[3.10.1]: https://github.com/neolution-ch/react-hook-form-components/compare/3.10.0...3.10.1
602605
[3.10.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.9.0...3.10.0
603606
[3.9.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.8.0...3.9.0
604607
[3.8.0]: https://github.com/neolution-ch/react-hook-form-components/compare/3.7.1...3.8.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.10.0",
3+
"version": "3.10.1",
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)