Skip to content

Commit b23d87e

Browse files
committed
v9.4.5
1 parent 107f98c commit b23d87e

30 files changed

+106
-266
lines changed

.changeset/dirty-lizards-eat.md

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

.changeset/orange-rivers-applaud.md

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

.changeset/pre.json

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

.changeset/sharp-planets-kick.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/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/docs",
3-
"version": "1.0.7-beta.0",
3+
"version": "1.0.7",
44
"private": true,
55
"author": "Poimandres",
66
"license": "MIT",

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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
32-
"@react-spring/types": "~9.4.5-beta.2"
31+
"@react-spring/shared": "~9.4.5",
32+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
35-
"@react-spring/rafz": "~9.4.5-beta.2",
36-
"@react-spring/shared": "~9.4.5-beta.2",
37-
"@react-spring/types": "~9.4.5-beta.2"
34+
"@react-spring/animated": "~9.4.5",
35+
"@react-spring/rafz": "~9.4.5",
36+
"@react-spring/shared": "~9.4.5",
37+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
34-
"@react-spring/web": "~9.4.5-beta.2"
33+
"@react-spring/shared": "~9.4.5",
34+
"@react-spring/web": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/konva": "~9.4.5-beta.2",
32-
"@react-spring/native": "~9.4.5-beta.2",
33-
"@react-spring/three": "~9.4.5-beta.2",
34-
"@react-spring/web": "~9.4.5-beta.2",
35-
"@react-spring/zdog": "~9.4.5-beta.2"
30+
"@react-spring/core": "~9.4.5",
31+
"@react-spring/konva": "~9.4.5",
32+
"@react-spring/native": "~9.4.5",
33+
"@react-spring/three": "~9.4.5",
34+
"@react-spring/web": "~9.4.5",
35+
"@react-spring/zdog": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
32-
"@react-spring/types": "~9.4.5-beta.2"
31+
"@react-spring/rafz": "~9.4.5",
32+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/core": "~9.4.5-beta.2",
32-
"@react-spring/shared": "~9.4.5-beta.2",
33-
"@react-spring/types": "~9.4.5-beta.2"
30+
"@react-spring/animated": "~9.4.5",
31+
"@react-spring/core": "~9.4.5",
32+
"@react-spring/shared": "~9.4.5",
33+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/core": "~9.4.5-beta.2",
32-
"@react-spring/shared": "~9.4.5-beta.2",
33-
"@react-spring/types": "~9.4.5-beta.2"
30+
"@react-spring/animated": "~9.4.5",
31+
"@react-spring/core": "~9.4.5",
32+
"@react-spring/shared": "~9.4.5",
33+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/core": "~9.4.5-beta.2",
32-
"@react-spring/shared": "~9.4.5-beta.2",
33-
"@react-spring/types": "~9.4.5-beta.2"
30+
"@react-spring/animated": "~9.4.5",
31+
"@react-spring/core": "~9.4.5",
32+
"@react-spring/shared": "~9.4.5",
33+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/core": "~9.4.5-beta.2",
32-
"@react-spring/shared": "~9.4.5-beta.2",
33-
"@react-spring/types": "~9.4.5-beta.2"
30+
"@react-spring/animated": "~9.4.5",
31+
"@react-spring/core": "~9.4.5",
32+
"@react-spring/shared": "~9.4.5",
33+
"@react-spring/types": "~9.4.5"
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.4.5-beta.2",
3+
"version": "9.4.5",
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.4.5-beta.2",
31-
"@react-spring/core": "~9.4.5-beta.2",
32-
"@react-spring/shared": "~9.4.5-beta.2",
33-
"@react-spring/types": "~9.4.5-beta.2"
30+
"@react-spring/animated": "~9.4.5",
31+
"@react-spring/core": "~9.4.5",
32+
"@react-spring/shared": "~9.4.5",
33+
"@react-spring/types": "~9.4.5"
3434
},
3535
"peerDependencies": {
3636
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",

0 commit comments

Comments
 (0)