From c419a3cf10183db06650abb14b7757542a0799c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:00:47 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++----- CHANGELOG.md | 12 ++++++++++++ packages/react/package.json | 2 +- shepherd.js/package.json | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 51cfb2248..ebc8c4f41 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "react-shepherd": { "impact": "patch", - "oldVersion": "7.0.0", - "newVersion": "7.0.1", + "oldVersion": "7.0.1", + "newVersion": "7.0.2", "tagName": "latest", "constraints": [ { @@ -15,8 +15,8 @@ }, "shepherd.js": { "impact": "minor", - "oldVersion": "15.0.0", - "newVersion": "15.1.0", + "oldVersion": "15.1.0", + "newVersion": "15.2.0", "tagName": "latest", "constraints": [ { @@ -27,5 +27,5 @@ "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2026-02-18)\n\n* react-shepherd 7.0.1 (patch)\n* shepherd.js 15.1.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3362](https://github.com/shipshapecode/shepherd/pull/3362) Remove string continuations ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* [#3361](https://github.com/shipshapecode/shepherd/pull/3361) Switch to polar astro package ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6c24113..52eda3dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2026-02-19) + +* react-shepherd 7.0.2 (patch) +* shepherd.js 15.2.0 (minor) + +#### :rocket: Enhancement +* `shepherd.js` + * [#3370](https://github.com/shipshapecode/shepherd/pull/3370) Add support for HTML attributes on buttons and cancelIcon ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 1 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## Release (2026-02-18) * react-shepherd 7.0.1 (patch) diff --git a/packages/react/package.json b/packages/react/package.json index b7a71b1c0..b87017821 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "7.0.1", + "version": "7.0.2", "private": false, "license": "AGPL-3.0", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 3855a1ed4..29a1260c2 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "15.1.0", + "version": "15.2.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour",