Skip to content

Commit 493e608

Browse files
Prepare Release using 'release-plan'
1 parent 1d9c664 commit 493e608

4 files changed

Lines changed: 37 additions & 16 deletions

File tree

.release-plan.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
"solution": {
33
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "7.0.4",
6-
"newVersion": "7.0.5",
5+
"oldVersion": "7.0.5",
6+
"newVersion": "7.0.6",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
16-
},
179
{
1810
"impact": "patch",
1911
"reason": "Has dependency `workspace:*` on shepherd.js"
@@ -22,11 +14,19 @@
2214
"pkgJSONPath": "./packages/react/package.json"
2315
},
2416
"shepherd.js": {
25-
"impact": "patch",
26-
"oldVersion": "15.2.2",
27-
"newVersion": "15.2.3",
17+
"impact": "minor",
18+
"oldVersion": "15.2.3",
19+
"newVersion": "15.3.0",
2820
"tagName": "latest",
2921
"constraints": [
22+
{
23+
"impact": "minor",
24+
"reason": "Appears in changelog section :rocket: Enhancement"
25+
},
26+
{
27+
"impact": "patch",
28+
"reason": "Appears in changelog section :bug: Bug Fix"
29+
},
3030
{
3131
"impact": "patch",
3232
"reason": "Appears in changelog section :house: Internal"
@@ -35,5 +35,5 @@
3535
"pkgJSONPath": "./shepherd.js/package.json"
3636
}
3737
},
38-
"description": "## Release (2026-08-10)\n\n* react-shepherd 7.0.5 (patch)\n* shepherd.js 15.2.3 (patch)\n\n#### :bug: Bug Fix\n* `react-shepherd`\n * [#3461](https://github.com/shipshapecode/shepherd/pull/3461) fix: allow TypeScript 6 and 7 as peer dependencies for react-shepherd ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3463](https://github.com/shipshapecode/shepherd/pull/3463) chore: pnpm update and audit fixes ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#3444](https://github.com/shipshapecode/shepherd/pull/3444) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
38+
"description": "## Release (2026-08-13)\n\n* react-shepherd 7.0.6 (patch)\n* shepherd.js 15.3.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3471](https://github.com/shipshapecode/shepherd/pull/3471) feat: add waitForElement and skipMissingElement step options ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3474](https://github.com/shipshapecode/shepherd/pull/3474) fix: only trigger the step `destroy` event on real teardown ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3472](https://github.com/shipshapecode/shepherd/pull/3472) fix: pass the actual previous step in the Tour `show` event ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd.js`\n * [#3475](https://github.com/shipshapecode/shepherd/pull/3475) chore: untrack cypress downloads run artifact ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
3939
}

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 (2026-08-13)
4+
5+
* react-shepherd 7.0.6 (patch)
6+
* shepherd.js 15.3.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd.js`
10+
* [#3471](https://github.com/shipshapecode/shepherd/pull/3471) feat: add waitForElement and skipMissingElement step options ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :bug: Bug Fix
13+
* `shepherd.js`
14+
* [#3474](https://github.com/shipshapecode/shepherd/pull/3474) fix: only trigger the step `destroy` event on real teardown ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
* [#3472](https://github.com/shipshapecode/shepherd/pull/3472) fix: pass the actual previous step in the Tour `show` event ([@chuckcarpenter](https://github.com/chuckcarpenter))
16+
17+
#### :house: Internal
18+
* `shepherd.js`
19+
* [#3475](https://github.com/shipshapecode/shepherd/pull/3475) chore: untrack cypress downloads run artifact ([@chuckcarpenter](https://github.com/chuckcarpenter))
20+
21+
#### Committers: 1
22+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
23+
324
## Release (2026-08-10)
425

526
* react-shepherd 7.0.5 (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": "7.0.5",
3+
"version": "7.0.6",
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": "15.2.3",
3+
"version": "15.3.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)