Skip to content

Commit fd9c343

Browse files
Prepare Release using 'release-plan'
1 parent 166f61e commit fd9c343

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

.release-plan.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
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 :house: Internal"
1220
}
1321
],
1422
"pkgJSONPath": "./packages/react/package.json"
1523
},
1624
"shepherd.js": {
17-
"impact": "patch",
18-
"oldVersion": "14.5.0",
19-
"newVersion": "14.5.1",
25+
"impact": "major",
26+
"oldVersion": "14.5.1",
27+
"newVersion": "15.0.0",
2028
"tagName": "latest",
2129
"constraints": [
2230
{
23-
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
31+
"impact": "major",
32+
"reason": "Appears in changelog section :boom: Breaking Change"
2533
},
2634
{
2735
"impact": "patch",
@@ -31,5 +39,5 @@
3139
"pkgJSONPath": "./shepherd.js/package.json"
3240
}
3341
},
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"
42+
"description": "## Release (2025-11-08)\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#### :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: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
3543
}

CHANGELOG.md

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

3+
## Release (2025-11-08)
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+
#### :house: Internal
13+
* `react-shepherd`, `shepherd.js`
14+
* [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
16+
#### Committers: 1
17+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
319
## Release (2025-07-23)
420

521
* 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)