Skip to content

Commit 419e1cb

Browse files
committed
v12.6.5
1 parent f477099 commit 419e1cb

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

dev/html/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-env",
33
"private": true,
4-
"version": "12.6.4",
4+
"version": "12.6.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"framer-motion": "^12.6.4",
14-
"motion": "^12.6.4",
15-
"motion-dom": "^12.6.4"
13+
"framer-motion": "^12.6.5",
14+
"motion": "^12.6.5",
15+
"motion-dom": "^12.6.5"
1616
},
1717
"devDependencies": {
1818
"vite": "^5.2.0"

dev/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "next-env",
33
"private": true,
4-
"version": "12.6.4",
4+
"version": "12.6.5",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",
88
"dev-server": "next dev",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"motion": "^12.6.4",
12+
"motion": "^12.6.5",
1313
"next": "14.x",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"

dev/react-19/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-19-env",
33
"private": true,
4-
"version": "12.6.4",
4+
"version": "12.6.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"motion": "^12.6.4",
14+
"motion": "^12.6.5",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

dev/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-env",
33
"private": true,
4-
"version": "12.6.4",
4+
"version": "12.6.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"framer-motion": "^12.6.4",
14+
"framer-motion": "^12.6.5",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.6.4",
2+
"version": "12.6.5",
33
"packages": [
44
"packages/*",
55
"dev/*"

packages/framer-motion/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer-motion",
3-
"version": "12.6.4",
3+
"version": "12.6.5",
44
"description": "A simple and powerful JavaScript animation library",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.mjs",
@@ -87,8 +87,8 @@
8787
"measure": "rollup -c ./rollup.size.config.mjs"
8888
},
8989
"dependencies": {
90-
"motion-dom": "^12.6.4",
91-
"motion-utils": "^12.6.4",
90+
"motion-dom": "^12.6.5",
91+
"motion-utils": "^12.6.5",
9292
"tslib": "^2.4.0"
9393
},
9494
"devDependencies": {

packages/motion-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-dom",
3-
"version": "12.6.4",
3+
"version": "12.6.5",
44
"author": "Matt Perry",
55
"license": "MIT",
66
"repository": "https://github.com/motiondivision/motion",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"dependencies": {
19-
"motion-utils": "^12.6.4"
19+
"motion-utils": "^12.6.5"
2020
},
2121
"scripts": {
2222
"clean": "rm -rf types dist lib",

packages/motion-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-utils",
3-
"version": "12.6.4",
3+
"version": "12.6.5",
44
"author": "Matt Perry",
55
"license": "MIT",
66
"repository": "https://github.com/motiondivision/motion",

packages/motion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion",
3-
"version": "12.6.4",
3+
"version": "12.6.5",
44
"description": "An animation library for JavaScript and React.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/motion/lib/index.mjs",
@@ -76,7 +76,7 @@
7676
"postpublish": "git push --tags"
7777
},
7878
"dependencies": {
79-
"framer-motion": "^12.6.4",
79+
"framer-motion": "^12.6.5",
8080
"tslib": "^2.4.0"
8181
},
8282
"peerDependencies": {

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -6836,14 +6836,14 @@ __metadata:
68366836
languageName: node
68376837
linkType: hard
68386838

6839-
"framer-motion@^12.6.4, framer-motion@workspace:packages/framer-motion":
6839+
"framer-motion@^12.6.5, framer-motion@workspace:packages/framer-motion":
68406840
version: 0.0.0-use.local
68416841
resolution: "framer-motion@workspace:packages/framer-motion"
68426842
dependencies:
68436843
"@thednp/dommatrix": ^2.0.11
68446844
"@types/three": 0.137.0
6845-
motion-dom: ^12.6.4
6846-
motion-utils: ^12.6.4
6845+
motion-dom: ^12.6.5
6846+
motion-utils: ^12.6.5
68476847
three: 0.137.0
68486848
tslib: ^2.4.0
68496849
peerDependencies:
@@ -7600,9 +7600,9 @@ __metadata:
76007600
version: 0.0.0-use.local
76017601
resolution: "html-env@workspace:dev/html"
76027602
dependencies:
7603-
framer-motion: ^12.6.4
7604-
motion: ^12.6.4
7605-
motion-dom: ^12.6.4
7603+
framer-motion: ^12.6.5
7604+
motion: ^12.6.5
7605+
motion-dom: ^12.6.5
76067606
vite: ^5.2.0
76077607
languageName: unknown
76087608
linkType: soft
@@ -10328,11 +10328,11 @@ __metadata:
1032810328
languageName: node
1032910329
linkType: hard
1033010330

10331-
"motion-dom@^12.6.4, motion-dom@workspace:packages/motion-dom":
10331+
"motion-dom@^12.6.5, motion-dom@workspace:packages/motion-dom":
1033210332
version: 0.0.0-use.local
1033310333
resolution: "motion-dom@workspace:packages/motion-dom"
1033410334
dependencies:
10335-
motion-utils: ^12.6.4
10335+
motion-utils: ^12.6.5
1033610336
languageName: unknown
1033710337
linkType: soft
1033810338

@@ -10397,17 +10397,17 @@ __metadata:
1039710397
languageName: unknown
1039810398
linkType: soft
1039910399

10400-
"motion-utils@^12.6.4, motion-utils@workspace:packages/motion-utils":
10400+
"motion-utils@^12.6.5, motion-utils@workspace:packages/motion-utils":
1040110401
version: 0.0.0-use.local
1040210402
resolution: "motion-utils@workspace:packages/motion-utils"
1040310403
languageName: unknown
1040410404
linkType: soft
1040510405

10406-
"motion@^12.6.4, motion@workspace:packages/motion":
10406+
"motion@^12.6.5, motion@workspace:packages/motion":
1040710407
version: 0.0.0-use.local
1040810408
resolution: "motion@workspace:packages/motion"
1040910409
dependencies:
10410-
framer-motion: ^12.6.4
10410+
framer-motion: ^12.6.5
1041110411
tslib: ^2.4.0
1041210412
peerDependencies:
1041310413
"@emotion/is-prop-valid": "*"
@@ -10524,7 +10524,7 @@ __metadata:
1052410524
version: 0.0.0-use.local
1052510525
resolution: "next-env@workspace:dev/next"
1052610526
dependencies:
10527-
motion: ^12.6.4
10527+
motion: ^12.6.5
1052810528
next: 14.x
1052910529
react: ^18.3.1
1053010530
react-dom: ^18.3.1
@@ -11987,7 +11987,7 @@ __metadata:
1198711987
"@typescript-eslint/parser": ^7.2.0
1198811988
"@vitejs/plugin-react-swc": ^3.5.0
1198911989
eslint-plugin-react-refresh: ^0.4.6
11990-
motion: ^12.6.4
11990+
motion: ^12.6.5
1199111991
react: ^19.0.0
1199211992
react-dom: ^19.0.0
1199311993
vite: ^5.2.0
@@ -12059,7 +12059,7 @@ __metadata:
1205912059
"@typescript-eslint/parser": ^7.2.0
1206012060
"@vitejs/plugin-react-swc": ^3.5.0
1206112061
eslint-plugin-react-refresh: ^0.4.6
12062-
framer-motion: ^12.6.4
12062+
framer-motion: ^12.6.5
1206312063
react: ^18.3.1
1206412064
react-dom: ^18.3.1
1206512065
vite: ^5.2.0

0 commit comments

Comments
 (0)