diff --git a/dev/html/package.json b/dev/html/package.json index 7db10eef8a..bf5cedf080 100644 --- a/dev/html/package.json +++ b/dev/html/package.json @@ -1,7 +1,7 @@ { "name": "html-env", "private": true, - "version": "11.14.2", + "version": "11.14.3", "type": "module", "scripts": { "dev": "vite", @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "framer-motion": "^11.14.2", - "motion": "^11.14.2", - "motion-dom": "^11.14.1" + "framer-motion": "^11.14.3", + "motion": "^11.14.3", + "motion-dom": "^11.14.3" }, "devDependencies": { "vite": "^5.2.0" diff --git a/dev/next/package.json b/dev/next/package.json index 466bb50fdf..3072c52b52 100644 --- a/dev/next/package.json +++ b/dev/next/package.json @@ -1,7 +1,7 @@ { "name": "next-env", "private": true, - "version": "11.14.2", + "version": "11.14.3", "type": "module", "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "framer-motion": "^11.14.2", + "framer-motion": "^11.14.3", "next": "14.x", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/dev/react-19/package.json b/dev/react-19/package.json index 37105a53c2..e1cd27d9ea 100644 --- a/dev/react-19/package.json +++ b/dev/react-19/package.json @@ -1,7 +1,7 @@ { "name": "react-19-env", "private": true, - "version": "11.14.2", + "version": "11.14.3", "type": "module", "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "motion": "^11.14.2", + "motion": "^11.14.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/dev/react/package.json b/dev/react/package.json index 2f0a79203c..3a07bbaa21 100644 --- a/dev/react/package.json +++ b/dev/react/package.json @@ -1,7 +1,7 @@ { "name": "react-env", "private": true, - "version": "11.14.2", + "version": "11.14.3", "type": "module", "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "framer-motion": "^11.14.2", + "framer-motion": "^11.14.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/lerna.json b/lerna.json index d5de9c228f..092fa7348a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.14.2", + "version": "11.14.3", "packages": [ "packages/*", "dev/*" diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index e6d3d65dd0..6878962469 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.14.2", + "version": "11.14.3", "description": "A simple and powerful React animation library for @react-three/fiber", "main": "dist/cjs/index.js", "module": "dist/es/index.mjs", @@ -45,7 +45,7 @@ "postpublish": "git push --tags" }, "dependencies": { - "framer-motion": "^11.14.2", + "framer-motion": "^11.14.3", "react-merge-refs": "^2.0.1" }, "peerDependencies": { diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index 4d9db1f12b..be82285865 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -1,6 +1,6 @@ { "name": "framer-motion", - "version": "11.14.2", + "version": "11.14.3", "description": "A simple and powerful JavaScript animation library", "main": "dist/cjs/index.js", "module": "dist/es/index.mjs", @@ -83,8 +83,8 @@ "measure": "rollup -c ./rollup.size.config.mjs" }, "dependencies": { - "motion-dom": "^11.14.1", - "motion-utils": "^11.14.1", + "motion-dom": "^11.14.3", + "motion-utils": "^11.14.3", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/packages/motion-dom/package.json b/packages/motion-dom/package.json index 001f740add..0d2f1cb090 100644 --- a/packages/motion-dom/package.json +++ b/packages/motion-dom/package.json @@ -1,6 +1,6 @@ { "name": "motion-dom", - "version": "11.14.1", + "version": "11.14.3", "author": "Matt Perry", "license": "MIT", "repository": "https://github.com/motiondivision/motion", diff --git a/packages/motion-utils/package.json b/packages/motion-utils/package.json index f4b46efc50..e270427e6b 100644 --- a/packages/motion-utils/package.json +++ b/packages/motion-utils/package.json @@ -1,6 +1,6 @@ { "name": "motion-utils", - "version": "11.14.1", + "version": "11.14.3", "author": "Matt Perry", "license": "MIT", "repository": "https://github.com/motiondivision/motion", diff --git a/packages/motion/package.json b/packages/motion/package.json index 3d46fdee30..ea131d9a83 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,6 +1,6 @@ { "name": "motion", - "version": "11.14.2", + "version": "11.14.3", "description": "An animation library for JavaScript and React.", "main": "dist/cjs/index.js", "module": "dist/es/motion/lib/index.mjs", @@ -70,7 +70,7 @@ "postpublish": "git push --tags" }, "dependencies": { - "framer-motion": "^11.14.2", + "framer-motion": "^11.14.3", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 448966f07a..68911e81a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7178,7 +7178,7 @@ __metadata: "@react-three/fiber": 8.2.2 "@react-three/test-renderer": ^9.0.0 "@rollup/plugin-commonjs": ^22.0.1 - framer-motion: ^11.14.2 + framer-motion: ^11.14.3 react-merge-refs: ^2.0.1 three: ^0.137.0 peerDependencies: @@ -7189,13 +7189,13 @@ __metadata: languageName: unknown linkType: soft -"framer-motion@^11.14.2, framer-motion@workspace:packages/framer-motion": +"framer-motion@^11.14.3, framer-motion@workspace:packages/framer-motion": version: 0.0.0-use.local resolution: "framer-motion@workspace:packages/framer-motion" dependencies: "@types/three": 0.137.0 - motion-dom: ^11.14.1 - motion-utils: ^11.14.1 + motion-dom: ^11.14.3 + motion-utils: ^11.14.3 three: 0.137.0 tslib: ^2.4.0 peerDependencies: @@ -7935,9 +7935,9 @@ __metadata: version: 0.0.0-use.local resolution: "html-env@workspace:dev/html" dependencies: - framer-motion: ^11.14.2 - motion: ^11.14.2 - motion-dom: ^11.14.1 + framer-motion: ^11.14.3 + motion: ^11.14.3 + motion-dom: ^11.14.3 vite: ^5.2.0 languageName: unknown linkType: soft @@ -10688,7 +10688,7 @@ __metadata: languageName: node linkType: hard -"motion-dom@^11.14.1, motion-dom@workspace:packages/motion-dom": +"motion-dom@^11.14.3, motion-dom@workspace:packages/motion-dom": version: 0.0.0-use.local resolution: "motion-dom@workspace:packages/motion-dom" languageName: unknown @@ -10756,17 +10756,17 @@ __metadata: languageName: unknown linkType: soft -"motion-utils@^11.14.1, motion-utils@workspace:packages/motion-utils": +"motion-utils@^11.14.3, motion-utils@workspace:packages/motion-utils": version: 0.0.0-use.local resolution: "motion-utils@workspace:packages/motion-utils" languageName: unknown linkType: soft -"motion@^11.14.2, motion@workspace:packages/motion": +"motion@^11.14.3, motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "motion@workspace:packages/motion" dependencies: - framer-motion: ^11.14.2 + framer-motion: ^11.14.3 tslib: ^2.4.0 peerDependencies: "@emotion/is-prop-valid": "*" @@ -10876,7 +10876,7 @@ __metadata: version: 0.0.0-use.local resolution: "next-env@workspace:dev/next" dependencies: - framer-motion: ^11.14.2 + framer-motion: ^11.14.3 next: 14.x react: ^18.3.1 react-dom: ^18.3.1 @@ -12333,7 +12333,7 @@ __metadata: "@typescript-eslint/parser": ^7.2.0 "@vitejs/plugin-react-swc": ^3.5.0 eslint-plugin-react-refresh: ^0.4.6 - motion: ^11.14.2 + motion: ^11.14.3 react: ^19.0.0 react-dom: ^19.0.0 vite: ^5.2.0 @@ -12405,7 +12405,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.14.2 + framer-motion: ^11.14.3 react: ^18.3.1 react-dom: ^18.3.1 styled-components: ^6.1.11