Skip to content

Commit f3102d5

Browse files
committed
v12.18.1
1 parent 7db0a4e commit f3102d5

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

dev/html/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-env",
33
"private": true,
4-
"version": "12.18.0",
4+
"version": "12.18.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"framer-motion": "^12.18.0",
14-
"motion": "^12.18.0",
15-
"motion-dom": "^12.17.3",
13+
"framer-motion": "^12.18.1",
14+
"motion": "^12.18.1",
15+
"motion-dom": "^12.18.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},

dev/next/package.json

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

dev/react-19/package.json

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

dev/react/package.json

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.18.0",
2+
"version": "12.18.1",
33
"packages": [
44
"packages/*",
55
"dev/*"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "config",
3-
"version": "12.6.3",
3+
"version": "12.18.1",
44
"main": "index.js",
55
"private": true,
66
"license": "MIT",

packages/framer-motion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer-motion",
3-
"version": "12.18.0",
3+
"version": "12.18.1",
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.17.3",
91-
"motion-utils": "^12.12.1",
90+
"motion-dom": "^12.18.1",
91+
"motion-utils": "^12.18.1",
9292
"tslib": "^2.4.0"
9393
},
9494
"devDependencies": {

packages/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ai",
3-
"version": "12.17.3",
3+
"version": "12.18.1",
44
"author": "Matt Perry",
55
"description": "MCP server for allowing AI agents to perform actions using Motion, like generating CSS spring easing curves.",
66
"license": "MIT",
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@modelcontextprotocol/sdk": "^1.12.1",
22-
"motion-dom": "^12.17.3",
23-
"motion-utils": "^12.12.1",
22+
"motion-dom": "^12.18.1",
23+
"motion-utils": "^12.18.1",
2424
"zod": "^3.25.56"
2525
},
2626
"scripts": {

packages/motion-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-dom",
3-
"version": "12.17.3",
3+
"version": "12.18.1",
44
"author": "Matt Perry",
55
"license": "MIT",
66
"repository": "https://github.com/motiondivision/motion",
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"dependencies": {
20-
"motion-utils": "^12.12.1"
20+
"motion-utils": "^12.18.1"
2121
},
2222
"scripts": {
2323
"clean": "rm -rf types dist lib",

packages/motion-utils/package.json

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

packages/motion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion",
3-
"version": "12.18.0",
3+
"version": "12.18.1",
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.18.0",
79+
"framer-motion": "^12.18.1",
8080
"tslib": "^2.4.0"
8181
},
8282
"peerDependencies": {

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7069,14 +7069,14 @@ __metadata:
70697069
languageName: node
70707070
linkType: hard
70717071

7072-
"framer-motion@^12.18.0, framer-motion@workspace:packages/framer-motion":
7072+
"framer-motion@^12.18.1, framer-motion@workspace:packages/framer-motion":
70737073
version: 0.0.0-use.local
70747074
resolution: "framer-motion@workspace:packages/framer-motion"
70757075
dependencies:
70767076
"@thednp/dommatrix": ^2.0.11
70777077
"@types/three": 0.137.0
7078-
motion-dom: ^12.17.3
7079-
motion-utils: ^12.12.1
7078+
motion-dom: ^12.18.1
7079+
motion-utils: ^12.18.1
70807080
three: 0.137.0
70817081
tslib: ^2.4.0
70827082
peerDependencies:
@@ -7840,9 +7840,9 @@ __metadata:
78407840
version: 0.0.0-use.local
78417841
resolution: "html-env@workspace:dev/html"
78427842
dependencies:
7843-
framer-motion: ^12.18.0
7844-
motion: ^12.18.0
7845-
motion-dom: ^12.17.3
7843+
framer-motion: ^12.18.1
7844+
motion: ^12.18.1
7845+
motion-dom: ^12.18.1
78467846
react: ^18.3.1
78477847
react-dom: ^18.3.1
78487848
vite: ^5.2.0
@@ -10632,19 +10632,19 @@ __metadata:
1063210632
resolution: "motion-ai@workspace:packages/mcp"
1063310633
dependencies:
1063410634
"@modelcontextprotocol/sdk": ^1.12.1
10635-
motion-dom: ^12.17.3
10636-
motion-utils: ^12.12.1
10635+
motion-dom: ^12.18.1
10636+
motion-utils: ^12.18.1
1063710637
zod: ^3.25.56
1063810638
bin:
1063910639
motion-ai: ./dist/es/index.mjs
1064010640
languageName: unknown
1064110641
linkType: soft
1064210642

10643-
"motion-dom@^12.17.3, motion-dom@workspace:packages/motion-dom":
10643+
"motion-dom@^12.18.1, motion-dom@workspace:packages/motion-dom":
1064410644
version: 0.0.0-use.local
1064510645
resolution: "motion-dom@workspace:packages/motion-dom"
1064610646
dependencies:
10647-
motion-utils: ^12.12.1
10647+
motion-utils: ^12.18.1
1064810648
languageName: unknown
1064910649
linkType: soft
1065010650

@@ -10709,17 +10709,17 @@ __metadata:
1070910709
languageName: unknown
1071010710
linkType: soft
1071110711

10712-
"motion-utils@^12.12.1, motion-utils@workspace:packages/motion-utils":
10712+
"motion-utils@^12.18.1, motion-utils@workspace:packages/motion-utils":
1071310713
version: 0.0.0-use.local
1071410714
resolution: "motion-utils@workspace:packages/motion-utils"
1071510715
languageName: unknown
1071610716
linkType: soft
1071710717

10718-
"motion@^12.18.0, motion@workspace:packages/motion":
10718+
"motion@^12.18.1, motion@workspace:packages/motion":
1071910719
version: 0.0.0-use.local
1072010720
resolution: "motion@workspace:packages/motion"
1072110721
dependencies:
10722-
framer-motion: ^12.18.0
10722+
framer-motion: ^12.18.1
1072310723
tslib: ^2.4.0
1072410724
peerDependencies:
1072510725
"@emotion/is-prop-valid": "*"
@@ -10836,7 +10836,7 @@ __metadata:
1083610836
version: 0.0.0-use.local
1083710837
resolution: "next-env@workspace:dev/next"
1083810838
dependencies:
10839-
motion: ^12.18.0
10839+
motion: ^12.18.1
1084010840
next: 14.x
1084110841
react: ^18.3.1
1084210842
react-dom: ^18.3.1
@@ -12358,7 +12358,7 @@ __metadata:
1235812358
"@typescript-eslint/parser": ^7.2.0
1235912359
"@vitejs/plugin-react-swc": ^3.5.0
1236012360
eslint-plugin-react-refresh: ^0.4.6
12361-
motion: ^12.18.0
12361+
motion: ^12.18.1
1236212362
react: ^19.0.0
1236312363
react-dom: ^19.0.0
1236412364
vite: ^5.2.0
@@ -12430,7 +12430,7 @@ __metadata:
1243012430
"@typescript-eslint/parser": ^7.2.0
1243112431
"@vitejs/plugin-react-swc": ^3.5.0
1243212432
eslint-plugin-react-refresh: ^0.4.6
12433-
framer-motion: ^12.18.0
12433+
framer-motion: ^12.18.1
1243412434
react: ^18.3.1
1243512435
react-dom: ^18.3.1
1243612436
vite: ^5.2.0

0 commit comments

Comments
 (0)