diff --git a/.release-plan.json b/.release-plan.json index bc1d7007c..db2ddaa09 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,31 +1,11 @@ { "solution": { "react-shepherd": { - "impact": "patch", - "oldVersion": "7.0.2", - "newVersion": "7.0.3", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/react/package.json" + "oldVersion": "7.0.3" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "15.2.0", - "newVersion": "15.2.1", - "tagName": "latest", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./shepherd.js/package.json" + "oldVersion": "15.2.1" } }, - "description": "## Release (2026-02-23)\n\n* react-shepherd 7.0.3 (patch)\n* shepherd.js 15.2.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3373](https://github.com/shipshapecode/shepherd/pull/3373) Use files to reduce what is published to npm ([@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 2af6afad6..1b4a4ac42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-02-23) * react-shepherd 7.0.3 (patch)