Skip to content

Commit 45beacd

Browse files
committed
v9.7.2
1 parent 2234fd0 commit 45beacd

File tree

14 files changed

+79
-84
lines changed

14 files changed

+79
-84
lines changed

.changeset/cool-brooms-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@radix-ui/react-toolbar": "^1.0.2",
2424
"@radix-ui/react-tooltip": "^1.0.4",
2525
"@react-spring/rafz": "workspace:^",
26-
"@react-spring/web": "9.7.1",
26+
"@react-spring/web": "9.7.2",
2727
"@remix-run/node": "^1.15.0",
2828
"@remix-run/react": "^1.15.0",
2929
"@remix-run/vercel": "^1.15.0",

packages/animated/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/animated",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"description": "Animated component props for React",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",
@@ -44,8 +44,8 @@
4444
"lint": "TIMING=1 eslint \"src/**/*.ts*\""
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.1",
48-
"@react-spring/types": "~9.7.1"
47+
"@react-spring/shared": "~9.7.2",
48+
"@react-spring/types": "~9.7.2"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -47,10 +47,10 @@
4747
"lint": "TIMING=1 eslint \"src/**/*.ts*\""
4848
},
4949
"dependencies": {
50-
"@react-spring/animated": "~9.7.1",
51-
"@react-spring/rafz": "~9.7.1",
52-
"@react-spring/shared": "~9.7.1",
53-
"@react-spring/types": "~9.7.1"
50+
"@react-spring/animated": "~9.7.2",
51+
"@react-spring/rafz": "~9.7.2",
52+
"@react-spring/shared": "~9.7.2",
53+
"@react-spring/types": "~9.7.2"
5454
},
5555
"peerDependencies": {
5656
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/parallax/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/parallax",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -44,8 +44,8 @@
4444
"test": "vite serve ./test"
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.1",
48-
"@react-spring/web": "~9.7.1"
47+
"@react-spring/shared": "~9.7.2",
48+
"@react-spring/web": "~9.7.2"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/rafz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/rafz",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"description": "react-spring's fork of rafz one frameloop to rule them all",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/shared",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"description": "Globals and shared modules",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",
@@ -38,8 +38,8 @@
3838
"Josh Ellis (https://github.com/joshuaellis)"
3939
],
4040
"dependencies": {
41-
"@react-spring/rafz": "~9.7.1",
42-
"@react-spring/types": "~9.7.1"
41+
"@react-spring/rafz": "~9.7.2",
42+
"@react-spring/types": "~9.7.2"
4343
},
4444
"peerDependencies": {
4545
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/types",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"description": "Internal package with TypeScript stuff",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

targets/konva/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/konva",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -37,10 +37,10 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40-
"@react-spring/animated": "~9.7.1",
41-
"@react-spring/core": "~9.7.1",
42-
"@react-spring/shared": "~9.7.1",
43-
"@react-spring/types": "~9.7.1"
40+
"@react-spring/animated": "~9.7.2",
41+
"@react-spring/core": "~9.7.2",
42+
"@react-spring/shared": "~9.7.2",
43+
"@react-spring/types": "~9.7.2"
4444
},
4545
"peerDependencies": {
4646
"konva": ">=2.6",

targets/native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/native",
3-
"version": "9.7.1",
3+
"version": "9.7.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -37,10 +37,10 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40-
"@react-spring/animated": "~9.7.1",
41-
"@react-spring/core": "~9.7.1",
42-
"@react-spring/shared": "~9.7.1",
43-
"@react-spring/types": "~9.7.1"
40+
"@react-spring/animated": "~9.7.2",
41+
"@react-spring/core": "~9.7.2",
42+
"@react-spring/shared": "~9.7.2",
43+
"@react-spring/types": "~9.7.2"
4444
},
4545
"peerDependencies": {
4646
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",

0 commit comments

Comments
 (0)