Skip to content

Commit 8b09751

Browse files
committed
v9.7.5
1 parent f7fd4bb commit 8b09751

File tree

13 files changed

+75
-80
lines changed

13 files changed

+75
-80
lines changed

.changeset/animated-className.md

-5
This file was deleted.

packages/animated/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/animated",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"description": "Animated component props for React",
55
"module": "./dist/react-spring_animated.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -44,8 +44,8 @@
4444
"pack": "yarn pack"
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.4",
48-
"@react-spring/types": "~9.7.4"
47+
"@react-spring/shared": "~9.7.5",
48+
"@react-spring/types": "~9.7.5"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_core.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_core.modern.d.ts",
@@ -47,9 +47,9 @@
4747
"pack": "yarn pack"
4848
},
4949
"dependencies": {
50-
"@react-spring/animated": "~9.7.4",
51-
"@react-spring/shared": "~9.7.4",
52-
"@react-spring/types": "~9.7.4"
50+
"@react-spring/animated": "~9.7.5",
51+
"@react-spring/shared": "~9.7.5",
52+
"@react-spring/types": "~9.7.5"
5353
},
5454
"peerDependencies": {
5555
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/parallax/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/parallax",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_parallax.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_parallax.modern.d.ts",
@@ -44,8 +44,8 @@
4444
"test": "vite serve ./test"
4545
},
4646
"dependencies": {
47-
"@react-spring/shared": "~9.7.4",
48-
"@react-spring/web": "~9.7.4"
47+
"@react-spring/shared": "~9.7.5",
48+
"@react-spring/web": "~9.7.5"
4949
},
5050
"peerDependencies": {
5151
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/rafz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/rafz",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
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/shared/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/shared",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"description": "Globals and shared modules",
55
"module": "./dist/react-spring_shared.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -37,8 +37,8 @@
3737
"Josh Ellis (https://github.com/joshuaellis)"
3838
],
3939
"dependencies": {
40-
"@react-spring/rafz": "~9.7.4",
41-
"@react-spring/types": "~9.7.4"
40+
"@react-spring/rafz": "~9.7.5",
41+
"@react-spring/types": "~9.7.5"
4242
},
4343
"peerDependencies": {
4444
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/types",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/konva",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_konva.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_konva.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"konva": ">=2.6",

targets/native/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/native",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_native.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_native.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"react": "16.8.0 || >=17.0.0 || >=18.0.0",

targets/three/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/three",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_three.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_three.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"@react-three/fiber": ">=6.0",

targets/web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/web",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_web.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_web.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

targets/zdog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/zdog",
3-
"version": "9.7.4",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_zdog.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_zdog.modern.d.ts",
@@ -36,10 +36,10 @@
3636
"Josh Ellis (https://github.com/joshuaellis)"
3737
],
3838
"dependencies": {
39-
"@react-spring/animated": "~9.7.4",
40-
"@react-spring/core": "~9.7.4",
41-
"@react-spring/shared": "~9.7.4",
42-
"@react-spring/types": "~9.7.4"
39+
"@react-spring/animated": "~9.7.5",
40+
"@react-spring/core": "~9.7.5",
41+
"@react-spring/shared": "~9.7.5",
42+
"@react-spring/types": "~9.7.5"
4343
},
4444
"peerDependencies": {
4545
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

yarn.lock

+35-35
Original file line numberDiff line numberDiff line change
@@ -4900,12 +4900,12 @@ __metadata:
49004900
languageName: node
49014901
linkType: hard
49024902

4903-
"@react-spring/animated@workspace:packages/animated, @react-spring/animated@~9.7.4":
4903+
"@react-spring/animated@workspace:packages/animated, @react-spring/animated@~9.7.5":
49044904
version: 0.0.0-use.local
49054905
resolution: "@react-spring/animated@workspace:packages/animated"
49064906
dependencies:
4907-
"@react-spring/shared": ~9.7.4
4908-
"@react-spring/types": ~9.7.4
4907+
"@react-spring/shared": ~9.7.5
4908+
"@react-spring/types": ~9.7.5
49094909
peerDependencies:
49104910
react: ^16.8.0 || ^17.0.0 || ^18.0.0
49114911
languageName: unknown
@@ -4925,13 +4925,13 @@ __metadata:
49254925
languageName: node
49264926
linkType: hard
49274927

4928-
"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.4":
4928+
"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.4, @react-spring/core@~9.7.5":
49294929
version: 0.0.0-use.local
49304930
resolution: "@react-spring/core@workspace:packages/core"
49314931
dependencies:
4932-
"@react-spring/animated": ~9.7.4
4933-
"@react-spring/shared": ~9.7.4
4934-
"@react-spring/types": ~9.7.4
4932+
"@react-spring/animated": ~9.7.5
4933+
"@react-spring/shared": ~9.7.5
4934+
"@react-spring/types": ~9.7.5
49354935
peerDependencies:
49364936
react: ^16.8.0 || ^17.0.0 || ^18.0.0
49374937
languageName: unknown
@@ -5030,10 +5030,10 @@ __metadata:
50305030
version: 0.0.0-use.local
50315031
resolution: "@react-spring/konva@workspace:targets/konva"
50325032
dependencies:
5033-
"@react-spring/animated": ~9.7.4
5034-
"@react-spring/core": ~9.7.4
5035-
"@react-spring/shared": ~9.7.4
5036-
"@react-spring/types": ~9.7.4
5033+
"@react-spring/animated": ~9.7.5
5034+
"@react-spring/core": ~9.7.5
5035+
"@react-spring/shared": ~9.7.5
5036+
"@react-spring/types": ~9.7.5
50375037
peerDependencies:
50385038
konva: ">=2.6"
50395039
react: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -5045,10 +5045,10 @@ __metadata:
50455045
version: 0.0.0-use.local
50465046
resolution: "@react-spring/native@workspace:targets/native"
50475047
dependencies:
5048-
"@react-spring/animated": ~9.7.4
5049-
"@react-spring/core": ~9.7.4
5050-
"@react-spring/shared": ~9.7.4
5051-
"@react-spring/types": ~9.7.4
5048+
"@react-spring/animated": ~9.7.5
5049+
"@react-spring/core": ~9.7.5
5050+
"@react-spring/shared": ~9.7.5
5051+
"@react-spring/types": ~9.7.5
50525052
peerDependencies:
50535053
react: 16.8.0 || >=17.0.0 || >=18.0.0
50545054
react-native: ">=0.58"
@@ -5059,8 +5059,8 @@ __metadata:
50595059
version: 0.0.0-use.local
50605060
resolution: "@react-spring/parallax@workspace:packages/parallax"
50615061
dependencies:
5062-
"@react-spring/shared": ~9.7.4
5063-
"@react-spring/web": ~9.7.4
5062+
"@react-spring/shared": ~9.7.5
5063+
"@react-spring/web": ~9.7.5
50645064
peerDependencies:
50655065
react: ^16.8.0 || ^17.0.0 || ^18.0.0
50665066
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -5074,7 +5074,7 @@ __metadata:
50745074
languageName: node
50755075
linkType: hard
50765076

5077-
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.4":
5077+
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.5":
50785078
version: 0.0.0-use.local
50795079
resolution: "@react-spring/rafz@workspace:packages/rafz"
50805080
languageName: unknown
@@ -5092,12 +5092,12 @@ __metadata:
50925092
languageName: node
50935093
linkType: hard
50945094

5095-
"@react-spring/shared@workspace:packages/shared, @react-spring/shared@~9.7.4":
5095+
"@react-spring/shared@workspace:packages/shared, @react-spring/shared@~9.7.5":
50965096
version: 0.0.0-use.local
50975097
resolution: "@react-spring/shared@workspace:packages/shared"
50985098
dependencies:
5099-
"@react-spring/rafz": ~9.7.4
5100-
"@react-spring/types": ~9.7.4
5099+
"@react-spring/rafz": ~9.7.5
5100+
"@react-spring/types": ~9.7.5
51015101
peerDependencies:
51025102
react: ^16.8.0 || ^17.0.0 || ^18.0.0
51035103
languageName: unknown
@@ -5123,10 +5123,10 @@ __metadata:
51235123
version: 0.0.0-use.local
51245124
resolution: "@react-spring/three@workspace:targets/three"
51255125
dependencies:
5126-
"@react-spring/animated": ~9.7.4
5127-
"@react-spring/core": ~9.7.4
5128-
"@react-spring/shared": ~9.7.4
5129-
"@react-spring/types": ~9.7.4
5126+
"@react-spring/animated": ~9.7.5
5127+
"@react-spring/core": ~9.7.5
5128+
"@react-spring/shared": ~9.7.5
5129+
"@react-spring/types": ~9.7.5
51305130
peerDependencies:
51315131
"@react-three/fiber": ">=6.0"
51325132
react: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -5141,20 +5141,20 @@ __metadata:
51415141
languageName: node
51425142
linkType: hard
51435143

5144-
"@react-spring/types@workspace:packages/types, @react-spring/types@~9.7.4":
5144+
"@react-spring/types@workspace:packages/types, @react-spring/types@~9.7.5":
51455145
version: 0.0.0-use.local
51465146
resolution: "@react-spring/types@workspace:packages/types"
51475147
languageName: unknown
51485148
linkType: soft
51495149

5150-
"@react-spring/web@workspace:^, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.4":
5150+
"@react-spring/web@workspace:^, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.4, @react-spring/web@~9.7.5":
51515151
version: 0.0.0-use.local
51525152
resolution: "@react-spring/web@workspace:targets/web"
51535153
dependencies:
5154-
"@react-spring/animated": ~9.7.4
5155-
"@react-spring/core": ~9.7.4
5156-
"@react-spring/shared": ~9.7.4
5157-
"@react-spring/types": ~9.7.4
5154+
"@react-spring/animated": ~9.7.5
5155+
"@react-spring/core": ~9.7.5
5156+
"@react-spring/shared": ~9.7.5
5157+
"@react-spring/types": ~9.7.5
51585158
peerDependencies:
51595159
react: ^16.8.0 || ^17.0.0 || ^18.0.0
51605160
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -5165,10 +5165,10 @@ __metadata:
51655165
version: 0.0.0-use.local
51665166
resolution: "@react-spring/zdog@workspace:targets/zdog"
51675167
dependencies:
5168-
"@react-spring/animated": ~9.7.4
5169-
"@react-spring/core": ~9.7.4
5170-
"@react-spring/shared": ~9.7.4
5171-
"@react-spring/types": ~9.7.4
5168+
"@react-spring/animated": ~9.7.5
5169+
"@react-spring/core": ~9.7.5
5170+
"@react-spring/shared": ~9.7.5
5171+
"@react-spring/types": ~9.7.5
51725172
peerDependencies:
51735173
react: ^16.8.0 || ^17.0.0 || ^18.0.0
51745174
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0

0 commit comments

Comments
 (0)