Skip to content

Commit 195c479

Browse files
committed
chore: v10.0.0
1 parent 7116bba commit 195c479

File tree

15 files changed

+92
-132
lines changed

15 files changed

+92
-132
lines changed

.changeset/pre.json

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

.changeset/proud-socks-refuse.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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"description": "Animated component props for React",
55
"module": "./dist/react-spring_animated.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -52,8 +52,8 @@
5252
"pack": "yarn pack"
5353
},
5454
"dependencies": {
55-
"@react-spring/shared": "~10.0.0-beta.0",
56-
"@react-spring/types": "~10.0.0-beta.0"
55+
"@react-spring/shared": "~10.0.0",
56+
"@react-spring/types": "~10.0.0"
5757
},
5858
"peerDependencies": {
5959
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -55,9 +55,9 @@
5555
"pack": "yarn pack"
5656
},
5757
"dependencies": {
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"
58+
"@react-spring/animated": "~10.0.0",
59+
"@react-spring/shared": "~10.0.0",
60+
"@react-spring/types": "~10.0.0"
6161
},
6262
"peerDependencies": {
6363
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -52,8 +52,8 @@
5252
"test": "vite serve ./test"
5353
},
5454
"dependencies": {
55-
"@react-spring/shared": "~10.0.0-beta.0",
56-
"@react-spring/web": "~10.0.0-beta.0"
55+
"@react-spring/shared": "~10.0.0",
56+
"@react-spring/web": "~10.0.0"
5757
},
5858
"peerDependencies": {
5959
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.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",

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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"module": "./dist/react-spring.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring.modern.d.mts",
@@ -44,12 +44,12 @@
4444
"Josh Ellis (https://github.com/joshuaellis)"
4545
],
4646
"dependencies": {
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"
47+
"@react-spring/core": "~10.0.0",
48+
"@react-spring/konva": "~10.0.0",
49+
"@react-spring/native": "~10.0.0",
50+
"@react-spring/three": "~10.0.0",
51+
"@react-spring/web": "~10.0.0",
52+
"@react-spring/zdog": "~10.0.0"
5353
},
5454
"peerDependencies": {
5555
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"description": "Globals and shared modules",
55
"module": "./dist/react-spring_shared.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -45,8 +45,8 @@
4545
"Josh Ellis (https://github.com/joshuaellis)"
4646
],
4747
"dependencies": {
48-
"@react-spring/rafz": "~10.0.0-beta.0",
49-
"@react-spring/types": "~10.0.0-beta.0"
48+
"@react-spring/rafz": "~10.0.0",
49+
"@react-spring/types": "~10.0.0"
5050
},
5151
"peerDependencies": {
5252
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"description": "Internal package with TypeScript stuff",
55
"module": "./dist/react-spring_types.legacy-esm.js",
66
"main": "./dist/cjs/index.js",

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": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -44,10 +44,10 @@
4444
"Josh Ellis (https://github.com/joshuaellis)"
4545
],
4646
"dependencies": {
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"
47+
"@react-spring/animated": "~10.0.0",
48+
"@react-spring/core": "~10.0.0",
49+
"@react-spring/shared": "~10.0.0",
50+
"@react-spring/types": "~10.0.0"
5151
},
5252
"peerDependencies": {
5353
"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": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -38,10 +38,10 @@
3838
"Josh Ellis (https://github.com/joshuaellis)"
3939
],
4040
"dependencies": {
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"
41+
"@react-spring/animated": "~10.0.0",
42+
"@react-spring/core": "~10.0.0",
43+
"@react-spring/shared": "~10.0.0",
44+
"@react-spring/types": "~10.0.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -44,10 +44,10 @@
4444
"Josh Ellis (https://github.com/joshuaellis)"
4545
],
4646
"dependencies": {
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"
47+
"@react-spring/animated": "~10.0.0",
48+
"@react-spring/core": "~10.0.0",
49+
"@react-spring/shared": "~10.0.0",
50+
"@react-spring/types": "~10.0.0"
5151
},
5252
"peerDependencies": {
5353
"@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": "10.0.0-beta.0",
3+
"version": "10.0.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",
@@ -44,10 +44,10 @@
4444
"Josh Ellis (https://github.com/joshuaellis)"
4545
],
4646
"dependencies": {
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"
47+
"@react-spring/animated": "~10.0.0",
48+
"@react-spring/core": "~10.0.0",
49+
"@react-spring/shared": "~10.0.0",
50+
"@react-spring/types": "~10.0.0"
5151
},
5252
"peerDependencies": {
5353
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.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": "10.0.0-beta.0",
3+
"version": "10.0.0",
44
"module": "./dist/react-spring_zdog.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_zdog.modern.d.mts",
@@ -44,10 +44,10 @@
4444
"Josh Ellis (https://github.com/joshuaellis)"
4545
],
4646
"dependencies": {
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"
47+
"@react-spring/animated": "~10.0.0",
48+
"@react-spring/core": "~10.0.0",
49+
"@react-spring/shared": "~10.0.0",
50+
"@react-spring/types": "~10.0.0"
5151
},
5252
"peerDependencies": {
5353
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)