Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
I'm doing a minor update along with a stricter react peer dependency to
match the deprecation of the unsafe lifecycle methods.
  • Loading branch information
davidmh committed Dec 6, 2019
1 parent 9e3ce95 commit 072f5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-motion",
"version": "0.5.2",
"version": "0.6.1",
"description": "A spring that solves your animation problems.",
"main": "lib/react-motion.js",
"module": "lib/react-motion.esm.js",
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
"react": "^16.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
Expand Down

0 comments on commit 072f5e9

Please sign in to comment.