Skip to content

Commit a6e31b4

Browse files
Prepare Release (#3007)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
1 parent b1e48b6 commit a6e31b4

File tree

5 files changed

+47
-8
lines changed

5 files changed

+47
-8
lines changed

.release-plan.json

Lines changed: 10 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.2",
6-
"newVersion": "6.1.3",
5+
"oldVersion": "6.1.3",
6+
"newVersion": "6.1.4",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,10 +13,14 @@
1313
"pkgJSONPath": "./packages/react/package.json"
1414
},
1515
"shepherd.js": {
16-
"impact": "patch",
17-
"oldVersion": "14.0.0",
18-
"newVersion": "14.0.1",
16+
"impact": "minor",
17+
"oldVersion": "14.0.1",
18+
"newVersion": "14.1.0",
1919
"constraints": [
20+
{
21+
"impact": "minor",
22+
"reason": "Appears in changelog section :rocket: Enhancement"
23+
},
2024
{
2125
"impact": "patch",
2226
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -25,5 +29,5 @@
2529
"pkgJSONPath": "./shepherd.js/package.json"
2630
}
2731
},
28-
"description": "## Release (2024-10-10)\n\nreact-shepherd 6.1.3 (patch)\nshepherd.js 14.0.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`, `unit-tests`\n * [#3005](https://github.com/shipshapecode/shepherd/pull/3005) 🐛 Fix issue where passed in custom middleware is overridden ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#3003](https://github.com/shipshapecode/shepherd/pull/3003) 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 (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"
2933
}

CHANGELOG.md

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

3+
## Release (2024-10-21)
4+
5+
react-shepherd 6.1.4 (patch)
6+
shepherd.js 14.1.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd-docs`, `landing`, `shepherd.js`, `unit-tests`
10+
* [#2995](https://github.com/shipshapecode/shepherd/pull/2995) Implement multiple element highlighting feature ([@YuunsGit](https://github.com/YuunsGit))
11+
12+
#### :bug: Bug Fix
13+
* `shepherd.js`
14+
* [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak))
15+
16+
#### :memo: Documentation
17+
* `landing`
18+
* [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
20+
#### :house: Internal
21+
* `landing`
22+
* [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
23+
* [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))
24+
* [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter))
25+
26+
#### Committers: 5
27+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
28+
- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))
29+
- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))
30+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
31+
- Yunus Emre ([@YuunsGit](https://github.com/YuunsGit))
32+
333
## Release (2024-10-10)
434

535
react-shepherd 6.1.3 (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.3",
3+
"version": "6.1.4",
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.0.1",
3+
"version": "14.1.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ Warning: unknown package "shepherd-docs"
1515
Warning: unknown package "landing"
1616
Warning: unknown package "shepherd-docs"
1717
Warning: unknown package "unit-tests"
18+
Warning: unknown package "shepherd-docs"
19+
Warning: unknown package "landing"
20+
Warning: unknown package "unit-tests"
21+
Warning: unknown package "landing"
22+
Warning: unknown package "landing"

0 commit comments

Comments
 (0)