Skip to content

Commit f45d6bd

Browse files
Prepare Release using 'release-plan'
1 parent dcbf384 commit f45d6bd

File tree

4 files changed

+49
-10
lines changed

4 files changed

+49
-10
lines changed

.release-plan.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,43 @@
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": [
34+
{
35+
"impact": "major",
36+
"reason": "Appears in changelog section :boom: Breaking Change"
37+
},
2238
{
2339
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
40+
"reason": "Appears in changelog section :memo: Documentation"
2541
},
2642
{
2743
"impact": "patch",
@@ -31,5 +47,5 @@
3147
"pkgJSONPath": "./shepherd.js/package.json"
3248
}
3349
},
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"
50+
"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* `shepherd.js`\n * [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\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"
3551
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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+
* `shepherd.js`
14+
* [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
* `react-shepherd`
16+
* [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar))
17+
18+
#### :house: Internal
19+
* `react-shepherd`, `shepherd.js`
20+
* [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
21+
22+
#### Committers: 2
23+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
24+
- [@Poylar](https://github.com/Poylar)
25+
326
## Release (2025-07-23)
427

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