diff --git a/dev/next/package.json b/dev/next/package.json index 074b77cd0b..a369abc637 100644 --- a/dev/next/package.json +++ b/dev/next/package.json @@ -1,7 +1,7 @@ { "name": "next-env", "private": true, - "version": "11.6.0", + "version": "11.7.0", "type": "module", "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "framer-motion": "^11.6.0", + "framer-motion": "^11.7.0", "next": "14.x", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/dev/react/package.json b/dev/react/package.json index 7bfbe86fbe..993577d126 100644 --- a/dev/react/package.json +++ b/dev/react/package.json @@ -1,7 +1,7 @@ { "name": "react-env", "private": true, - "version": "11.6.0", + "version": "11.7.0", "type": "module", "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "framer-motion": "^11.6.0", + "framer-motion": "^11.7.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/lerna.json b/lerna.json index e2d1cd6763..081cdb9c93 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.6.0", + "version": "11.7.0", "packages": [ "packages/*" ], diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index fc4d01f0bc..eb4b311b6d 100644 --- a/packages/framer-motion-3d/package.json +++ b/packages/framer-motion-3d/package.json @@ -1,6 +1,6 @@ { "name": "framer-motion-3d", - "version": "11.6.0", + "version": "11.7.0", "description": "A simple and powerful React animation library for @react-three/fiber", "main": "dist/cjs/index.js", "module": "dist/es/index.mjs", @@ -47,7 +47,7 @@ "postpublish": "git push --tags" }, "dependencies": { - "framer-motion": "^11.6.0", + "framer-motion": "^11.7.0", "react-merge-refs": "^2.0.1" }, "peerDependencies": { diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index 39d923f9d6..88c9a05b84 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -1,6 +1,6 @@ { "name": "framer-motion", - "version": "11.6.0", + "version": "11.7.0", "description": "A simple and powerful JavaScript animation library", "main": "dist/cjs/index.js", "module": "dist/es/index.mjs", diff --git a/yarn.lock b/yarn.lock index d1616b0106..8b1a9ef3fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7321,7 +7321,7 @@ __metadata: "@react-three/fiber": ^8.2.2 "@react-three/test-renderer": ^9.0.0 "@rollup/plugin-commonjs": ^22.0.1 - framer-motion: ^11.6.0 + framer-motion: ^11.7.0 react-merge-refs: ^2.0.1 three: ^0.137.0 peerDependencies: @@ -7332,7 +7332,7 @@ __metadata: languageName: unknown linkType: soft -"framer-motion@^11.6.0, framer-motion@workspace:packages/framer-motion": +"framer-motion@^11.7.0, framer-motion@workspace:packages/framer-motion": version: 0.0.0-use.local resolution: "framer-motion@workspace:packages/framer-motion" dependencies: @@ -10998,7 +10998,7 @@ __metadata: version: 0.0.0-use.local resolution: "next-env@workspace:dev/next" dependencies: - framer-motion: ^11.6.0 + framer-motion: ^11.7.0 next: 14.x react: ^18.3.1 react-dom: ^18.3.1 @@ -12546,7 +12546,7 @@ __metadata: "@typescript-eslint/parser": ^7.2.0 "@vitejs/plugin-react-swc": ^3.5.0 eslint-plugin-react-refresh: ^0.4.6 - framer-motion: ^11.6.0 + framer-motion: ^11.7.0 react: ^18.3.1 react-dom: ^18.3.1 styled-components: ^6.1.11