Skip to content

Commit

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

Co-authored-by: chuckcarpenter <[email protected]>
  • Loading branch information
github-actions[bot] and chuckcarpenter authored Dec 4, 2024
1 parent 9889c76 commit 7d71561
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
32 changes: 3 additions & 29 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,11 @@
{
"solution": {
"react-shepherd": {
"impact": "patch",
"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"
"oldVersion": "6.1.6"
},
"shepherd.js": {
"impact": "minor",
"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"
"oldVersion": "14.3.0"
}
},
"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"
"description": "\n\n\n\n"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog






## Release (2024-11-19)

react-shepherd 6.1.6 (patch)
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Warning: unknown package "unit-tests"
(Use `node --trace-deprecation ...` to show where the warning was created)
Warning: unknown package "shepherd-docs"
Warning: unknown package "unit-tests"
(node:2278) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

0 comments on commit 7d71561

Please sign in to comment.