Skip to content

Commit

Permalink
v11.3.25-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Aug 14, 2024
1 parent f1ff96f commit d977e4e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html",
"private": true,
"version": "11.3.25-alpha.9",
"version": "11.3.25-alpha.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions dev/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "11.3.25-alpha.9",
"version": "11.3.25-alpha.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.3.25-alpha.9",
"framer-motion": "^11.3.25-alpha.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.3.25-alpha.9",
"version": "11.3.25-alpha.10",
"packages": [
"packages/*"
],
Expand Down
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": "11.3.25-alpha.9",
"version": "11.3.25-alpha.10",
"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 @@ -47,7 +47,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^11.3.25-alpha.9",
"framer-motion": "^11.3.25-alpha.10",
"react-merge-refs": "^2.0.1"
},
"peerDependencies": {
Expand Down
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": "11.3.25-alpha.9",
"version": "11.3.25-alpha.10",
"description": "A simple and powerful JavaScript animation library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down

0 comments on commit d977e4e

Please sign in to comment.