From 768a3e99449316c65354cd59fc6dd9f350247c80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:15:32 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 26 +++----------------------- CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b1d27b131..0abb1fd25 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,31 +1,11 @@ { "solution": { "react-shepherd": { - "impact": "patch", - "oldVersion": "7.0.3", - "newVersion": "7.0.4", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/react/package.json" + "oldVersion": "7.0.4" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "15.2.1", - "newVersion": "15.2.2", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./shepherd.js/package.json" + "oldVersion": "15.2.2" } }, - "description": "## Release (2026-03-11)\n\n* react-shepherd 7.0.4 (patch)\n* shepherd.js 15.2.2 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3376](https://github.com/shipshapecode/shepherd/pull/3376) Fix missing cancel event when navigating back past a hidden first step ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 1\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c2446cc95..e03db34ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-03-11) * react-shepherd 7.0.4 (patch)