Skip to content

Commit cd754fc

Browse files
committed
v12.5.0
1 parent 7a20d7c commit cd754fc

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.4.13",
4+
"version": "12.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"framer-motion": "^12.4.13",
14-
"motion": "^12.4.13",
15-
"motion-dom": "^12.4.11"
13+
"framer-motion": "^12.5.0",
14+
"motion": "^12.5.0",
15+
"motion-dom": "^12.5.0"
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.4.13",
4+
"version": "12.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",
88
"dev-server": "next dev",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"motion": "^12.4.13",
12+
"motion": "^12.5.0",
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.4.13",
4+
"version": "12.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"motion": "^12.4.13",
14+
"motion": "^12.5.0",
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.4.13",
4+
"version": "12.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"framer-motion": "^12.4.13",
14+
"framer-motion": "^12.5.0",
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.4.13",
2+
"version": "12.5.0",
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.4.13",
3+
"version": "12.5.0",
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.4.11",
91-
"motion-utils": "^12.4.10",
90+
"motion-dom": "^12.5.0",
91+
"motion-utils": "^12.5.0",
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.4.11",
3+
"version": "12.5.0",
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.4.10"
19+
"motion-utils": "^12.5.0"
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.4.10",
3+
"version": "12.5.0",
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.4.13",
3+
"version": "12.5.0",
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.4.13",
79+
"framer-motion": "^12.5.0",
8080
"tslib": "^2.4.0"
8181
},
8282
"peerDependencies": {

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -6799,14 +6799,14 @@ __metadata:
67996799
languageName: node
68006800
linkType: hard
68016801

6802-
"framer-motion@^12.4.13, framer-motion@workspace:packages/framer-motion":
6802+
"framer-motion@^12.5.0, framer-motion@workspace:packages/framer-motion":
68036803
version: 0.0.0-use.local
68046804
resolution: "framer-motion@workspace:packages/framer-motion"
68056805
dependencies:
68066806
"@thednp/dommatrix": ^2.0.11
68076807
"@types/three": 0.137.0
6808-
motion-dom: ^12.4.11
6809-
motion-utils: ^12.4.10
6808+
motion-dom: ^12.5.0
6809+
motion-utils: ^12.5.0
68106810
three: 0.137.0
68116811
tslib: ^2.4.0
68126812
peerDependencies:
@@ -7563,9 +7563,9 @@ __metadata:
75637563
version: 0.0.0-use.local
75647564
resolution: "html-env@workspace:dev/html"
75657565
dependencies:
7566-
framer-motion: ^12.4.13
7567-
motion: ^12.4.13
7568-
motion-dom: ^12.4.11
7566+
framer-motion: ^12.5.0
7567+
motion: ^12.5.0
7568+
motion-dom: ^12.5.0
75697569
vite: ^5.2.0
75707570
languageName: unknown
75717571
linkType: soft
@@ -10301,11 +10301,11 @@ __metadata:
1030110301
languageName: node
1030210302
linkType: hard
1030310303

10304-
"motion-dom@^12.4.11, motion-dom@workspace:packages/motion-dom":
10304+
"motion-dom@^12.5.0, motion-dom@workspace:packages/motion-dom":
1030510305
version: 0.0.0-use.local
1030610306
resolution: "motion-dom@workspace:packages/motion-dom"
1030710307
dependencies:
10308-
motion-utils: ^12.4.10
10308+
motion-utils: ^12.5.0
1030910309
languageName: unknown
1031010310
linkType: soft
1031110311

@@ -10370,17 +10370,17 @@ __metadata:
1037010370
languageName: unknown
1037110371
linkType: soft
1037210372

10373-
"motion-utils@^12.4.10, motion-utils@workspace:packages/motion-utils":
10373+
"motion-utils@^12.5.0, motion-utils@workspace:packages/motion-utils":
1037410374
version: 0.0.0-use.local
1037510375
resolution: "motion-utils@workspace:packages/motion-utils"
1037610376
languageName: unknown
1037710377
linkType: soft
1037810378

10379-
"motion@^12.4.13, motion@workspace:packages/motion":
10379+
"motion@^12.5.0, motion@workspace:packages/motion":
1038010380
version: 0.0.0-use.local
1038110381
resolution: "motion@workspace:packages/motion"
1038210382
dependencies:
10383-
framer-motion: ^12.4.13
10383+
framer-motion: ^12.5.0
1038410384
tslib: ^2.4.0
1038510385
peerDependencies:
1038610386
"@emotion/is-prop-valid": "*"
@@ -10497,7 +10497,7 @@ __metadata:
1049710497
version: 0.0.0-use.local
1049810498
resolution: "next-env@workspace:dev/next"
1049910499
dependencies:
10500-
motion: ^12.4.13
10500+
motion: ^12.5.0
1050110501
next: 14.x
1050210502
react: ^18.3.1
1050310503
react-dom: ^18.3.1
@@ -11959,7 +11959,7 @@ __metadata:
1195911959
"@typescript-eslint/parser": ^7.2.0
1196011960
"@vitejs/plugin-react-swc": ^3.5.0
1196111961
eslint-plugin-react-refresh: ^0.4.6
11962-
motion: ^12.4.13
11962+
motion: ^12.5.0
1196311963
react: ^19.0.0
1196411964
react-dom: ^19.0.0
1196511965
vite: ^5.2.0
@@ -12031,7 +12031,7 @@ __metadata:
1203112031
"@typescript-eslint/parser": ^7.2.0
1203212032
"@vitejs/plugin-react-swc": ^3.5.0
1203312033
eslint-plugin-react-refresh: ^0.4.6
12034-
framer-motion: ^12.4.13
12034+
framer-motion: ^12.5.0
1203512035
react: ^18.3.1
1203612036
react-dom: ^18.3.1
1203712037
vite: ^5.2.0

0 commit comments

Comments
 (0)