Skip to content

Commit

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

Co-authored-by: RobbieTheWagner <[email protected]>
  • Loading branch information
github-actions[bot] and RobbieTheWagner authored Jan 13, 2025
1 parent e5d140b commit 5323720
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 5 deletions.
28 changes: 25 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
{
"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"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "\n\n\n\n"
"description": "## Release (2025-01-13)\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#### :bug: Bug Fix\n* `shepherd.js`, `cypress-tests`\n * [#3083](https://github.com/shipshapecode/shepherd/pull/3083) ♿ Remove tabindex to reduce tabs for modal trap ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `landing`\n * [#3089](https://github.com/shipshapecode/shepherd/pull/3089) ⬆ Update Polar SDK and use new API ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\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"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## Release (2025-01-13)

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))

#### :bug: Bug Fix
* `shepherd.js`, `cypress-tests`
* [#3083](https://github.com/shipshapecode/shepherd/pull/3083) ♿ Remove tabindex to reduce tabs for modal trap ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* `landing`
* [#3089](https://github.com/shipshapecode/shepherd/pull/3089) ⬆ Update Polar SDK and use new API ([@chuckcarpenter](https://github.com/chuckcarpenter))
* Other
* [#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
4 changes: 4 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ 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:2403) [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 "cypress-tests"
Warning: unknown package "landing"

0 comments on commit 5323720

Please sign in to comment.