Skip to content

Commit b4892c0

Browse files
Prepare Release v21.0.0 using 'release-plan' (#2874)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff134a6 commit b4892c0

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

.release-plan.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{
2-
"solution": {},
3-
"description": "## Release (2024-07-10)\n\n\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2243](https://github.com/shepherd-pro/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))\n * [#2113](https://github.com/shepherd-pro/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))\n\n#### :memo: Documentation\n* `angular-shepherd`\n * [#2245](https://github.com/shepherd-pro/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))\n\n#### :house: Internal\n* `angular-shepherd`\n * [#1962](https://github.com/shepherd-pro/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 4\n- Bastien ([@bastienmoulia](https://github.com/bastienmoulia))\n- Phhbr ([@phhbr](https://github.com/phhbr))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Sagar Poudel ([@sardul3](https://github.com/sardul3))\n"
2+
"solution": {
3+
"angular-shepherd": {
4+
"impact": "major",
5+
"oldVersion": "20.0.0",
6+
"newVersion": "21.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./projects/shepherd/package.json"
19+
}
20+
},
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"
422
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2026-01-14)
4+
5+
* angular-shepherd 21.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `angular-shepherd`
9+
* [#2864](https://github.com/shipshapecode/angular-shepherd/pull/2864) Remove e2e test project, bump Angular deps to 21.x ([@muhamedkarajic](https://github.com/muhamedkarajic))
10+
11+
#### :house: Internal
12+
* `angular-shepherd`
13+
* [#2873](https://github.com/shipshapecode/angular-shepherd/pull/2873) Update release-plan config ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
* Other
15+
* [#2871](https://github.com/shipshapecode/angular-shepherd/pull/2871) npm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
16+
17+
#### Committers: 2
18+
- Muhamed Karajic ([@muhamedkarajic](https://github.com/muhamedkarajic))
19+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
20+
321

422

523

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": "20.0.0",
3+
"version": "21.0.0",
44
"description": "An Angular wrapper for the site tour library Shepherd.",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)