mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
chore(release): 10.8.0 [skip ci]
# [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20) ### Bug Fixes * Reworked useBattery hook ([1069060](https://github.com/streamich/react-use/commit/1069060)) * succeed useRafLoop tests ([09167df](https://github.com/streamich/react-use/commit/09167df)) ### Features * 🎸 support useBattery hook on server side ([5d31cf0](https://github.com/streamich/react-use/commit/5d31cf0)) * 🎸 use only one useState and one useEffect call ([2d0fabf](https://github.com/streamich/react-use/commit/2d0fabf))
This commit is contained in:
parent
09167df364
commit
528258561f
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
# [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Reworked useBattery hook ([1069060](https://github.com/streamich/react-use/commit/1069060))
|
||||
* succeed useRafLoop tests ([09167df](https://github.com/streamich/react-use/commit/09167df))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 🎸 support useBattery hook on server side ([5d31cf0](https://github.com/streamich/react-use/commit/5d31cf0))
|
||||
* 🎸 use only one useState and one useEffect call ([2d0fabf](https://github.com/streamich/react-use/commit/2d0fabf))
|
||||
|
||||
## [10.7.1](https://github.com/streamich/react-use/compare/v10.7.0...v10.7.1) (2019-08-20)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "10.7.1",
|
||||
"version": "10.8.0",
|
||||
"description": "Collection of React Hooks",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user