Skip to content

Commit

Permalink
chore(release): 17.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [17.3.3](v17.3.2...v17.3.3) (2022-05-20)

### Bug Fixes

* bump React peer dependency version ([532e865](532e865))
* resolve [#2319](#2319) ([4884b2c](4884b2c))
* resolve @types/react@18 break change, React.FC ([20b7817](20b7817))
  • Loading branch information
semantic-release-bot committed May 20, 2022
1 parent 532e865 commit d4f9c4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [17.3.3](https://github.com/streamich/react-use/compare/v17.3.2...v17.3.3) (2022-05-20)


### Bug Fixes

* bump React peer dependency version ([532e865](https://github.com/streamich/react-use/commit/532e8653a50d39dd439d9664d4813a1d7a5b4f3c))
* resolve [#2319](https://github.com/streamich/react-use/issues/2319) ([4884b2c](https://github.com/streamich/react-use/commit/4884b2c74085e0841af7c36cca34e16d698d1b4c))
* resolve @types/react@18 break change, React.FC ([20b7817](https://github.com/streamich/react-use/commit/20b78178d0033cc2e0c2a904e413b20ee864c816))

## [17.3.2](https://github.com/streamich/react-use/compare/v17.3.1...v17.3.2) (2021-12-30)


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": "react-use",
"version": "17.3.2",
"version": "17.3.3",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit d4f9c4c

Please sign in to comment.