Skip to content

Commit c8f6993

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

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

.release-plan.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "7.0.1",
6-
"newVersion": "7.0.2",
5+
"oldVersion": "7.0.2",
6+
"newVersion": "7.0.3",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,18 +14,18 @@
1414
"pkgJSONPath": "./packages/react/package.json"
1515
},
1616
"shepherd.js": {
17-
"impact": "minor",
18-
"oldVersion": "15.1.0",
19-
"newVersion": "15.2.0",
17+
"impact": "patch",
18+
"oldVersion": "15.2.0",
19+
"newVersion": "15.2.1",
2020
"tagName": "latest",
2121
"constraints": [
2222
{
23-
"impact": "minor",
24-
"reason": "Appears in changelog section :rocket: Enhancement"
23+
"impact": "patch",
24+
"reason": "Appears in changelog section :bug: Bug Fix"
2525
}
2626
],
2727
"pkgJSONPath": "./shepherd.js/package.json"
2828
}
2929
},
30-
"description": "## Release (2026-02-19)\n\n* react-shepherd 7.0.2 (patch)\n* shepherd.js 15.2.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3370](https://github.com/shipshapecode/shepherd/pull/3370) Add support for HTML attributes on buttons and cancelIcon ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
30+
"description": "## Release (2026-02-23)\n\n* react-shepherd 7.0.3 (patch)\n* shepherd.js 15.2.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3373](https://github.com/shipshapecode/shepherd/pull/3373) Use files to reduce what is published to npm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
3131
}

CHANGELOG.md

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

3+
## Release (2026-02-23)
4+
5+
* react-shepherd 7.0.3 (patch)
6+
* shepherd.js 15.2.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `shepherd.js`
10+
* [#3373](https://github.com/shipshapecode/shepherd/pull/3373) Use files to reduce what is published to npm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### Committers: 1
13+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
315
## Release (2026-02-19)
416

517
* react-shepherd 7.0.2 (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.2",
3+
"version": "7.0.3",
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.0",
3+
"version": "15.2.1",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)