Skip to content

Commit 6aeae2a

Browse files
Merge pull request #2345 from pmndrs/release-please--branches--next
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents c13de08 + 581d493 commit 6aeae2a

25 files changed

+250
-59
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.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"
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"
1414
}

packages/animated/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/animated-v9.7.5...animated-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **animated:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
53-
"@react-spring/types": "~9.7.5"
52+
"@react-spring/shared": "~9.7.6",
53+
"@react-spring/types": "~9.7.6"
5454
},
5555
"peerDependencies": {
5656
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/core-v9.7.5...core-v9.7.6) (2024-12-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** type EventHandler should allow boolean Items and infer correctly ([3254bf9](https://github.com/pmndrs/react-spring/commit/3254bf91563865d3a02820af730db0551c3a4ecc)), closes [#2324](https://github.com/pmndrs/react-spring/issues/2324)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/animated bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
17+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
56-
"@react-spring/shared": "~9.7.5",
57-
"@react-spring/types": "~9.7.5"
55+
"@react-spring/animated": "~9.7.6",
56+
"@react-spring/shared": "~9.7.6",
57+
"@react-spring/types": "~9.7.6"
5858
},
5959
"peerDependencies": {
6060
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/parallax/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/parallax-v9.7.5...parallax-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **parallax:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/web bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
53-
"@react-spring/web": "~9.7.5"
52+
"@react-spring/shared": "~9.7.6",
53+
"@react-spring/web": "~9.7.6"
5454
},
5555
"peerDependencies": {
5656
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/rafz/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/rafz-v9.7.5...rafz-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **rafz:** Synchronize my group versions

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.5",
3+
"version": "9.7.6",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/react-spring-v9.7.5...react-spring-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **react-spring:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/core bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/konva bumped from ~9.7.5 to ~9.7.6
17+
* @react-spring/native bumped from ~9.7.5 to ~9.7.6
18+
* @react-spring/three bumped from ~9.7.5 to ~9.7.6
19+
* @react-spring/web bumped from ~9.7.5 to ~9.7.6
20+
* @react-spring/zdog bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.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"
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"
5050
},
5151
"peerDependencies": {
5252
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",

packages/shared/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/shared-v9.7.5...shared-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **shared:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/rafz bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
46-
"@react-spring/types": "~9.7.5"
45+
"@react-spring/rafz": "~9.7.6",
46+
"@react-spring/types": "~9.7.6"
4747
},
4848
"peerDependencies": {
4949
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/types-v9.7.5...types-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **types:** Synchronize my group versions

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.5",
3+
"version": "9.7.6",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/konva-v9.7.5...konva-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **konva:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/animated bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/core bumped from ~9.7.5 to ~9.7.6
17+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
18+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
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"
4848
},
4949
"peerDependencies": {
5050
"konva": ">=2.6",

targets/native/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/native-v9.7.5...native-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **native:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/animated bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/core bumped from ~9.7.5 to ~9.7.6
17+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
18+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
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"
4848
},
4949
"peerDependencies": {
5050
"react": "16.8.0 || >=17.0.0 || >=18.0.0",

targets/three/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [9.7.6](https://github.com/pmndrs/react-spring/compare/three-v9.7.5...three-v9.7.6) (2024-12-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **three:** Synchronize my group versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @react-spring/animated bumped from ~9.7.5 to ~9.7.6
16+
* @react-spring/core bumped from ~9.7.5 to ~9.7.6
17+
* @react-spring/shared bumped from ~9.7.5 to ~9.7.6
18+
* @react-spring/types bumped from ~9.7.5 to ~9.7.6

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.5",
3+
"version": "9.7.6",
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.5",
45-
"@react-spring/core": "~9.7.5",
46-
"@react-spring/shared": "~9.7.5",
47-
"@react-spring/types": "~9.7.5"
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"
4848
},
4949
"peerDependencies": {
5050
"@react-three/fiber": ">=6.0",

0 commit comments

Comments
 (0)