Skip to content

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 13, 2022
1 parent 993d208 commit 921a559
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dev/package.json
@@ -1,15 +1,15 @@
{
"name": "framer-motion--dev",
"version": "6.4.3",
"version": "6.5.0",
"private": true,
"scripts": {
"dev": "webpack serve --config ./webpack/config.js --hot"
},
"dependencies": {
"@react-three/drei": "^7.27.3",
"@react-three/fiber": "^7.0.24",
"framer-motion": "^6.4.3",
"framer-motion-3d": "^6.4.3",
"framer-motion": "^6.5.0",
"framer-motion-3d": "^6.5.0",
"path-browserify": "^1.0.1",
"popmotion": "11.0.3",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "6.4.3",
"version": "6.5.0",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/framer-motion-3d/package.json
@@ -1,6 +1,6 @@
{
"name": "framer-motion-3d",
"version": "6.4.3",
"version": "6.5.0",
"description": "A simple and powerful React animation library for @react-three/fiber",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^6.4.3",
"framer-motion": "^6.5.0",
"react-merge-refs": "^1.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
@@ -1,6 +1,6 @@
{
"name": "framer-motion",
"version": "6.4.3",
"version": "6.5.0",
"description": "A simple and powerful React animation library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down

0 comments on commit 921a559

Please sign in to comment.