Skip to content

Commit

Permalink
v9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Feb 23, 2023
1 parent 477827a commit 0ac469e
Show file tree
Hide file tree
Showing 17 changed files with 96 additions and 149 deletions.
21 changes: 0 additions & 21 deletions .changeset/pre.json

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/serious-pens-exist.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/strange-falcons-confess.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -21,7 +21,7 @@
"@radix-ui/react-toolbar": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.3",
"@react-spring/rafz": "workspace:^",
"@react-spring/web": "9.7.0-beta.0",
"@react-spring/web": "9.7.0",
"@remix-run/node": "^1.12.0",
"@remix-run/react": "^1.12.0",
"@remix-run/vercel": "^1.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/animated/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/animated",
"version": "9.7.0-beta.0",
"version": "9.7.0",
"description": "Animated component props for React",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dev": "tsup"
},
"dependencies": {
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"dev": "tsup"
},
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/rafz": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/rafz": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/web": "~9.7.0-beta.0"
"@react-spring/shared": "~9.7.0",
"@react-spring/web": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"description": "react-spring's fork of rafz one frameloop to rule them all",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
14 changes: 7 additions & 7 deletions packages/react-spring/package.json
@@ -1,6 +1,6 @@
{
"name": "react-spring",
"version": "9.7.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,12 +28,12 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/konva": "~9.7.0-beta.0",
"@react-spring/native": "~9.7.0-beta.0",
"@react-spring/three": "~9.7.0-beta.0",
"@react-spring/web": "~9.7.0-beta.0",
"@react-spring/zdog": "~9.7.0-beta.0"
"@react-spring/core": "~9.7.0",
"@react-spring/konva": "~9.7.0",
"@react-spring/native": "~9.7.0",
"@react-spring/three": "~9.7.0",
"@react-spring/web": "~9.7.0",
"@react-spring/zdog": "~9.7.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/shared",
"version": "9.7.0-beta.0",
"version": "9.7.0",
"description": "Globals and shared modules",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -29,8 +29,8 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/rafz": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/rafz": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"description": "Internal package with TypeScript stuff",
"main": "index.js",
"types": "index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions targets/konva/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/konva",
"version": "9.7.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/core": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/core": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/core": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/core": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"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.0-beta.0",
"version": "9.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.7.0-beta.0",
"@react-spring/core": "~9.7.0-beta.0",
"@react-spring/shared": "~9.7.0-beta.0",
"@react-spring/types": "~9.7.0-beta.0"
"@react-spring/animated": "~9.7.0",
"@react-spring/core": "~9.7.0",
"@react-spring/shared": "~9.7.0",
"@react-spring/types": "~9.7.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

1 comment on commit 0ac469e

@vercel
Copy link

@vercel vercel bot commented on 0ac469e Feb 24, 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.