Skip to content

Commit

Permalink
v9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Apr 7, 2023
1 parent 2234fd0 commit 45beacd
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-brooms-boil.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
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.1",
"@react-spring/web": "9.7.2",
"@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
@@ -1,6 +1,6 @@
{
"name": "@react-spring/animated",
"version": "9.7.1",
"version": "9.7.2",
"description": "Animated component props for React",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"lint": "TIMING=1 eslint \"src/**/*.ts*\""
},
"dependencies": {
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/core",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,10 +47,10 @@
"lint": "TIMING=1 eslint \"src/**/*.ts*\""
},
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/rafz": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/rafz": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/parallax/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/parallax",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "~9.7.1",
"@react-spring/web": "~9.7.1"
"@react-spring/shared": "~9.7.2",
"@react-spring/web": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rafz/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/rafz",
"version": "9.7.1",
"version": "9.7.2",
"description": "react-spring's fork of rafz one frameloop to rule them all",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/shared",
"version": "9.7.1",
"version": "9.7.2",
"description": "Globals and shared modules",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/rafz": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/rafz": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/types",
"version": "9.7.1",
"version": "9.7.2",
"description": "Internal package with TypeScript stuff",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 5 additions & 5 deletions targets/konva/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/konva",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/core": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"konva": ">=2.6",
Expand Down
10 changes: 5 additions & 5 deletions targets/native/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/native",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/core": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || >=17.0.0 || >=18.0.0",
Expand Down
10 changes: 5 additions & 5 deletions targets/three/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/three",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/core": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"@react-three/fiber": ">=6.0",
Expand Down
10 changes: 5 additions & 5 deletions targets/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/web",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/core": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
10 changes: 5 additions & 5 deletions targets/zdog/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/zdog",
"version": "9.7.1",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.1",
"@react-spring/core": "~9.7.1",
"@react-spring/shared": "~9.7.1",
"@react-spring/types": "~9.7.1"
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
74 changes: 37 additions & 37 deletions yarn.lock
Expand Up @@ -5091,12 +5091,12 @@ __metadata:
languageName: node
linkType: hard

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

"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.1":
"@react-spring/core@workspace:packages/core, @react-spring/core@~9.7.1, @react-spring/core@~9.7.2":
version: 0.0.0-use.local
resolution: "@react-spring/core@workspace:packages/core"
dependencies:
"@react-spring/animated": ~9.7.1
"@react-spring/rafz": ~9.7.1
"@react-spring/shared": ~9.7.1
"@react-spring/types": ~9.7.1
"@react-spring/animated": ~9.7.2
"@react-spring/rafz": ~9.7.2
"@react-spring/shared": ~9.7.2
"@react-spring/types": ~9.7.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand Down Expand Up @@ -5174,7 +5174,7 @@ __metadata:
"@radix-ui/react-toolbar": ^1.0.2
"@radix-ui/react-tooltip": ^1.0.4
"@react-spring/rafz": "workspace:^"
"@react-spring/web": 9.7.1
"@react-spring/web": 9.7.2
"@remix-run/node": ^1.15.0
"@remix-run/react": ^1.15.0
"@remix-run/vercel": ^1.15.0
Expand Down Expand Up @@ -5210,10 +5210,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/konva@workspace:targets/konva"
dependencies:
"@react-spring/animated": ~9.7.1
"@react-spring/core": ~9.7.1
"@react-spring/shared": ~9.7.1
"@react-spring/types": ~9.7.1
"@react-spring/animated": ~9.7.2
"@react-spring/core": ~9.7.2
"@react-spring/shared": ~9.7.2
"@react-spring/types": ~9.7.2
peerDependencies:
konva: ">=2.6"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5225,10 +5225,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/native@workspace:targets/native"
dependencies:
"@react-spring/animated": ~9.7.1
"@react-spring/core": ~9.7.1
"@react-spring/shared": ~9.7.1
"@react-spring/types": ~9.7.1
"@react-spring/animated": ~9.7.2
"@react-spring/core": ~9.7.2
"@react-spring/shared": ~9.7.2
"@react-spring/types": ~9.7.2
peerDependencies:
react: ^16.8.0 || >=17.0.0 || >=18.0.0
react-native: ">=0.58"
Expand All @@ -5239,8 +5239,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/parallax@workspace:packages/parallax"
dependencies:
"@react-spring/shared": ~9.7.1
"@react-spring/web": ~9.7.1
"@react-spring/shared": ~9.7.2
"@react-spring/web": ~9.7.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5254,7 +5254,7 @@ __metadata:
languageName: node
linkType: hard

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

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

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

"@react-spring/web@9.7.1, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.1":
"@react-spring/web@9.7.2, @react-spring/web@workspace:targets/web, @react-spring/web@~9.7.1, @react-spring/web@~9.7.2":
version: 0.0.0-use.local
resolution: "@react-spring/web@workspace:targets/web"
dependencies:
"@react-spring/animated": ~9.7.1
"@react-spring/core": ~9.7.1
"@react-spring/shared": ~9.7.1
"@react-spring/types": ~9.7.1
"@react-spring/animated": ~9.7.2
"@react-spring/core": ~9.7.2
"@react-spring/shared": ~9.7.2
"@react-spring/types": ~9.7.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -5345,10 +5345,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-spring/zdog@workspace:targets/zdog"
dependencies:
"@react-spring/animated": ~9.7.1
"@react-spring/core": ~9.7.1
"@react-spring/shared": ~9.7.1
"@react-spring/types": ~9.7.1
"@react-spring/animated": ~9.7.2
"@react-spring/core": ~9.7.2
"@react-spring/shared": ~9.7.2
"@react-spring/types": ~9.7.2
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 45beacd

Please sign in to comment.