Skip to content

Commit eabe2f0

Browse files
committed
Bump version to v0.6.0
I'm doing a minor update along with a stricter react peer dependency to match the deprecation of the unsafe lifecycle methods.
1 parent 9e3ce95 commit eabe2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-motion",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "A spring that solves your animation problems.",
55
"main": "lib/react-motion.js",
66
"module": "lib/react-motion.esm.js",
77
"peerDependencies": {
8-
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
8+
"react": "^16.0.0"
99
},
1010
"devDependencies": {
1111
"@babel/cli": "^7.0.0-rc.1",

0 commit comments

Comments
 (0)