Skip to content

Commit 795563c

Browse files
committed
Revert "Merge pull request #2345 from pmndrs/release-please--branches--next"
This reverts commit 6aeae2a, reversing changes made to c13de08.
1 parent 2f89b4f commit 795563c

25 files changed

+59
-250
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"packages/animated": "9.7.6",
3-
"packages/core": "9.7.6",
4-
"packages/parallax": "9.7.6",
5-
"packages/rafz": "9.7.6",
6-
"packages/react-spring": "9.7.6",
7-
"packages/shared": "9.7.6",
8-
"packages/types": "9.7.6",
9-
"targets/konva": "9.7.6",
10-
"targets/native": "9.7.6",
11-
"targets/three": "9.7.6",
12-
"targets/web": "9.7.6",
13-
"targets/zdog": "9.7.6"
2+
"packages/animated": "9.7.5",
3+
"packages/core": "9.7.5",
4+
"packages/parallax": "9.7.5",
5+
"packages/rafz": "9.7.5",
6+
"packages/react-spring": "9.7.5",
7+
"packages/shared": "9.7.5",
8+
"packages/types": "9.7.5",
9+
"targets/konva": "9.7.5",
10+
"targets/native": "9.7.5",
11+
"targets/three": "9.7.5",
12+
"targets/web": "9.7.5",
13+
"targets/zdog": "9.7.5"
1414
}

packages/animated/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/animated/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/animated",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"description": "Animated component props for React",
55
"module": "./dist/react-spring_animated.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -49,8 +49,8 @@
4949
"pack": "yarn pack"
5050
},
5151
"dependencies": {
52-
"@react-spring/shared": "~9.7.6",
53-
"@react-spring/types": "~9.7.6"
52+
"@react-spring/shared": "~9.7.5",
53+
"@react-spring/types": "~9.7.5"
5454
},
5555
"peerDependencies": {
5656
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/CHANGELOG.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_core.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_core.modern.d.mts",
@@ -52,9 +52,9 @@
5252
"pack": "yarn pack"
5353
},
5454
"dependencies": {
55-
"@react-spring/animated": "~9.7.6",
56-
"@react-spring/shared": "~9.7.6",
57-
"@react-spring/types": "~9.7.6"
55+
"@react-spring/animated": "~9.7.5",
56+
"@react-spring/shared": "~9.7.5",
57+
"@react-spring/types": "~9.7.5"
5858
},
5959
"peerDependencies": {
6060
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/parallax/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/parallax/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/parallax",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_parallax.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_parallax.modern.d.mts",
@@ -49,8 +49,8 @@
4949
"test": "vite serve ./test"
5050
},
5151
"dependencies": {
52-
"@react-spring/shared": "~9.7.6",
53-
"@react-spring/web": "~9.7.6"
52+
"@react-spring/shared": "~9.7.5",
53+
"@react-spring/web": "~9.7.5"
5454
},
5555
"peerDependencies": {
5656
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/rafz/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/rafz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/rafz",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"description": "react-spring's fork of rafz one frameloop to rule them all",
55
"module": "./dist/react-spring_rafz.legacy-esm.js",
66
"main": "./dist/cjs/index.js",

packages/react-spring/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/react-spring/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spring",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring.modern.d.mts",
@@ -41,12 +41,12 @@
4141
"Josh Ellis (https://github.com/joshuaellis)"
4242
],
4343
"dependencies": {
44-
"@react-spring/core": "~9.7.6",
45-
"@react-spring/konva": "~9.7.6",
46-
"@react-spring/native": "~9.7.6",
47-
"@react-spring/three": "~9.7.6",
48-
"@react-spring/web": "~9.7.6",
49-
"@react-spring/zdog": "~9.7.6"
44+
"@react-spring/core": "~9.7.5",
45+
"@react-spring/konva": "~9.7.5",
46+
"@react-spring/native": "~9.7.5",
47+
"@react-spring/three": "~9.7.5",
48+
"@react-spring/web": "~9.7.5",
49+
"@react-spring/zdog": "~9.7.5"
5050
},
5151
"peerDependencies": {
5252
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/shared/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/shared",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"description": "Globals and shared modules",
55
"module": "./dist/react-spring_shared.legacy-esm.js",
66
"main": "./dist/cjs/index.js",
@@ -42,8 +42,8 @@
4242
"Josh Ellis (https://github.com/joshuaellis)"
4343
],
4444
"dependencies": {
45-
"@react-spring/rafz": "~9.7.6",
46-
"@react-spring/types": "~9.7.6"
45+
"@react-spring/rafz": "~9.7.5",
46+
"@react-spring/types": "~9.7.5"
4747
},
4848
"peerDependencies": {
4949
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/types/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/types",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"description": "Internal package with TypeScript stuff",
55
"module": "./dist/react-spring_types.legacy-esm.js",
66
"main": "./dist/cjs/index.js",

targets/konva/CHANGELOG.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

targets/konva/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/konva",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_konva.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_konva.modern.d.mts",
@@ -41,10 +41,10 @@
4141
"Josh Ellis (https://github.com/joshuaellis)"
4242
],
4343
"dependencies": {
44-
"@react-spring/animated": "~9.7.6",
45-
"@react-spring/core": "~9.7.6",
46-
"@react-spring/shared": "~9.7.6",
47-
"@react-spring/types": "~9.7.6"
44+
"@react-spring/animated": "~9.7.5",
45+
"@react-spring/core": "~9.7.5",
46+
"@react-spring/shared": "~9.7.5",
47+
"@react-spring/types": "~9.7.5"
4848
},
4949
"peerDependencies": {
5050
"konva": ">=2.6",

targets/native/CHANGELOG.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

targets/native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/native",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_native.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_native.modern.d.mts",
@@ -41,10 +41,10 @@
4141
"Josh Ellis (https://github.com/joshuaellis)"
4242
],
4343
"dependencies": {
44-
"@react-spring/animated": "~9.7.6",
45-
"@react-spring/core": "~9.7.6",
46-
"@react-spring/shared": "~9.7.6",
47-
"@react-spring/types": "~9.7.6"
44+
"@react-spring/animated": "~9.7.5",
45+
"@react-spring/core": "~9.7.5",
46+
"@react-spring/shared": "~9.7.5",
47+
"@react-spring/types": "~9.7.5"
4848
},
4949
"peerDependencies": {
5050
"react": "16.8.0 || >=17.0.0 || >=18.0.0",

targets/three/CHANGELOG.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

targets/three/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/three",
3-
"version": "9.7.6",
3+
"version": "9.7.5",
44
"module": "./dist/react-spring_three.legacy-esm.js",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/react-spring_three.modern.d.mts",
@@ -41,10 +41,10 @@
4141
"Josh Ellis (https://github.com/joshuaellis)"
4242
],
4343
"dependencies": {
44-
"@react-spring/animated": "~9.7.6",
45-
"@react-spring/core": "~9.7.6",
46-
"@react-spring/shared": "~9.7.6",
47-
"@react-spring/types": "~9.7.6"
44+
"@react-spring/animated": "~9.7.5",
45+
"@react-spring/core": "~9.7.5",
46+
"@react-spring/shared": "~9.7.5",
47+
"@react-spring/types": "~9.7.5"
4848
},
4949
"peerDependencies": {
5050
"@react-three/fiber": ">=6.0",

0 commit comments

Comments
 (0)