Skip to content

Commit ffc7cea

Browse files
committed
chore: lockstep release
1 parent 3b22c40 commit ffc7cea

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

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.4",
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.4",
45-
"@react-spring/konva": "~9.7.4",
46-
"@react-spring/native": "~9.7.4",
47-
"@react-spring/three": "~9.7.4",
48-
"@react-spring/web": "~9.7.4",
49-
"@react-spring/zdog": "~9.7.4"
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",

release-please-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
{
77
"type": "node-workspace",
88
"updatePeerDependencies": true
9+
},
10+
{
11+
"type": "linked-versions",
12+
"groupName": "my group",
13+
"components": [
14+
"animated",
15+
"core",
16+
"parallax",
17+
"rafz",
18+
"react-spring",
19+
"shared",
20+
"types",
21+
"konva",
22+
"native",
23+
"three",
24+
"web",
25+
"zdog"
26+
]
927
}
1028
],
1129
"packages": {

0 commit comments

Comments
 (0)