Skip to content

Commit 8b09751

Browse files
committed
v9.7.5
1 parent f7fd4bb commit 8b09751

File tree

13 files changed

+75
-80
lines changed

13 files changed

+75
-80
lines changed

.changeset/animated-className.md

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

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.4",
3+
"version": "9.7.5",
44
"description": "Animated component props for React",
55
"module": "./dist/react-spring_animated.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -44,8 +44,8 @@
4444
"pack": "yarn pack"
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.4",
48-
"@react-spring/types": "~9.7.4"
47+
"@react-spring/shared": "~9.7.5",
48+
"@react-spring/types": "~9.7.5"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_core.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_core.modern.d.ts",
@@ -47,9 +47,9 @@
4747
"pack": "yarn pack"
4848
},
4949
"dependencies": {
50-
"@react-spring/animated": "~9.7.4",
51-
"@react-spring/shared": "~9.7.4",
52-
"@react-spring/types": "~9.7.4"
50+
"@react-spring/animated": "~9.7.5",
51+
"@react-spring/shared": "~9.7.5",
52+
"@react-spring/types": "~9.7.5"
5353
},
5454
"peerDependencies": {
5555
"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.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_parallax.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_parallax.modern.d.ts",
@@ -44,8 +44,8 @@
4444
"test": "vite serve ./test"
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.4",
48-
"@react-spring/web": "~9.7.4"
47+
"@react-spring/shared": "~9.7.5",
48+
"@react-spring/web": "~9.7.5"
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.4",
3+
"version": "9.7.5",
44
"description": "react-spring's fork of rafz one frameloop to rule them all",
55
"module": "./dist/react-spring_rafz.legacy-esm.js",
66
"main": "./dist/cjs/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.4",
3+
"version": "9.7.5",
44
"description": "Globals and shared modules",
55
"module": "./dist/react-spring_shared.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -37,8 +37,8 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40-
"@react-spring/rafz": "~9.7.4",
41-
"@react-spring/types": "~9.7.4"
40+
"@react-spring/rafz": "~9.7.5",
41+
"@react-spring/types": "~9.7.5"
4242
},
4343
"peerDependencies": {
4444
"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.4",
3+
"version": "9.7.5",
44
"description": "Internal package with TypeScript stuff",
55
"module": "./dist/react-spring_types.legacy-esm.js",
66
"main": "./dist/cjs/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.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_konva.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_konva.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"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.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_native.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_native.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"react": "16.8.0 || >=17.0.0 || >=18.0.0",

targets/three/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/three",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_three.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_three.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"@react-three/fiber": ">=6.0",

0 commit comments

Comments
 (0)