Skip to content

Commit 3707f0a

Browse files
committed
v9.5.1
1 parent 7a9dff3 commit 3707f0a

File tree

13 files changed

+48
-64
lines changed

13 files changed

+48
-64
lines changed

.changeset/gentle-students-wonder.md

Lines changed: 0 additions & 16 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.5.0",
3+
"version": "9.5.1",
44
"description": "Animated component props for React",
55
"main": "dist/react-spring-animated.cjs.js",
66
"module": "dist/react-spring-animated.esm.js",
@@ -28,8 +28,8 @@
2828
"Josh Ellis (https://github.com/joshuaellis)"
2929
],
3030
"dependencies": {
31-
"@react-spring/shared": "~9.5.0",
32-
"@react-spring/types": "~9.5.0"
31+
"@react-spring/shared": "~9.5.1",
32+
"@react-spring/types": "~9.5.1"
3333
},
3434
"peerDependencies": {
3535
"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.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-core.cjs.js",
55
"module": "dist/react-spring-core.esm.js",
66
"files": [
@@ -31,10 +31,10 @@
3131
"Josh Ellis (https://github.com/joshuaellis)"
3232
],
3333
"dependencies": {
34-
"@react-spring/animated": "~9.5.0",
35-
"@react-spring/rafz": "~9.5.0",
36-
"@react-spring/shared": "~9.5.0",
37-
"@react-spring/types": "~9.5.0"
34+
"@react-spring/animated": "~9.5.1",
35+
"@react-spring/rafz": "~9.5.1",
36+
"@react-spring/shared": "~9.5.1",
37+
"@react-spring/types": "~9.5.1"
3838
},
3939
"peerDependencies": {
4040
"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.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-parallax.cjs.js",
55
"module": "dist/react-spring-parallax.esm.js",
66
"files": [
@@ -30,8 +30,8 @@
3030
"test": "vite serve ./test"
3131
},
3232
"dependencies": {
33-
"@react-spring/shared": "~9.5.0",
34-
"@react-spring/web": "~9.5.0"
33+
"@react-spring/shared": "~9.5.1",
34+
"@react-spring/web": "~9.5.1"
3535
},
3636
"peerDependencies": {
3737
"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.5.0",
3+
"version": "9.5.1",
44
"description": "react-spring's fork of rafz one frameloop to rule them all",
55
"main": "dist/react-spring-rafz.cjs.js",
66
"module": "dist/react-spring-rafz.esm.js",

packages/react-spring/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spring",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring.cjs.js",
55
"module": "dist/react-spring.esm.js",
66
"files": [
@@ -27,11 +27,11 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/core": "~9.5.0",
31-
"@react-spring/konva": "~9.5.0",
32-
"@react-spring/native": "~9.5.0",
33-
"@react-spring/three": "~9.5.0",
34-
"@react-spring/web": "~9.5.0",
35-
"@react-spring/zdog": "~9.5.0"
30+
"@react-spring/core": "~9.5.1",
31+
"@react-spring/konva": "~9.5.1",
32+
"@react-spring/native": "~9.5.1",
33+
"@react-spring/three": "~9.5.1",
34+
"@react-spring/web": "~9.5.1",
35+
"@react-spring/zdog": "~9.5.1"
3636
}
3737
}

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.5.0",
3+
"version": "9.5.1",
44
"description": "Globals and shared modules",
55
"main": "dist/react-spring-shared.cjs.js",
66
"module": "dist/react-spring-shared.esm.js",
@@ -28,8 +28,8 @@
2828
"Josh Ellis (https://github.com/joshuaellis)"
2929
],
3030
"dependencies": {
31-
"@react-spring/rafz": "~9.5.0",
32-
"@react-spring/types": "~9.5.0"
31+
"@react-spring/rafz": "~9.5.1",
32+
"@react-spring/types": "~9.5.1"
3333
},
3434
"peerDependencies": {
3535
"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.5.0",
3+
"version": "9.5.1",
44
"description": "Internal package with TypeScript stuff",
55
"main": "index.js",
66
"repository": "pmndrs/react-spring",

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.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-konva.cjs.js",
55
"module": "dist/react-spring-konva.esm.js",
66
"files": [
@@ -27,10 +27,10 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/animated": "~9.5.0",
31-
"@react-spring/core": "~9.5.0",
32-
"@react-spring/shared": "~9.5.0",
33-
"@react-spring/types": "~9.5.0"
30+
"@react-spring/animated": "~9.5.1",
31+
"@react-spring/core": "~9.5.1",
32+
"@react-spring/shared": "~9.5.1",
33+
"@react-spring/types": "~9.5.1"
3434
},
3535
"peerDependencies": {
3636
"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.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-native.cjs.js",
55
"module": "dist/react-spring-native.esm.js",
66
"files": [
@@ -27,10 +27,10 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/animated": "~9.5.0",
31-
"@react-spring/core": "~9.5.0",
32-
"@react-spring/shared": "~9.5.0",
33-
"@react-spring/types": "~9.5.0"
30+
"@react-spring/animated": "~9.5.1",
31+
"@react-spring/core": "~9.5.1",
32+
"@react-spring/shared": "~9.5.1",
33+
"@react-spring/types": "~9.5.1"
3434
},
3535
"peerDependencies": {
3636
"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.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-three.cjs.js",
55
"module": "dist/react-spring-three.esm.js",
66
"files": [
@@ -27,10 +27,10 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/animated": "~9.5.0",
31-
"@react-spring/core": "~9.5.0",
32-
"@react-spring/shared": "~9.5.0",
33-
"@react-spring/types": "~9.5.0"
30+
"@react-spring/animated": "~9.5.1",
31+
"@react-spring/core": "~9.5.1",
32+
"@react-spring/shared": "~9.5.1",
33+
"@react-spring/types": "~9.5.1"
3434
},
3535
"peerDependencies": {
3636
"@react-three/fiber": ">=6.0",

targets/web/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/web",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-web.cjs.js",
55
"module": "dist/react-spring-web.esm.js",
66
"files": [
@@ -27,10 +27,10 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/animated": "~9.5.0",
31-
"@react-spring/core": "~9.5.0",
32-
"@react-spring/shared": "~9.5.0",
33-
"@react-spring/types": "~9.5.0"
30+
"@react-spring/animated": "~9.5.1",
31+
"@react-spring/core": "~9.5.1",
32+
"@react-spring/shared": "~9.5.1",
33+
"@react-spring/types": "~9.5.1"
3434
},
3535
"peerDependencies": {
3636
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",

targets/zdog/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/zdog",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
44
"main": "dist/react-spring-zdog.cjs.js",
55
"module": "dist/react-spring-zdog.esm.js",
66
"files": [
@@ -27,10 +27,10 @@
2727
"Josh Ellis (https://github.com/joshuaellis)"
2828
],
2929
"dependencies": {
30-
"@react-spring/animated": "~9.5.0",
31-
"@react-spring/core": "~9.5.0",
32-
"@react-spring/shared": "~9.5.0",
33-
"@react-spring/types": "~9.5.0"
30+
"@react-spring/animated": "~9.5.1",
31+
"@react-spring/core": "~9.5.1",
32+
"@react-spring/shared": "~9.5.1",
33+
"@react-spring/types": "~9.5.1"
3434
},
3535
"peerDependencies": {
3636
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",

0 commit comments

Comments
 (0)