Skip to content

Commit

Permalink
v9.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Apr 29, 2021
1 parent 10aa771 commit 21e83b8
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
"@react-spring/web": "9.1.2",
"@react-spring/zdog": "9.1.2"
},
"changesets": ["brave-oranges-develop", "tricky-olives-chew"]
"changesets": [
"brave-oranges-develop",
"tidy-goats-itch",
"tricky-olives-chew"
]
}
16 changes: 16 additions & 0 deletions .changeset/tidy-goats-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@react-spring/animated': patch
'@react-spring/core': patch
'@react-spring/parallax': patch
'react-spring': patch
'@react-spring/shared': patch
'@react-spring/types': patch
'@react-spring/konva': patch
'@react-spring/native': patch
'@react-spring/three': patch
'@react-spring/three-v5': patch
'@react-spring/web': patch
'@react-spring/zdog': patch
---

revert 1475
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"description": "Animated component props for React",
"main": "dist/react-spring-animated.cjs.js",
"module": "dist/react-spring-animated.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-core.cjs.js",
"module": "dist/react-spring-core.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-parallax.cjs.js",
"module": "dist/react-spring-parallax.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring.cjs.js",
"module": "dist/react-spring.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"description": "Globals and shared modules",
"main": "dist/react-spring-shared.cjs.js",
"module": "dist/react-spring-shared.esm.js",
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.0-beta.1",
"version": "9.2.0-beta.2",
"description": "Internal package with TypeScript stuff",
"main": "index.js",
"repository": "pmndrs/react-spring",
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-konva.cjs.js",
"module": "dist/react-spring-konva.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-native.cjs.js",
"module": "dist/react-spring-native.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion targets/three-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spring/three-v5",
"version": "9.2.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-three-v5.cjs.js",
"module": "dist/react-spring-three-v5.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-three.cjs.js",
"module": "dist/react-spring-three.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-web.cjs.js",
"module": "dist/react-spring-web.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.1",
"version": "9.2.0-beta.2",
"main": "dist/react-spring-zdog.cjs.js",
"module": "dist/react-spring-zdog.esm.js",
"files": [
Expand Down

0 comments on commit 21e83b8

Please sign in to comment.