Skip to content

Commit

Permalink
v7.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 5, 2022
1 parent f979393 commit fa70755
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": "7.6.18",
"version": "7.6.19",
"private": true,
"scripts": {
"dev": "webpack serve --config ./webpack/config.js --hot"
},
"dependencies": {
"@react-three/drei": "^7.27.3",
"@react-three/fiber": "^8.2.2",
"framer-motion": "^7.6.18",
"framer-motion-3d": "^7.6.18",
"framer-motion": "^7.6.19",
"framer-motion-3d": "^7.6.19",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.6.18",
"version": "7.6.19",
"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": "7.6.18",
"version": "7.6.19",
"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 @@ -46,7 +46,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^7.6.18",
"framer-motion": "^7.6.19",
"react-merge-refs": "^2.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
@@ -1,6 +1,6 @@
{
"name": "framer-motion",
"version": "7.6.18",
"version": "7.6.19",
"description": "A simple and powerful React animation library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down

0 comments on commit fa70755

Please sign in to comment.