From c0fad3c3e53da3ed52441a66aaadca56d099cd36 Mon Sep 17 00:00:00 2001 From: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:46:13 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 28 +++++++++++++++++++++++++--- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/react/package.json | 2 +- shepherd.js/package.json | 2 +- stderr.log | 4 ++++ 5 files changed, 54 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 13344134a..f59589593 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aec83ce7..90cfc6d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + diff --git a/packages/react/package.json b/packages/react/package.json index 01f68baa1..b2e5c96f7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.1.6", + "version": "6.1.7", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 1076bd231..41f4c4d71 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -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", diff --git a/stderr.log b/stderr.log index cebb95b0c..339401f1d 100644 --- a/stderr.log +++ b/stderr.log @@ -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"