Skip to content

Commit 371c3e5

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

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

.release-plan.json

Lines changed: 5 additions & 5 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.0",
6-
"newVersion": "7.0.1",
5+
"oldVersion": "7.0.1",
6+
"newVersion": "7.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -15,8 +15,8 @@
1515
},
1616
"shepherd.js": {
1717
"impact": "minor",
18-
"oldVersion": "15.0.0",
19-
"newVersion": "15.1.0",
18+
"oldVersion": "15.1.0",
19+
"newVersion": "15.2.0",
2020
"tagName": "latest",
2121
"constraints": [
2222
{
@@ -27,5 +27,5 @@
2727
"pkgJSONPath": "./shepherd.js/package.json"
2828
}
2929
},
30-
"description": "## Release (2026-02-18)\n\n* react-shepherd 7.0.1 (patch)\n* shepherd.js 15.1.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3362](https://github.com/shipshapecode/shepherd/pull/3362) Remove string continuations ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* [#3361](https://github.com/shipshapecode/shepherd/pull/3361) Switch to polar astro package ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
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"
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-19)
4+
5+
* react-shepherd 7.0.2 (patch)
6+
* shepherd.js 15.2.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd.js`
10+
* [#3370](https://github.com/shipshapecode/shepherd/pull/3370) Add support for HTML attributes on buttons and cancelIcon ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### Committers: 1
13+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
315
## Release (2026-02-18)
416

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

0 commit comments

Comments
 (0)