Skip to content

Commit 4eea133

Browse files
Prepare Release using 'release-plan'
1 parent 6ad2839 commit 4eea133

File tree

4 files changed

+44
-11
lines changed

4 files changed

+44
-11
lines changed

.release-plan.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
{
22
"solution": {
33
"react-shepherd": {
4-
"impact": "patch",
5-
"oldVersion": "6.1.8",
6-
"newVersion": "6.1.9",
4+
"impact": "major",
5+
"oldVersion": "6.1.9",
6+
"newVersion": "7.0.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
913
{
1014
"impact": "patch",
1115
"reason": "Has dependency `workspace:*` on shepherd.js"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :memo: Documentation"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :house: Internal"
1224
}
1325
],
1426
"pkgJSONPath": "./packages/react/package.json"
1527
},
1628
"shepherd.js": {
17-
"impact": "patch",
18-
"oldVersion": "14.5.0",
19-
"newVersion": "14.5.1",
29+
"impact": "major",
30+
"oldVersion": "14.5.1",
31+
"newVersion": "15.0.0",
2032
"tagName": "latest",
2133
"constraints": [
2234
{
23-
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
35+
"impact": "major",
36+
"reason": "Appears in changelog section :boom: Breaking Change"
2537
},
2638
{
2739
"impact": "patch",
@@ -31,5 +43,5 @@
3143
"pkgJSONPath": "./shepherd.js/package.json"
3244
}
3345
},
34-
"description": "## Release (2025-07-23)\n\n* react-shepherd 6.1.9 (patch)\n* shepherd.js 14.5.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3230](https://github.com/shipshapecode/shepherd/pull/3230) Add attachTo elements to the keyboard focus flow ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `shepherd.js`\n * [#3229](https://github.com/shipshapecode/shepherd/pull/3229) Add dummy app back for development ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
46+
"description": "## Release (2025-12-27)\n\n* react-shepherd 7.0.0 (major)\n* shepherd.js 15.0.0 (major)\n\n#### :boom: Breaking Change\n* `react-shepherd`, `shepherd.js`\n * [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5, convert to ESM only ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :memo: Documentation\n* `react-shepherd`\n * [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar))\n\n#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- [@Poylar](https://github.com/Poylar)\n"
3547
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Release (2025-12-27)
4+
5+
* react-shepherd 7.0.0 (major)
6+
* shepherd.js 15.0.0 (major)
7+
8+
#### :boom: Breaking Change
9+
* `react-shepherd`, `shepherd.js`
10+
* [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5, convert to ESM only ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### :memo: Documentation
13+
* `react-shepherd`
14+
* [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar))
15+
16+
#### :house: Internal
17+
* `react-shepherd`, `shepherd.js`
18+
* [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
20+
#### Committers: 2
21+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
22+
- [@Poylar](https://github.com/Poylar)
23+
324
## Release (2025-07-23)
425

526
* react-shepherd 6.1.9 (patch)

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shepherd",
3-
"version": "6.1.9",
3+
"version": "7.0.0",
44
"private": false,
55
"license": "MIT",
66
"repository": {

shepherd.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "14.5.1",
3+
"version": "15.0.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)