Skip to content

Commit 8b82b24

Browse files
Prepare Release (#3240)
Prepare Release using 'release-plan' Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab3456f commit 8b82b24

File tree

4 files changed

+74
-9
lines changed

4 files changed

+74
-9
lines changed

.release-plan.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,52 @@
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": [
99
{
1010
"impact": "patch",
1111
"reason": "Has dependency `workspace:*` on shepherd.js"
12+
},
13+
{
14+
"impact": "major",
15+
"reason": "Appears in changelog section :boom: Breaking Change"
16+
},
17+
{
18+
"impact": "minor",
19+
"reason": "Appears in changelog section :rocket: Enhancement"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :memo: Documentation"
24+
},
25+
{
26+
"impact": "patch",
27+
"reason": "Appears in changelog section :house: Internal"
1228
}
1329
],
1430
"pkgJSONPath": "./packages/react/package.json"
1531
},
1632
"shepherd.js": {
17-
"impact": "patch",
18-
"oldVersion": "14.5.0",
19-
"newVersion": "14.5.1",
33+
"impact": "major",
34+
"oldVersion": "14.5.1",
35+
"newVersion": "15.0.0",
2036
"tagName": "latest",
2137
"constraints": [
38+
{
39+
"impact": "major",
40+
"reason": "Appears in changelog section :boom: Breaking Change"
41+
},
2242
{
2343
"impact": "patch",
2444
"reason": "Appears in changelog section :bug: Bug Fix"
2545
},
46+
{
47+
"impact": "patch",
48+
"reason": "Appears in changelog section :memo: Documentation"
49+
},
2650
{
2751
"impact": "patch",
2852
"reason": "Appears in changelog section :house: Internal"
@@ -31,5 +55,5 @@
3155
"pkgJSONPath": "./shepherd.js/package.json"
3256
}
3357
},
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"
58+
"description": "## Release (2026-02-08)\n\n* react-shepherd 7.0.0 (major)\n* shepherd.js 15.0.0 (major)\n\n#### :boom: Breaking Change\n* `shepherd.js`\n * [#3352](https://github.com/shipshapecode/shepherd/pull/3352) Remove svelte and use vanilla TS ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#3342](https://github.com/shipshapecode/shepherd/pull/3342) Drop support for node 18, move tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `react-shepherd`, `shepherd.js`\n * [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :rocket: Enhancement\n* `react-shepherd`\n * [#3339](https://github.com/shipshapecode/shepherd/pull/3339) Support React 18+ in peerDeps ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3351](https://github.com/shipshapecode/shepherd/pull/3351) Restore attachTo tabindex when tour is hidden ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :memo: Documentation\n* `react-shepherd`, `shepherd.js`\n * [#3341](https://github.com/shipshapecode/shepherd/pull/3341) More license updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#3340](https://github.com/shipshapecode/shepherd/pull/3340) Update LICENSE.md ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\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* Other\n * [#3343](https://github.com/shipshapecode/shepherd/pull/3343) Update landing to tailwind 4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `react-shepherd`, `shepherd.js`\n * [#3324](https://github.com/shipshapecode/shepherd/pull/3324) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\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"
3559
}

CHANGELOG.md

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

3+
## Release (2026-02-08)
4+
5+
* react-shepherd 7.0.0 (major)
6+
* shepherd.js 15.0.0 (major)
7+
8+
#### :boom: Breaking Change
9+
* `shepherd.js`
10+
* [#3352](https://github.com/shipshapecode/shepherd/pull/3352) Remove svelte and use vanilla TS ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
* [#3342](https://github.com/shipshapecode/shepherd/pull/3342) Drop support for node 18, move tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
12+
* `react-shepherd`, `shepherd.js`
13+
* [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
15+
#### :rocket: Enhancement
16+
* `react-shepherd`
17+
* [#3339](https://github.com/shipshapecode/shepherd/pull/3339) Support React 18+ in peerDeps ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
19+
#### :bug: Bug Fix
20+
* `shepherd.js`
21+
* [#3351](https://github.com/shipshapecode/shepherd/pull/3351) Restore attachTo tabindex when tour is hidden ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
22+
23+
#### :memo: Documentation
24+
* `react-shepherd`, `shepherd.js`
25+
* [#3341](https://github.com/shipshapecode/shepherd/pull/3341) More license updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
26+
* Other
27+
* [#3340](https://github.com/shipshapecode/shepherd/pull/3340) Update LICENSE.md ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
28+
* `shepherd.js`
29+
* [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
30+
* `react-shepherd`
31+
* [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar))
32+
33+
#### :house: Internal
34+
* Other
35+
* [#3343](https://github.com/shipshapecode/shepherd/pull/3343) Update landing to tailwind 4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
36+
* `react-shepherd`, `shepherd.js`
37+
* [#3324](https://github.com/shipshapecode/shepherd/pull/3324) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
38+
* [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
39+
40+
#### Committers: 2
41+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
42+
- [@Poylar](https://github.com/Poylar)
43+
344
## Release (2025-07-23)
445

546
* 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": "AGPL-3.0",
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)