From 3d5e353ea9ca04d51016425905e2a480088b5776 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:31:44 +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 ebc8c4f41..aea4c0a53 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,31 +1,11 @@ { "solution": { "react-shepherd": { - "impact": "patch", - "oldVersion": "7.0.1", - "newVersion": "7.0.2", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/react/package.json" + "oldVersion": "7.0.2" }, "shepherd.js": { - "impact": "minor", - "oldVersion": "15.1.0", - "newVersion": "15.2.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./shepherd.js/package.json" + "oldVersion": "15.2.0" } }, - "description": "## Release (2026-02-19)\n\n* react-shepherd 7.0.2 (patch)\n* shepherd.js 15.2.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3370](https://github.com/shipshapecode/shepherd/pull/3370) Add support for HTML attributes on buttons and cancelIcon ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52eda3dbc..9311bd691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-02-19) * react-shepherd 7.0.2 (patch)