Skip to content

Commit 5323720

Browse files
Prepare Release (#3069)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent e5d140b commit 5323720

File tree

5 files changed

+54
-5
lines changed

5 files changed

+54
-5
lines changed

.release-plan.json

+25-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
{
22
"solution": {
33
"react-shepherd": {
4-
"oldVersion": "6.1.6"
4+
"impact": "patch",
5+
"oldVersion": "6.1.6",
6+
"newVersion": "6.1.7",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Has dependency `workspace:*` on shepherd.js"
11+
}
12+
],
13+
"pkgJSONPath": "./packages/react/package.json"
514
},
615
"shepherd.js": {
7-
"oldVersion": "14.3.0"
16+
"impact": "minor",
17+
"oldVersion": "14.3.0",
18+
"newVersion": "14.4.0",
19+
"constraints": [
20+
{
21+
"impact": "minor",
22+
"reason": "Appears in changelog section :rocket: Enhancement"
23+
},
24+
{
25+
"impact": "patch",
26+
"reason": "Appears in changelog section :bug: Bug Fix"
27+
}
28+
],
29+
"pkgJSONPath": "./shepherd.js/package.json"
830
}
931
},
10-
"description": "\n\n\n\n"
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"
1133
}

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Release (2025-01-13)
4+
5+
react-shepherd 6.1.7 (patch)
6+
shepherd.js 14.4.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd.js`
10+
* [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :bug: Bug Fix
13+
* `shepherd.js`, `cypress-tests`
14+
* [#3083](https://github.com/shipshapecode/shepherd/pull/3083) ♿ Remove tabindex to reduce tabs for modal trap ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
16+
#### :house: Internal
17+
* `landing`
18+
* [#3089](https://github.com/shipshapecode/shepherd/pull/3089) ⬆ Update Polar SDK and use new API ([@chuckcarpenter](https://github.com/chuckcarpenter))
19+
* Other
20+
* [#3066](https://github.com/shipshapecode/shepherd/pull/3066) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
21+
22+
#### Committers: 2
23+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
24+
- [@github-actions[bot]](https://github.com/apps/github-actions)
25+
326

427

528

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shepherd",
3-
"version": "6.1.6",
3+
"version": "6.1.7",
44
"private": false,
55
"license": "MIT",
66
"repository": {

shepherd.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "14.3.0",
3+
"version": "14.4.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ Warning: unknown package "shepherd-docs"
3030
Warning: unknown package "unit-tests"
3131
(node:2278) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3232
(Use `node --trace-deprecation ...` to show where the warning was created)
33+
(node:2403) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
34+
(Use `node --trace-deprecation ...` to show where the warning was created)
35+
Warning: unknown package "cypress-tests"
36+
Warning: unknown package "landing"

0 commit comments

Comments
 (0)