Skip to content

Commit 518cd2a

Browse files
committed
v9.7.1
1 parent 958c2a4 commit 518cd2a

File tree

16 files changed

+96
-128
lines changed

16 files changed

+96
-128
lines changed

.changeset/fresh-moles-shake.md

-16
This file was deleted.

.changeset/warm-schools-sell.md

-16
This file was deleted.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@radix-ui/react-toolbar": "^1.0.2",
2222
"@radix-ui/react-tooltip": "^1.0.3",
2323
"@react-spring/rafz": "workspace:^",
24-
"@react-spring/web": "9.7.0",
24+
"@react-spring/web": "9.7.1",
2525
"@remix-run/node": "^1.12.0",
2626
"@remix-run/react": "^1.12.0",
2727
"@remix-run/vercel": "^1.12.0",

packages/animated/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/animated",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"description": "Animated component props for React",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",
@@ -42,8 +42,8 @@
4242
"dev": "tsup"
4343
},
4444
"dependencies": {
45-
"@react-spring/shared": "~9.7.0",
46-
"@react-spring/types": "~9.7.0"
45+
"@react-spring/shared": "~9.7.1",
46+
"@react-spring/types": "~9.7.1"
4747
},
4848
"peerDependencies": {
4949
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -45,10 +45,10 @@
4545
"dev": "tsup"
4646
},
4747
"dependencies": {
48-
"@react-spring/animated": "~9.7.0",
49-
"@react-spring/rafz": "~9.7.0",
50-
"@react-spring/shared": "~9.7.0",
51-
"@react-spring/types": "~9.7.0"
48+
"@react-spring/animated": "~9.7.1",
49+
"@react-spring/rafz": "~9.7.1",
50+
"@react-spring/shared": "~9.7.1",
51+
"@react-spring/types": "~9.7.1"
5252
},
5353
"peerDependencies": {
5454
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/parallax/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/parallax",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -42,8 +42,8 @@
4242
"test": "vite serve ./test"
4343
},
4444
"dependencies": {
45-
"@react-spring/shared": "~9.7.0",
46-
"@react-spring/web": "~9.7.0"
45+
"@react-spring/shared": "~9.7.1",
46+
"@react-spring/web": "~9.7.1"
4747
},
4848
"peerDependencies": {
4949
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/rafz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/rafz",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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/react-spring/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spring",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
@@ -37,12 +37,12 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40-
"@react-spring/core": "~9.7.0",
41-
"@react-spring/konva": "~9.7.0",
42-
"@react-spring/native": "~9.7.0",
43-
"@react-spring/three": "~9.7.0",
44-
"@react-spring/web": "~9.7.0",
45-
"@react-spring/zdog": "~9.7.0"
40+
"@react-spring/core": "~9.7.1",
41+
"@react-spring/konva": "~9.7.1",
42+
"@react-spring/native": "~9.7.1",
43+
"@react-spring/three": "~9.7.1",
44+
"@react-spring/web": "~9.7.1",
45+
"@react-spring/zdog": "~9.7.1"
4646
},
4747
"peerDependencies": {
4848
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/shared/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/shared",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
42-
"@react-spring/types": "~9.7.0"
41+
"@react-spring/rafz": "~9.7.1",
42+
"@react-spring/types": "~9.7.1"
4343
},
4444
"peerDependencies": {
4545
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/types/package.json

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

targets/konva/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/konva",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
41-
"@react-spring/core": "~9.7.0",
42-
"@react-spring/shared": "~9.7.0",
43-
"@react-spring/types": "~9.7.0"
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"
4444
},
4545
"peerDependencies": {
4646
"konva": ">=2.6",

targets/native/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/native",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
41-
"@react-spring/core": "~9.7.0",
42-
"@react-spring/shared": "~9.7.0",
43-
"@react-spring/types": "~9.7.0"
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"
4444
},
4545
"peerDependencies": {
4646
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",

targets/three/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/three",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
41-
"@react-spring/core": "~9.7.0",
42-
"@react-spring/shared": "~9.7.0",
43-
"@react-spring/types": "~9.7.0"
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"
4444
},
4545
"peerDependencies": {
4646
"@react-three/fiber": ">=6.0",

targets/web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/web",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
41-
"@react-spring/core": "~9.7.0",
42-
"@react-spring/shared": "~9.7.0",
43-
"@react-spring/types": "~9.7.0"
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"
4444
},
4545
"peerDependencies": {
4646
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

targets/zdog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/zdog",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
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.0",
41-
"@react-spring/core": "~9.7.0",
42-
"@react-spring/shared": "~9.7.0",
43-
"@react-spring/types": "~9.7.0"
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"
4444
},
4545
"peerDependencies": {
4646
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)