Skip to content

Commit

Permalink
Release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed Oct 4, 2024
1 parent ea4e9b0 commit 4f04693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.11.0] - 2024-10-04

### Added

- The property `inputRef` to the `AsyncTypeaheadInput` and exposed `onInputChange` on `StaticTypeaheadInput` and `AsyncTypeaheadInput`
Expand Down Expand Up @@ -407,7 +409,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Created package :tada:

[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/2.10.0...HEAD
[unreleased]: https://github.com/neolution-ch/react-hook-form-components/compare/2.11.0...HEAD
[0.1.2]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/neolution-ch/react-hook-form-components/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.1.0
Expand All @@ -432,6 +434,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.4.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/neolution-ch/react-hook-form-components/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/neolution-ch/react-hook-form-components/releases/tag/0.2.0
[2.11.0]: https://github.com/neolution-ch/react-hook-form-components/compare/2.10.0...2.11.0
[2.10.0]: https://github.com/neolution-ch/react-hook-form-components/compare/2.9.0...2.10.0
[2.9.0]: https://github.com/neolution-ch/react-hook-form-components/compare/2.8.1...2.9.0
[2.8.1]: https://github.com/neolution-ch/react-hook-form-components/compare/2.8.0...2.8.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neolution-ch/react-hook-form-components",
"version": "2.10.0",
"version": "2.11.0",
"description": "a collection of react hook form components to reduce boilerplate and figuring out how to integrate react hook form with other libraries",
"homepage": "https://neolution-ch.github.io/react-hook-form-components",
"repository": {
Expand Down

0 comments on commit 4f04693

Please sign in to comment.