Skip to content

Commit 0ac469e

Browse files
committed
v9.7.0
1 parent 477827a commit 0ac469e

File tree

17 files changed

+96
-149
lines changed

17 files changed

+96
-149
lines changed

.changeset/pre.json

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

.changeset/serious-pens-exist.md

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

.changeset/strange-falcons-confess.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
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-beta.0",
24+
"@react-spring/web": "9.7.0",
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

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.0-beta.0",
3+
"version": "9.7.0",
44
"description": "Animated component props for React",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -33,8 +33,8 @@
3333
"dev": "tsup"
3434
},
3535
"dependencies": {
36-
"@react-spring/shared": "~9.7.0-beta.0",
37-
"@react-spring/types": "~9.7.0-beta.0"
36+
"@react-spring/shared": "~9.7.0",
37+
"@react-spring/types": "~9.7.0"
3838
},
3939
"peerDependencies": {
4040
"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.0-beta.0",
3+
"version": "9.7.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
@@ -36,10 +36,10 @@
3636
"dev": "tsup"
3737
},
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.0-beta.0",
40-
"@react-spring/rafz": "~9.7.0-beta.0",
41-
"@react-spring/shared": "~9.7.0-beta.0",
42-
"@react-spring/types": "~9.7.0-beta.0"
39+
"@react-spring/animated": "~9.7.0",
40+
"@react-spring/rafz": "~9.7.0",
41+
"@react-spring/shared": "~9.7.0",
42+
"@react-spring/types": "~9.7.0"
4343
},
4444
"peerDependencies": {
4545
"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.0-beta.0",
3+
"version": "9.7.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
3333
"test": "vite serve ./test"
3434
},
3535
"dependencies": {
36-
"@react-spring/shared": "~9.7.0-beta.0",
37-
"@react-spring/web": "~9.7.0-beta.0"
36+
"@react-spring/shared": "~9.7.0",
37+
"@react-spring/web": "~9.7.0"
3838
},
3939
"peerDependencies": {
4040
"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.0-beta.0",
3+
"version": "9.7.0",
44
"description": "react-spring's fork of rafz one frameloop to rule them all",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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.7.0-beta.0",
3+
"version": "9.7.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
@@ -28,12 +28,12 @@
2828
"Josh Ellis (https://github.com/joshuaellis)"
2929
],
3030
"dependencies": {
31-
"@react-spring/core": "~9.7.0-beta.0",
32-
"@react-spring/konva": "~9.7.0-beta.0",
33-
"@react-spring/native": "~9.7.0-beta.0",
34-
"@react-spring/three": "~9.7.0-beta.0",
35-
"@react-spring/web": "~9.7.0-beta.0",
36-
"@react-spring/zdog": "~9.7.0-beta.0"
31+
"@react-spring/core": "~9.7.0",
32+
"@react-spring/konva": "~9.7.0",
33+
"@react-spring/native": "~9.7.0",
34+
"@react-spring/three": "~9.7.0",
35+
"@react-spring/web": "~9.7.0",
36+
"@react-spring/zdog": "~9.7.0"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

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.0-beta.0",
3+
"version": "9.7.0",
44
"description": "Globals and shared modules",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -29,8 +29,8 @@
2929
"Josh Ellis (https://github.com/joshuaellis)"
3030
],
3131
"dependencies": {
32-
"@react-spring/rafz": "~9.7.0-beta.0",
33-
"@react-spring/types": "~9.7.0-beta.0"
32+
"@react-spring/rafz": "~9.7.0",
33+
"@react-spring/types": "~9.7.0"
3434
},
3535
"peerDependencies": {
3636
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

0 commit comments

Comments
 (0)