Skip to content

Commit

Permalink
Prepare Release (#3006)
Browse files Browse the repository at this point in the history
Prepare Release using 'release-plan'

Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and RobbieTheWagner authored Oct 10, 2024
1 parent 34ad19d commit ffcf112
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 5 deletions.
24 changes: 21 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
{
"solution": {
"react-shepherd": {
"oldVersion": "6.1.2"
"impact": "patch",
"oldVersion": "6.1.2",
"newVersion": "6.1.3",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "14.0.0"
"impact": "patch",
"oldVersion": "14.0.0",
"newVersion": "14.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "\n\n\n\n"
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-10-10)

react-shepherd 6.1.3 (patch)
shepherd.js 14.0.1 (patch)

#### :bug: Bug Fix
* `shepherd.js`, `unit-tests`
* [#3005](https://github.com/shipshapecode/shepherd/pull/3005) 🐛 Fix issue where passed in custom middleware is overridden ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* [#3003](https://github.com/shipshapecode/shepherd/pull/3003) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- [@github-actions[bot]](https://github.com/apps/github-actions)




Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shepherd",
"version": "6.1.2",
"version": "6.1.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion shepherd.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shepherd.js",
"version": "14.0.0",
"version": "14.0.1",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "unit-tests"

0 comments on commit ffcf112

Please sign in to comment.