Skip to content

Commit d1b3d39

Browse files
Prepare Release (#3107)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 9f63314 commit d1b3d39

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "6.1.6",
6-
"newVersion": "6.1.7",
5+
"oldVersion": "6.1.7",
6+
"newVersion": "6.1.8",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -14,20 +14,20 @@
1414
},
1515
"shepherd.js": {
1616
"impact": "minor",
17-
"oldVersion": "14.3.0",
18-
"newVersion": "14.4.0",
17+
"oldVersion": "14.4.0",
18+
"newVersion": "14.5.0",
1919
"constraints": [
2020
{
2121
"impact": "minor",
2222
"reason": "Appears in changelog section :rocket: Enhancement"
2323
},
2424
{
2525
"impact": "patch",
26-
"reason": "Appears in changelog section :bug: Bug Fix"
26+
"reason": "Appears in changelog section :house: Internal"
2727
}
2828
],
2929
"pkgJSONPath": "./shepherd.js/package.json"
3030
}
3131
},
32-
"description": "## Release (2025-01-13)\n\nreact-shepherd 6.1.7 (patch)\nshepherd.js 14.4.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd.js`, `cypress-tests`\n * [#3083](https://github.com/shipshapecode/shepherd/pull/3083) ♿ Remove tabindex to reduce tabs for modal trap ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `landing`\n * [#3089](https://github.com/shipshapecode/shepherd/pull/3089) ⬆ Update Polar SDK and use new API ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#3066](https://github.com/shipshapecode/shepherd/pull/3066) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
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"
3333
}

CHANGELOG.md

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

3+
## Release (2025-02-20)
4+
5+
react-shepherd 6.1.8 (patch)
6+
shepherd.js 14.5.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd-docs`, `shepherd.js`, `cypress-tests`, `unit-tests`
10+
* [#3051](https://github.com/shipshapecode/shepherd/pull/3051) Allow arrow padding to be configured for a step. ([@JakeThurman](https://github.com/JakeThurman))
11+
12+
#### :house: Internal
13+
* `shepherd-docs`, `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`
14+
* [#3111](https://github.com/shipshapecode/shepherd/pull/3111) Update to Astro 5.x ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
16+
#### Committers: 2
17+
- Jake Thurman ([@JakeThurman](https://github.com/JakeThurman))
18+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
320
## Release (2025-01-13)
421

522
react-shepherd 6.1.7 (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.7",
3+
"version": "6.1.8",
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.4.0",
3+
"version": "14.5.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ Warning: unknown package "unit-tests"
3434
(Use `node --trace-deprecation ...` to show where the warning was created)
3535
Warning: unknown package "cypress-tests"
3636
Warning: unknown package "landing"
37+
(node:2504) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
38+
(Use `node --trace-deprecation ...` to show where the warning was created)
39+
Warning: unknown package "shepherd-docs"
40+
Warning: unknown package "cypress-tests"
41+
Warning: unknown package "unit-tests"
42+
Warning: unknown package "shepherd-docs"
43+
Warning: unknown package "landing"
44+
Warning: unknown package "cypress-tests"
45+
Warning: unknown package "unit-tests"

0 commit comments

Comments
 (0)