mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
chore(release): 5.2.1 [skip ci]
## [5.2.1](https://github.com/streamich/react-use/compare/v5.2.0...v5.2.1) (2019-01-04) ### Bug Fixes * use function to correctly update state in useToggle ([d854d27](https://github.com/streamich/react-use/commit/d854d27))
This commit is contained in:
parent
d854d27208
commit
fb2829dbbb
@ -1,3 +1,10 @@
|
||||
## [5.2.1](https://github.com/streamich/react-use/compare/v5.2.0...v5.2.1) (2019-01-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use function to correctly update state in useToggle ([d854d27](https://github.com/streamich/react-use/commit/d854d27))
|
||||
|
||||
# [5.2.0](https://github.com/streamich/react-use/compare/v5.1.2...v5.2.0) (2019-01-02)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"description": "Collection of React Hooks",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user