Skip to content

Commit e75557b

Browse files
committed
chore: bump to beta
1 parent 784671b commit e75557b

File tree

16 files changed

+184
-105
lines changed

16 files changed

+184
-105
lines changed

.changeset/pre.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@react-spring/demo": "1.0.0",
6+
"@react-spring/docs": "2.0.0",
7+
"@react-spring/animated": "9.7.5",
8+
"@react-spring/core": "9.7.5",
9+
"eslint-config-react-spring": "0.0.1",
10+
"@react-spring/parallax": "9.7.5",
11+
"@react-spring/rafz": "9.7.5",
12+
"react-spring": "9.7.4",
13+
"@react-spring/shared": "9.7.5",
14+
"@react-spring/types": "9.7.5",
15+
"@react-spring/konva": "9.7.5",
16+
"@react-spring/native": "9.7.5",
17+
"@react-spring/three": "9.7.5",
18+
"@react-spring/web": "9.7.5",
19+
"@react-spring/zdog": "9.7.5"
20+
},
21+
"changesets": [
22+
"proud-socks-refuse"
23+
]
24+
}

.changeset/proud-socks-refuse.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
'react-spring': major
3+
'@react-spring/animated': major
4+
'@react-spring/parallax': major
5+
'@react-spring/shared': major
6+
'@react-spring/native': major
7+
'@react-spring/core': major
8+
'@react-spring/konva': major
9+
'@react-spring/three': major
10+
'@react-spring/zdog': major
11+
'@react-spring/web': major
12+
'@react-spring/rafz': major
13+
'@react-spring/types': major
14+
---
15+
16+
react19

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "react-spring--root",
33
"private": true,
44
"description": "Cross-platform animation engine for React",
5-
"repository": "pmndrs/react-spring",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/pmndrs/react-spring.git"
8+
},
69
"homepage": "https://github.com/pmndrs/react-spring#readme",
710
"keywords": [
811
"animated",

packages/animated/package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/animated",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"description": "Animated component props for React",
55
"module": "./dist/react-spring_animated.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -23,7 +23,10 @@
2323
"README.md",
2424
"LICENSE"
2525
],
26-
"repository": "pmndrs/react-spring",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/pmndrs/react-spring.git"
29+
},
2730
"homepage": "https://github.com/pmndrs/react-spring#readme",
2831
"keywords": [
2932
"animated",
@@ -49,8 +52,8 @@
4952
"pack": "yarn pack"
5053
},
5154
"dependencies": {
52-
"@react-spring/shared": "~9.7.5",
53-
"@react-spring/types": "~9.7.5"
55+
"@react-spring/shared": "~10.0.0-beta.0",
56+
"@react-spring/types": "~10.0.0-beta.0"
5457
},
5558
"peerDependencies": {
5659
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

packages/core/package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_core.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_core.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"funding": {
2831
"type": "opencollective",
@@ -52,9 +55,9 @@
5255
"pack": "yarn pack"
5356
},
5457
"dependencies": {
55-
"@react-spring/animated": "~9.7.5",
56-
"@react-spring/shared": "~9.7.5",
57-
"@react-spring/types": "~9.7.5"
58+
"@react-spring/animated": "~10.0.0-beta.0",
59+
"@react-spring/shared": "~10.0.0-beta.0",
60+
"@react-spring/types": "~10.0.0-beta.0"
5861
},
5962
"peerDependencies": {
6063
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

packages/parallax/package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/parallax",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_parallax.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_parallax.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"keywords": [
2831
"animated",
@@ -49,8 +52,8 @@
4952
"test": "vite serve ./test"
5053
},
5154
"dependencies": {
52-
"@react-spring/shared": "~9.7.5",
53-
"@react-spring/web": "~9.7.5"
55+
"@react-spring/shared": "~10.0.0-beta.0",
56+
"@react-spring/web": "~10.0.0-beta.0"
5457
},
5558
"peerDependencies": {
5659
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

packages/rafz/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/rafz",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
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",
@@ -23,7 +23,10 @@
2323
"README.md",
2424
"LICENSE"
2525
],
26-
"repository": "pmndrs/react-spring",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/pmndrs/react-spring.git"
29+
},
2730
"homepage": "https://github.com/pmndrs/react-spring/tree/main/packages/rafz#readme",
2831
"keywords": [
2932
"animated",

packages/react-spring/package.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spring",
3-
"version": "9.7.4",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"keywords": [
2831
"animated",
@@ -41,12 +44,12 @@
4144
"Josh Ellis (https://github.com/joshuaellis)"
4245
],
4346
"dependencies": {
44-
"@react-spring/core": "~9.7.4",
45-
"@react-spring/konva": "~9.7.4",
46-
"@react-spring/native": "~9.7.4",
47-
"@react-spring/three": "~9.7.4",
48-
"@react-spring/web": "~9.7.4",
49-
"@react-spring/zdog": "~9.7.4"
47+
"@react-spring/core": "~10.0.0-beta.0",
48+
"@react-spring/konva": "~10.0.0-beta.0",
49+
"@react-spring/native": "~10.0.0-beta.0",
50+
"@react-spring/three": "~10.0.0-beta.0",
51+
"@react-spring/web": "~10.0.0-beta.0",
52+
"@react-spring/zdog": "~10.0.0-beta.0"
5053
},
5154
"peerDependencies": {
5255
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

packages/shared/package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/shared",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"description": "Globals and shared modules",
55
"module": "./dist/react-spring_shared.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -23,7 +23,10 @@
2323
"README.md",
2424
"LICENSE"
2525
],
26-
"repository": "pmndrs/react-spring",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/pmndrs/react-spring.git"
29+
},
2730
"homepage": "https://github.com/pmndrs/react-spring#readme",
2831
"keywords": [
2932
"animated",
@@ -42,8 +45,8 @@
4245
"Josh Ellis (https://github.com/joshuaellis)"
4346
],
4447
"dependencies": {
45-
"@react-spring/rafz": "~9.7.5",
46-
"@react-spring/types": "~9.7.5"
48+
"@react-spring/rafz": "~10.0.0-beta.0",
49+
"@react-spring/types": "~10.0.0-beta.0"
4750
},
4851
"peerDependencies": {
4952
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

packages/types/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/types",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"description": "Internal package with TypeScript stuff",
55
"module": "./dist/react-spring_types.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -23,7 +23,10 @@
2323
"README.md",
2424
"LICENSE"
2525
],
26-
"repository": "pmndrs/react-spring",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/pmndrs/react-spring.git"
29+
},
2730
"homepage": "https://github.com/pmndrs/react-spring#readme",
2831
"keywords": [
2932
"animated",

targets/konva/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/konva",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_konva.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_konva.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"keywords": [
2831
"animated",
@@ -41,10 +44,10 @@
4144
"Josh Ellis (https://github.com/joshuaellis)"
4245
],
4346
"dependencies": {
44-
"@react-spring/animated": "~9.7.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
47+
"@react-spring/animated": "~10.0.0-beta.0",
48+
"@react-spring/core": "~10.0.0-beta.0",
49+
"@react-spring/shared": "~10.0.0-beta.0",
50+
"@react-spring/types": "~10.0.0-beta.0"
4851
},
4952
"peerDependencies": {
5053
"konva": ">=2.6",

targets/native/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/native",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_native.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_native.modern.d.mts",
@@ -16,7 +16,10 @@
1616
"README.md",
1717
"LICENSE"
1818
],
19-
"repository": "pmndrs/react-spring",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/pmndrs/react-spring.git"
22+
},
2023
"homepage": "https://github.com/pmndrs/react-spring#readme",
2124
"keywords": [
2225
"animated",
@@ -35,10 +38,10 @@
3538
"Josh Ellis (https://github.com/joshuaellis)"
3639
],
3740
"dependencies": {
38-
"@react-spring/animated": "~9.7.5",
39-
"@react-spring/core": "~9.7.5",
40-
"@react-spring/shared": "~9.7.5",
41-
"@react-spring/types": "~9.7.5"
41+
"@react-spring/animated": "~10.0.0-beta.0",
42+
"@react-spring/core": "~10.0.0-beta.0",
43+
"@react-spring/shared": "~10.0.0-beta.0",
44+
"@react-spring/types": "~10.0.0-beta.0"
4245
},
4346
"peerDependencies": {
4447
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

targets/three/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/three",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_three.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_three.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"keywords": [
2831
"animated",
@@ -41,10 +44,10 @@
4144
"Josh Ellis (https://github.com/joshuaellis)"
4245
],
4346
"dependencies": {
44-
"@react-spring/animated": "~9.7.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
47+
"@react-spring/animated": "~10.0.0-beta.0",
48+
"@react-spring/core": "~10.0.0-beta.0",
49+
"@react-spring/shared": "~10.0.0-beta.0",
50+
"@react-spring/types": "~10.0.0-beta.0"
4851
},
4952
"peerDependencies": {
5053
"@react-three/fiber": ">=6.0",

targets/web/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/web",
3-
"version": "9.7.5",
3+
"version": "10.0.0-beta.0",
44
"module": "./dist/react-spring_web.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_web.modern.d.mts",
@@ -22,7 +22,10 @@
2222
"README.md",
2323
"LICENSE"
2424
],
25-
"repository": "pmndrs/react-spring",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/pmndrs/react-spring.git"
28+
},
2629
"homepage": "https://github.com/pmndrs/react-spring#readme",
2730
"keywords": [
2831
"animated",
@@ -41,10 +44,10 @@
4144
"Josh Ellis (https://github.com/joshuaellis)"
4245
],
4346
"dependencies": {
44-
"@react-spring/animated": "~9.7.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
47+
"@react-spring/animated": "~10.0.0-beta.0",
48+
"@react-spring/core": "~10.0.0-beta.0",
49+
"@react-spring/shared": "~10.0.0-beta.0",
50+
"@react-spring/types": "~10.0.0-beta.0"
4851
},
4952
"peerDependencies": {
5053
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)