Skip to content

Commit ffcf112

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

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

.release-plan.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
{
22
"solution": {
33
"react-shepherd": {
4-
"oldVersion": "6.1.2"
4+
"impact": "patch",
5+
"oldVersion": "6.1.2",
6+
"newVersion": "6.1.3",
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.0.0"
16+
"impact": "patch",
17+
"oldVersion": "14.0.0",
18+
"newVersion": "14.0.1",
19+
"constraints": [
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :bug: Bug Fix"
23+
}
24+
],
25+
"pkgJSONPath": "./shepherd.js/package.json"
826
}
927
},
10-
"description": "\n\n\n\n"
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"
1129
}

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 (2024-10-10)
4+
5+
react-shepherd 6.1.3 (patch)
6+
shepherd.js 14.0.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `shepherd.js`, `unit-tests`
10+
* [#3005](https://github.com/shipshapecode/shepherd/pull/3005) 🐛 Fix issue where passed in custom middleware is overridden ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :house: Internal
13+
* [#3003](https://github.com/shipshapecode/shepherd/pull/3003) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
14+
15+
#### Committers: 2
16+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
17+
- [@github-actions[bot]](https://github.com/apps/github-actions)
18+
319

420

521

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.2",
3+
"version": "6.1.3",
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.0",
3+
"version": "14.0.1",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Warning: unknown package "landing"
1414
Warning: unknown package "shepherd-docs"
1515
Warning: unknown package "landing"
1616
Warning: unknown package "shepherd-docs"
17+
Warning: unknown package "unit-tests"

0 commit comments

Comments
 (0)