Skip to content

Commit 9f3b4cd

Browse files
Prepare Release (#3035)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 31a3dea commit 9f3b4cd

File tree

5 files changed

+23
-11
lines changed

5 files changed

+23
-11
lines changed

.release-plan.json

Lines changed: 5 additions & 9 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.3",
6-
"newVersion": "6.1.4",
5+
"oldVersion": "6.1.4",
6+
"newVersion": "6.1.5",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -14,20 +14,16 @@
1414
},
1515
"shepherd.js": {
1616
"impact": "minor",
17-
"oldVersion": "14.0.1",
18-
"newVersion": "14.1.0",
17+
"oldVersion": "14.1.0",
18+
"newVersion": "14.2.0",
1919
"constraints": [
2020
{
2121
"impact": "minor",
2222
"reason": "Appears in changelog section :rocket: Enhancement"
23-
},
24-
{
25-
"impact": "patch",
26-
"reason": "Appears in changelog section :bug: Bug Fix"
2723
}
2824
],
2925
"pkgJSONPath": "./shepherd.js/package.json"
3026
}
3127
},
32-
"description": "## Release (2024-10-21)\n\nreact-shepherd 6.1.4 (patch)\nshepherd.js 14.1.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `landing`, `shepherd.js`, `unit-tests`\n * [#2995](https://github.com/shipshapecode/shepherd/pull/2995) Implement multiple element highlighting feature ([@YuunsGit](https://github.com/YuunsGit))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak))\n\n#### :memo: Documentation\n* `landing`\n * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `landing`\n * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n * [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 5\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Yunus Emre ([@YuunsGit](https://github.com/YuunsGit))\n"
28+
"description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.5 (patch)\nshepherd.js 14.2.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `unit-tests`\n * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))\n\n#### Committers: 1\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n"
3329
}

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 (2024-11-19)
4+
5+
react-shepherd 6.1.5 (patch)
6+
shepherd.js 14.2.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd-docs`, `shepherd.js`, `unit-tests`
10+
* [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))
11+
12+
#### Committers: 1
13+
- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))
14+
315
## Release (2024-10-21)
416

517
react-shepherd 6.1.4 (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.4",
3+
"version": "6.1.5",
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.1.0",
3+
"version": "14.2.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ Warning: unknown package "landing"
2020
Warning: unknown package "unit-tests"
2121
Warning: unknown package "landing"
2222
Warning: unknown package "landing"
23+
(node:2262) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
24+
(Use `node --trace-deprecation ...` to show where the warning was created)
25+
Warning: unknown package "shepherd-docs"
26+
Warning: unknown package "unit-tests"

0 commit comments

Comments
 (0)