From 4d9271f9215c8de46a342f35db701d41e0270109 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jul 2019 14:48:54 +0000 Subject: [PATCH] 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. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f33299107..59d9cafe33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0e9568a8ce..85afdfa12b 100644 --- a/package.json +++ b/package.json @@ -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",