Skip to content

Commit

Permalink
v9.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Oct 7, 2024
1 parent f7fd4bb commit 8b09751
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/animated-className.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": "9.7.4",
"version": "9.7.5",
"description": "Animated component props for React",
"module": "./dist/react-spring_animated.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"pack": "yarn pack"
},
"dependencies": {
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/core",
"version": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_core.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_core.modern.d.ts",
Expand Down Expand Up @@ -47,9 +47,9 @@
"pack": "yarn pack"
},
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_parallax.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_parallax.modern.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "~9.7.4",
"@react-spring/web": "~9.7.4"
"@react-spring/shared": "~9.7.5",
"@react-spring/web": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rafz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/rafz",
"version": "9.7.4",
"version": "9.7.5",
"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
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": "9.7.4",
"version": "9.7.5",
"description": "Globals and shared modules",
"module": "./dist/react-spring_shared.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/rafz": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/rafz": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.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": "9.7.4",
"version": "9.7.5",
"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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_konva.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_konva.modern.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/core": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/core": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_native.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_native.modern.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/core": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/core": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "16.8.0 || >=17.0.0 || >=18.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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_three.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_three.modern.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/core": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/core": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_web.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_web.modern.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/core": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/core": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
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": "9.7.4",
"version": "9.7.5",
"module": "./dist/react-spring_zdog.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_zdog.modern.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.4",
"@react-spring/core": "~9.7.4",
"@react-spring/shared": "~9.7.4",
"@react-spring/types": "~9.7.4"
"@react-spring/animated": "~9.7.5",
"@react-spring/core": "~9.7.5",
"@react-spring/shared": "~9.7.5",
"@react-spring/types": "~9.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4900,12 +4900,12 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/animated@workspace:packages/animated, @react-spring/animated@~9.7.4":
"@react-spring/animated@workspace:packages/animated, @react-spring/animated@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/animated@workspace:packages/animated"
dependencies:
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand All @@ -4925,13 +4925,13 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.4":
"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.4, @react-spring/core@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/core@workspace:packages/core"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand Down Expand Up @@ -5030,10 +5030,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/konva@workspace:targets/konva"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/core": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
konva: ">=2.6"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5045,10 +5045,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/native@workspace:targets/native"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/core": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: 16.8.0 || >=17.0.0 || >=18.0.0
react-native: ">=0.58"
Expand All @@ -5059,8 +5059,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/parallax@workspace:packages/parallax"
dependencies:
"@react-spring/shared": ~9.7.4
"@react-spring/web": ~9.7.4
"@react-spring/shared": ~9.7.5
"@react-spring/web": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5074,7 +5074,7 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.4":
"@react-spring/rafz@workspace:^, @react-spring/rafz@workspace:packages/rafz, @react-spring/rafz@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/rafz@workspace:packages/rafz"
languageName: unknown
Expand All @@ -5092,12 +5092,12 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/shared@workspace:packages/shared, @react-spring/shared@~9.7.4":
"@react-spring/shared@workspace:packages/shared, @react-spring/shared@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/shared@workspace:packages/shared"
dependencies:
"@react-spring/rafz": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/rafz": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand All @@ -5123,10 +5123,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/three@workspace:targets/three"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/core": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
"@react-three/fiber": ">=6.0"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5141,20 +5141,20 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/types@workspace:packages/types, @react-spring/types@~9.7.4":
"@react-spring/types@workspace:packages/types, @react-spring/types@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/types@workspace:packages/types"
languageName: unknown
linkType: soft

"@react-spring/web@workspace:^, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.4":
"@react-spring/web@workspace:^, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.4, @react-spring/web@~9.7.5":
version: 0.0.0-use.local
resolution: "@react-spring/web@workspace:targets/web"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/core": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5165,10 +5165,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/zdog@workspace:targets/zdog"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
"@react-spring/animated": ~9.7.5
"@react-spring/core": ~9.7.5
"@react-spring/shared": ~9.7.5
"@react-spring/types": ~9.7.5
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down

0 comments on commit 8b09751

Please sign in to comment.