Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-stale-useSprings-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-tomatoes-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loop-trail-phase-sync.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skip-animation-async-script.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spring-ref-events-strictmode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strict-mode-stop-no-goal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strict-mode-trail-chaining.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-resize-border-box.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/animated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/animated",
"version": "10.0.3",
"version": "10.0.4",
"description": "Animated component props for React",
"module": "./dist/react-spring_animated.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -54,8 +54,8 @@
"pack": "pnpm pack && mv *.tgz package.tgz"
},
"dependencies": {
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/core",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_core.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_core.modern.d.mts",
Expand Down Expand Up @@ -57,12 +57,12 @@
"pack": "pnpm pack && mv *.tgz package.tgz"
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/animated": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"devDependencies": {
"@react-spring/rafz": "~10.0.3"
"@react-spring/rafz": "~10.0.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-raf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/mock-raf",
"version": "1.1.1",
"version": "10.0.4",
"private": true,
"description": "Vendored copy of mock-raf for react-spring tests",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/parallax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/parallax",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_parallax.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_parallax.modern.d.mts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "~10.0.3",
"@react-spring/web": "~10.0.3"
"@react-spring/shared": "~10.0.4",
"@react-spring/web": "~10.0.4"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/rafz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/rafz",
"version": "10.0.3",
"version": "10.0.4",
"description": "react-spring's fork of rafz one frameloop to rule them all",
"module": "./dist/react-spring_rafz.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -51,6 +51,6 @@
"pack": "pnpm pack && mv *.tgz package.tgz"
},
"devDependencies": {
"@react-spring/shared": "~10.0.3"
"@react-spring/shared": "~10.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/shared",
"version": "10.0.3",
"version": "10.0.4",
"description": "Globals and shared modules",
"module": "./dist/react-spring_shared.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"provenance": true
},
"dependencies": {
"@react-spring/rafz": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/rafz": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/types",
"version": "10.0.3",
"version": "10.0.4",
"description": "Internal package with TypeScript stuff",
"module": "./dist/react-spring_types.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 5 additions & 5 deletions targets/konva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/konva",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_konva.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_konva.modern.d.mts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"provenance": true
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/core": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/animated": "~10.0.4",
"@react-spring/core": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"konva": ">=2.6",
Expand Down
10 changes: 5 additions & 5 deletions targets/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/native",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_native.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_native.modern.d.mts",
Expand Down Expand Up @@ -41,10 +41,10 @@
"provenance": true
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/core": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/animated": "~10.0.4",
"@react-spring/core": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
10 changes: 5 additions & 5 deletions targets/three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/three",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_three.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_three.modern.d.mts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"provenance": true
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/core": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/animated": "~10.0.4",
"@react-spring/core": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"@react-three/fiber": ">=6.0",
Expand Down
10 changes: 5 additions & 5 deletions targets/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/web",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_web.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_web.modern.d.mts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"provenance": true
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/core": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3",
"@react-spring/animated": "~10.0.4",
"@react-spring/core": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4",
"csstype": "^3.1.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions targets/zdog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/zdog",
"version": "10.0.3",
"version": "10.0.4",
"module": "./dist/react-spring_zdog.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_zdog.modern.d.mts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"provenance": true
},
"dependencies": {
"@react-spring/animated": "~10.0.3",
"@react-spring/core": "~10.0.3",
"@react-spring/shared": "~10.0.3",
"@react-spring/types": "~10.0.3"
"@react-spring/animated": "~10.0.4",
"@react-spring/core": "~10.0.4",
"@react-spring/shared": "~10.0.4",
"@react-spring/types": "~10.0.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down