Skip to content

Commit

Permalink
v9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Sep 13, 2022
1 parent 0ef2954 commit 9cf3bfe
Show file tree
Hide file tree
Showing 13 changed files with 94 additions and 94 deletions.
6 changes: 3 additions & 3 deletions packages/animated/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-spring/animated",
"version": "9.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"main": "dist/react-spring-core.cjs.js",
"module": "dist/react-spring-core.esm.js",
"files": [
Expand Down Expand Up @@ -31,10 +31,10 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/animated": "~9.5.3",
"@react-spring/rafz": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/rafz": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"main": "dist/react-spring-parallax.cjs.js",
"module": "dist/react-spring-parallax.esm.js",
"files": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"test": "vite serve ./test"
},
"dependencies": {
"@react-spring/shared": "~9.5.3",
"@react-spring/web": "~9.5.3"
"@react-spring/shared": "~9.5.4",
"@react-spring/web": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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
@@ -1,6 +1,6 @@
{
"name": "react-spring",
"version": "9.5.3",
"version": "9.5.4",
"main": "dist/react-spring.cjs.js",
"module": "dist/react-spring.esm.js",
"files": [
Expand All @@ -27,12 +27,12 @@
"Josh Ellis (https://github.com/joshuaellis)"
],
"dependencies": {
"@react-spring/core": "~9.5.3",
"@react-spring/konva": "~9.5.3",
"@react-spring/native": "~9.5.3",
"@react-spring/three": "~9.5.3",
"@react-spring/web": "~9.5.3",
"@react-spring/zdog": "~9.5.3"
"@react-spring/core": "~9.5.4",
"@react-spring/konva": "~9.5.4",
"@react-spring/native": "~9.5.4",
"@react-spring/three": "~9.5.4",
"@react-spring/web": "~9.5.4",
"@react-spring/zdog": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/rafz": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@react-spring/konva",
"version": "9.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/core": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/core": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/core": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/core": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/core": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/core": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/core": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/core": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"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.5.3",
"version": "9.5.4",
"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.5.3",
"@react-spring/core": "~9.5.3",
"@react-spring/shared": "~9.5.3",
"@react-spring/types": "~9.5.3"
"@react-spring/animated": "~9.5.4",
"@react-spring/core": "~9.5.4",
"@react-spring/shared": "~9.5.4",
"@react-spring/types": "~9.5.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

1 comment on commit 9cf3bfe

@vercel
Copy link

@vercel vercel bot commented on 9cf3bfe Sep 13, 2022

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.