Skip to content

Commit 477827a

Browse files
committed
v9.7.0-beta.0
1 parent f89b47f commit 477827a

File tree

14 files changed

+72
-49
lines changed

14 files changed

+72
-49
lines changed

.changeset/pre.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mode": "exit",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@react-spring/demo": "1.0.0",
6+
"@react-spring/docs": "1.0.0",
7+
"@react-spring/animated": "9.6.1",
8+
"@react-spring/core": "9.6.1",
9+
"@react-spring/parallax": "9.6.1",
10+
"@react-spring/rafz": "9.6.1",
11+
"react-spring": "9.6.1",
12+
"@react-spring/shared": "9.6.1",
13+
"@react-spring/types": "9.6.1",
14+
"@react-spring/konva": "9.6.1",
15+
"@react-spring/native": "9.6.1",
16+
"@react-spring/three": "9.6.1",
17+
"@react-spring/web": "9.6.1",
18+
"@react-spring/zdog": "9.6.1"
19+
},
20+
"changesets": ["serious-pens-exist", "strange-falcons-confess"]
21+
}

docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@react-spring/docs",
33
"license": "MIT",
44
"author": "Josh Ellis",
5+
"version": "1.0.0",
6+
"private": true,
57
"scripts": {
68
"build": "remix build",
79
"dev": "concurrently \"yarn dev:remix\" \"yarn scripts:watch\"",
@@ -19,7 +21,7 @@
1921
"@radix-ui/react-toolbar": "^1.0.2",
2022
"@radix-ui/react-tooltip": "^1.0.3",
2123
"@react-spring/rafz": "workspace:^",
22-
"@react-spring/web": "*",
24+
"@react-spring/web": "9.7.0-beta.0",
2325
"@remix-run/node": "^1.12.0",
2426
"@remix-run/react": "^1.12.0",
2527
"@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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
37-
"@react-spring/types": "~9.6.1"
36+
"@react-spring/shared": "~9.7.0-beta.0",
37+
"@react-spring/types": "~9.7.0-beta.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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
40-
"@react-spring/rafz": "~9.6.1",
41-
"@react-spring/shared": "~9.6.1",
42-
"@react-spring/types": "~9.6.1"
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"
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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
37-
"@react-spring/web": "~9.6.1"
36+
"@react-spring/shared": "~9.7.0-beta.0",
37+
"@react-spring/web": "~9.7.0-beta.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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
32-
"@react-spring/konva": "~9.6.1",
33-
"@react-spring/native": "~9.6.1",
34-
"@react-spring/three": "~9.6.1",
35-
"@react-spring/web": "~9.6.1",
36-
"@react-spring/zdog": "~9.6.1"
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"
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.6.1",
3+
"version": "9.7.0-beta.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.6.1",
33-
"@react-spring/types": "~9.6.1"
32+
"@react-spring/rafz": "~9.7.0-beta.0",
33+
"@react-spring/types": "~9.7.0-beta.0"
3434
},
3535
"peerDependencies": {
3636
"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.6.1",
3+
"version": "9.7.0-beta.0",
44
"description": "Internal package with TypeScript stuff",
55
"main": "index.js",
66
"types": "index.d.ts",

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.6.1",
3+
"version": "9.7.0-beta.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"types": "dist/index.d.ts",
@@ -28,10 +28,10 @@
2828
"Josh Ellis (https://github.com/joshuaellis)"
2929
],
3030
"dependencies": {
31-
"@react-spring/animated": "~9.6.1",
32-
"@react-spring/core": "~9.6.1",
33-
"@react-spring/shared": "~9.6.1",
34-
"@react-spring/types": "~9.6.1"
31+
"@react-spring/animated": "~9.7.0-beta.0",
32+
"@react-spring/core": "~9.7.0-beta.0",
33+
"@react-spring/shared": "~9.7.0-beta.0",
34+
"@react-spring/types": "~9.7.0-beta.0"
3535
},
3636
"peerDependencies": {
3737
"konva": ">=2.6",

0 commit comments

Comments
 (0)