Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored and github-actions[bot] committed Dec 7, 2024
1 parent af4d0c6 commit cb3d3a6
Show file tree
Hide file tree
Showing 5 changed files with 41 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.6"
"impact": "patch",
"oldVersion": "6.1.6",
"newVersion": "6.1.7",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "14.3.0"
"impact": "minor",
"oldVersion": "14.3.0",
"newVersion": "14.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "\n\n\n\n"
"description": "## Release (2024-12-07)\n\nreact-shepherd 6.1.7 (patch)\nshepherd.js 14.4.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#3066](https://github.com/shipshapecode/shepherd/pull/3066) 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-12-07)

react-shepherd 6.1.7 (patch)
shepherd.js 14.4.0 (minor)

#### :rocket: Enhancement
* `shepherd.js`
* [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* [#3066](https://github.com/shipshapecode/shepherd/pull/3066) 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.6",
"version": "6.1.7",
"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.3.0",
"version": "14.4.0",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ 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)
(node:2343) [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 cb3d3a6

Please sign in to comment.