Skip to content

Commit

Permalink
v9.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Jun 26, 2023
1 parent 52cc710 commit 897618f
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 107 deletions.
16 changes: 0 additions & 16 deletions .changeset/gorgeous-experts-double.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-toolbar": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.4",
"@react-spring/rafz": "workspace:^",
"@react-spring/web": "9.7.2",
"@react-spring/web": "9.7.3",
"@remix-run/node": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@remix-run/vercel": "^1.15.0",
Expand Down
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.2",
"version": "9.7.3",
"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.2",
"@react-spring/types": "~9.7.2"
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/web": "~9.7.2"
"@react-spring/shared": "~9.7.3",
"@react-spring/web": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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
14 changes: 7 additions & 7 deletions packages/react-spring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spring",
"version": "9.7.1",
"version": "9.7.2",
"module": "./dist/react-spring.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring.modern.d.ts",
Expand Down Expand Up @@ -36,12 +36,12 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/core": "~9.7.1",
"@react-spring/konva": "~9.7.1",
"@react-spring/native": "~9.7.1",
"@react-spring/three": "~9.7.1",
"@react-spring/web": "~9.7.1",
"@react-spring/zdog": "~9.7.1"
"@react-spring/core": "~9.7.3",
"@react-spring/konva": "~9.7.3",
"@react-spring/native": "~9.7.3",
"@react-spring/three": "~9.7.3",
"@react-spring/web": "~9.7.3",
"@react-spring/zdog": "~9.7.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "9.7.3",
"description": "Globals and shared modules",
"module": "./dist/react-spring_shared.legacy-esm.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/types": "~9.7.2"
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"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.2",
"version": "9.7.3",
"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.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

1 comment on commit 897618f

@vercel
Copy link

@vercel vercel bot commented on 897618f Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.