chore(release): 10.0.0 [skip ci]

# [10.0.0](https://github.com/streamich/react-use/compare/v9.12.0...v10.0.0) (2019-07-17)

### Features

* remove big libs from peerDependencies ([1dbdc5d](https://github.com/streamich/react-use/commit/1dbdc5d))

### BREAKING CHANGES

* `useSpring` and `useKeyboardJs` hooks need to be imported directly now and libs they depend on are not in peerDependencies anymore.
This commit is contained in:
semantic-release-bot 2019-07-17 14:48:54 +00:00
parent 1dbdc5dc67
commit 4d9271f921
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# [10.0.0](https://github.com/streamich/react-use/compare/v9.12.0...v10.0.0) (2019-07-17)
### Features
* remove big libs from peerDependencies ([1dbdc5d](https://github.com/streamich/react-use/commit/1dbdc5d))
### BREAKING CHANGES
* `useSpring` and `useKeyboardJs` hooks need to be imported directly now and libs they depend on are not in peerDependencies anymore.
# [9.12.0](https://github.com/streamich/react-use/compare/v9.11.2...v9.12.0) (2019-07-16)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "9.12.0",
"version": "10.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",