diff --git a/.release-plan.json b/.release-plan.json index 44d9fa768..baaa93abc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,15 +1,11 @@ { "solution": { "angular-shepherd": { - "impact": "major", - "oldVersion": "20.0.0", - "newVersion": "21.0.0", + "impact": "patch", + "oldVersion": "21.0.0", + "newVersion": "21.0.1", "tagName": "latest", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -18,5 +14,5 @@ "pkgJSONPath": "./projects/shepherd/package.json" } }, - "description": "## Release (2026-01-14)\n\n* angular-shepherd 21.0.0 (major)\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2864](https://github.com/shipshapecode/angular-shepherd/pull/2864) Remove e2e test project, bump Angular deps to 21.x ([@muhamedkarajic](https://github.com/muhamedkarajic))\n\n#### :house: Internal\n* `angular-shepherd`\n * [#2873](https://github.com/shipshapecode/angular-shepherd/pull/2873) Update release-plan config ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#2871](https://github.com/shipshapecode/angular-shepherd/pull/2871) npm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Muhamed Karajic ([@muhamedkarajic](https://github.com/muhamedkarajic))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "## Release (2026-01-14)\n\n* angular-shepherd 21.0.1 (patch)\n\n#### :house: Internal\n* `angular-shepherd`\n * [#2875](https://github.com/shipshapecode/angular-shepherd/pull/2875) More release-plan fixes ([@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 3c5a77076..717165a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2026-01-14) +* angular-shepherd 21.0.1 (patch) + +#### :house: Internal +* `angular-shepherd` + * [#2875](https://github.com/shipshapecode/angular-shepherd/pull/2875) More release-plan fixes ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 1 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +## Release (2026-01-14) + * angular-shepherd 21.0.0 (major) #### :boom: Breaking Change diff --git a/projects/shepherd/package.json b/projects/shepherd/package.json index 93c07c381..8405311eb 100644 --- a/projects/shepherd/package.json +++ b/projects/shepherd/package.json @@ -1,6 +1,6 @@ { "name": "angular-shepherd", - "version": "21.0.0", + "version": "21.0.1", "description": "An Angular wrapper for the site tour library Shepherd.", "keywords": [ "angular",