Skip to content

Commit

Permalink
v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Oct 10, 2021
1 parent 4e253c5 commit 0e0a670
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/docs",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"author": "Poimandres",
"license": "MIT",
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.2.6",
"version": "9.3.0",
"description": "Animated component props for React",
"main": "dist/react-spring-animated.cjs.js",
"module": "dist/react-spring-animated.esm.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
Expand Down
10 changes: 5 additions & 5 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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-core.cjs.js",
"module": "dist/react-spring-core.esm.js",
"files": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mEnjoy react-spring? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/react-spring/donate\\u001b[0m')\""
},
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@react-spring/rafz": "~9.2.6-beta.0"
"@react-spring/rafz": "~9.3.0"
}
}
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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-parallax.cjs.js",
"module": "dist/react-spring-parallax.esm.js",
"files": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"dev": "cd ./test && yarn dev"
},
"dependencies": {
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/web": "~9.2.6-beta.0"
"@react-spring/shared": "~9.3.0",
"@react-spring/web": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.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.2.6",
"version": "9.3.0",
"description": "react-spring's fork of rafz one frameloop to rule them all",
"main": "dist/react-spring-rafz.cjs.js",
"module": "dist/react-spring-rafz.esm.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.2.6",
"version": "9.3.0",
"main": "dist/react-spring.cjs.js",
"module": "dist/react-spring.esm.js",
"files": [
Expand All @@ -27,11 +27,11 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/konva": "~9.2.6-beta.0",
"@react-spring/native": "~9.2.6-beta.0",
"@react-spring/three": "~9.2.6-beta.0",
"@react-spring/web": "~9.2.6-beta.0",
"@react-spring/zdog": "~9.2.6-beta.0"
"@react-spring/core": "~9.3.0",
"@react-spring/konva": "~9.3.0",
"@react-spring/native": "~9.3.0",
"@react-spring/three": "~9.3.0",
"@react-spring/web": "~9.3.0",
"@react-spring/zdog": "~9.3.0"
}
}
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.2.6",
"version": "9.3.0",
"description": "Globals and shared modules",
"main": "dist/react-spring-shared.cjs.js",
"module": "dist/react-spring-shared.esm.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/rafz": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/rafz": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.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.2.6",
"version": "9.3.0",
"description": "Internal package with TypeScript stuff",
"main": "index.js",
"repository": "pmndrs/react-spring",
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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-konva.cjs.js",
"module": "dist/react-spring-konva.esm.js",
"files": [
Expand All @@ -27,10 +27,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/core": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-native.cjs.js",
"module": "dist/react-spring-native.esm.js",
"files": [
Expand All @@ -27,10 +27,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/core": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-three.cjs.js",
"module": "dist/react-spring-three.esm.js",
"files": [
Expand All @@ -27,10 +27,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/core": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-web.cjs.js",
"module": "dist/react-spring-web.esm.js",
"files": [
Expand All @@ -27,10 +27,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/core": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.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.2.6",
"version": "9.3.0",
"main": "dist/react-spring-zdog.cjs.js",
"module": "dist/react-spring-zdog.esm.js",
"files": [
Expand All @@ -27,10 +27,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/core": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
"@react-spring/animated": "~9.3.0",
"@react-spring/core": "~9.3.0",
"@react-spring/shared": "~9.3.0",
"@react-spring/types": "~9.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
Expand Down

1 comment on commit 0e0a670

@vercel
Copy link

@vercel vercel bot commented on 0e0a670 Oct 10, 2021

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.