Skip to content

Commit 7f9f516

Browse files
Prepare Release (#3140)
1 parent 56cf494 commit 7f9f516

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

.release-plan.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"solution": {
33
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "6.1.7",
6-
"newVersion": "6.1.8",
5+
"oldVersion": "6.1.8",
6+
"newVersion": "6.1.9",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
@@ -13,13 +14,14 @@
1314
"pkgJSONPath": "./packages/react/package.json"
1415
},
1516
"shepherd.js": {
16-
"impact": "minor",
17-
"oldVersion": "14.4.0",
18-
"newVersion": "14.5.0",
17+
"impact": "patch",
18+
"oldVersion": "14.5.0",
19+
"newVersion": "14.5.1",
20+
"tagName": "latest",
1921
"constraints": [
2022
{
21-
"impact": "minor",
22-
"reason": "Appears in changelog section :rocket: Enhancement"
23+
"impact": "patch",
24+
"reason": "Appears in changelog section :bug: Bug Fix"
2325
},
2426
{
2527
"impact": "patch",
@@ -29,5 +31,5 @@
2931
"pkgJSONPath": "./shepherd.js/package.json"
3032
}
3133
},
32-
"description": "## Release (2025-02-20)\n\nreact-shepherd 6.1.8 (patch)\nshepherd.js 14.5.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#3051](https://github.com/shipshapecode/shepherd/pull/3051) Allow arrow padding to be configured for a step. ([@JakeThurman](https://github.com/JakeThurman))\n\n#### :house: Internal\n* `shepherd-docs`, `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#3111](https://github.com/shipshapecode/shepherd/pull/3111) Update to Astro 5.x ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Jake Thurman ([@JakeThurman](https://github.com/JakeThurman))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
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"
3335
}

CHANGELOG.md

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

3+
## Release (2025-07-23)
4+
5+
* react-shepherd 6.1.9 (patch)
6+
* shepherd.js 14.5.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `shepherd.js`
10+
* [#3230](https://github.com/shipshapecode/shepherd/pull/3230) Add attachTo elements to the keyboard focus flow ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### :house: Internal
13+
* `shepherd.js`
14+
* [#3229](https://github.com/shipshapecode/shepherd/pull/3229) Add dummy app back for development ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
16+
#### Committers: 1
17+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
319
## Release (2025-02-20)
420

521
react-shepherd 6.1.8 (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.8",
3+
"version": "6.1.9",
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.0",
3+
"version": "14.5.1",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)