Skip to content

Commit f022d99

Browse files
Prepare Release v21.0.1 using 'release-plan' (#2876)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d81ef1 commit f022d99

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"angular-shepherd": {
4-
"impact": "major",
5-
"oldVersion": "20.0.0",
6-
"newVersion": "21.0.0",
4+
"impact": "patch",
5+
"oldVersion": "21.0.0",
6+
"newVersion": "21.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./projects/shepherd/package.json"
1915
}
2016
},
21-
"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"
17+
"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"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2026-01-14)
44

5+
* angular-shepherd 21.0.1 (patch)
6+
7+
#### :house: Internal
8+
* `angular-shepherd`
9+
* [#2875](https://github.com/shipshapecode/angular-shepherd/pull/2875) More release-plan fixes ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
14+
## Release (2026-01-14)
15+
516
* angular-shepherd 21.0.0 (major)
617

718
#### :boom: Breaking Change

projects/shepherd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-shepherd",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"description": "An Angular wrapper for the site tour library Shepherd.",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)