Skip to content

Commit

Permalink
Prepare Release (#3063)
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 Nov 19, 2024
1 parent d0bd88c commit 46a9da9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 7 deletions.
18 changes: 13 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,36 @@
"solution": {
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.1.4",
"newVersion": "6.1.5",
"oldVersion": "6.1.5",
"newVersion": "6.1.6",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "minor",
"oldVersion": "14.1.0",
"newVersion": "14.2.0",
"oldVersion": "14.2.0",
"newVersion": "14.3.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"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"
"description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.6 (patch)\nshepherd.js 14.3.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#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3035](https://github.com/shipshapecode/shepherd/pull/3035) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Release (2024-11-19)

react-shepherd 6.1.6 (patch)
shepherd.js 14.3.0 (minor)

#### :rocket: Enhancement
* `shepherd-docs`, `shepherd.js`, `unit-tests`
* [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))

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

#### Committers: 2
- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-11-19)

react-shepherd 6.1.5 (patch)
shepherd.js 14.2.0 (minor)

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.5",
"version": "6.1.6",
"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.2.0",
"version": "14.3.0",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
4 changes: 4 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ Warning: unknown package "landing"
(Use `node --trace-deprecation ...` to show where the warning was created)
Warning: unknown package "shepherd-docs"
Warning: unknown package "unit-tests"
(node:2337) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Warning: unknown package "shepherd-docs"
Warning: unknown package "unit-tests"

0 comments on commit 46a9da9

Please sign in to comment.