From 3a8145afa5afdf0c4dcb1bd9495a7a1aef1da66c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:24:54 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 28 ++++++++++++++-------------- CHANGELOG.md | 22 ++++++++++++++++++++++ packages/react/package.json | 2 +- shepherd.js/package.json | 2 +- 4 files changed, 38 insertions(+), 16 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 463195a1c..740a820a6 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,18 +2,10 @@ "solution": { "react-shepherd": { "impact": "patch", - "oldVersion": "7.0.4", - "newVersion": "7.0.5", + "oldVersion": "7.0.5", + "newVersion": "7.0.6", "tagName": "latest", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - }, { "impact": "patch", "reason": "Has dependency `workspace:*` on shepherd.js" @@ -22,11 +14,19 @@ "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "15.2.2", - "newVersion": "15.2.3", + "impact": "minor", + "oldVersion": "15.2.3", + "newVersion": "15.3.0", "tagName": "latest", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -35,5 +35,5 @@ "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2026-08-10)\n\n* react-shepherd 7.0.5 (patch)\n* shepherd.js 15.2.3 (patch)\n\n#### :bug: Bug Fix\n* `react-shepherd`\n * [#3461](https://github.com/shipshapecode/shepherd/pull/3461) fix: allow TypeScript 6 and 7 as peer dependencies for react-shepherd ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3463](https://github.com/shipshapecode/shepherd/pull/3463) chore: pnpm update and audit fixes ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#3444](https://github.com/shipshapecode/shepherd/pull/3444) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "## Release (2026-08-14)\n\n* react-shepherd 7.0.6 (patch)\n* shepherd.js 15.3.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3471](https://github.com/shipshapecode/shepherd/pull/3471) feat: add waitForElement and skipMissingElement step options ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3483](https://github.com/shipshapecode/shepherd/pull/3483) fix: clip each highlighted element by its own scroll containers ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3474](https://github.com/shipshapecode/shepherd/pull/3474) fix: only trigger the step `destroy` event on real teardown ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#3472](https://github.com/shipshapecode/shepherd/pull/3472) fix: pass the actual previous step in the Tour `show` event ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd.js`\n * [#3475](https://github.com/shipshapecode/shepherd/pull/3475) chore: untrack cypress downloads run artifact ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5baea00f2..ec7c4fc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2026-08-14) + +* react-shepherd 7.0.6 (patch) +* shepherd.js 15.3.0 (minor) + +#### :rocket: Enhancement +* `shepherd.js` + * [#3471](https://github.com/shipshapecode/shepherd/pull/3471) feat: add waitForElement and skipMissingElement step options ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :bug: Bug Fix +* `shepherd.js` + * [#3483](https://github.com/shipshapecode/shepherd/pull/3483) fix: clip each highlighted element by its own scroll containers ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#3474](https://github.com/shipshapecode/shepherd/pull/3474) fix: only trigger the step `destroy` event on real teardown ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#3472](https://github.com/shipshapecode/shepherd/pull/3472) fix: pass the actual previous step in the Tour `show` event ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :house: Internal +* `shepherd.js` + * [#3475](https://github.com/shipshapecode/shepherd/pull/3475) chore: untrack cypress downloads run artifact ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### Committers: 1 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) + ## Release (2026-08-10) * react-shepherd 7.0.5 (patch) diff --git a/packages/react/package.json b/packages/react/package.json index 36b856901..96efb3187 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "7.0.5", + "version": "7.0.6", "private": false, "license": "AGPL-3.0", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 61579e73b..43dc18438 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "15.2.3", + "version": "15.3.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour",