Skip to content

Commit 581d493

Browse files
chore: release next
1 parent 43120ea commit 581d493

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

0 commit comments

Comments
 (0)