Skip to content

Commit

Permalink
v6.4.3
Browse files Browse the repository at this point in the history
mattgperry committed Jul 8, 2022

Verified

This commit was signed with the committer’s verified signature.
macalinao Ian Macalinao
1 parent d80ee3d commit fd3153e
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dev/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "framer-motion--dev",
"version": "6.4.2",
"version": "6.4.3",
"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.2",
"framer-motion-3d": "^6.4.2",
"framer-motion": "^6.4.3",
"framer-motion-3d": "^6.4.3",
"path-browserify": "^1.0.1",
"popmotion": "11.0.3",
"react": "^17.0.2",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.4.2",
"version": "6.4.3",
"packages": [
"packages/*"
],
4 changes: 2 additions & 2 deletions packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion-3d",
"version": "6.4.2",
"version": "6.4.3",
"description": "A simple and powerful React animation library for @react-three/fiber",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
@@ -48,7 +48,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^6.4.2",
"framer-motion": "^6.4.3",
"react-merge-refs": "^1.1.0"
},
"peerDependencies": {
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion",
"version": "6.4.2",
"version": "6.4.3",
"description": "A simple and powerful React animation library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",

0 comments on commit fd3153e

Please sign in to comment.