Skip to content

Commit eeab5cc

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

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"angular-shepherd": {
4-
"impact": "patch",
5-
"oldVersion": "21.0.4",
6-
"newVersion": "21.0.5",
4+
"impact": "major",
5+
"oldVersion": "21.0.5",
6+
"newVersion": "22.0.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :house: Internal"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1212
}
1313
],
1414
"pkgJSONPath": "./projects/shepherd/package.json"
1515
}
1616
},
17-
"description": "## Release (2026-01-14)\n\n* angular-shepherd 21.0.5 (patch)\n\n#### :house: Internal\n* `angular-shepherd`\n * [#2885](https://github.com/shipshapecode/angular-shepherd/pull/2885) Adjust README position ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
17+
"description": "## Release (2026-02-13)\n\n* angular-shepherd 22.0.0 (major)\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2933](https://github.com/shipshapecode/angular-shepherd/pull/2933) Update to shepherd.js 15.0.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2930](https://github.com/shipshapecode/angular-shepherd/pull/2930) Update license to AGPL ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-02-13)
4+
5+
* angular-shepherd 22.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `angular-shepherd`
9+
* [#2933](https://github.com/shipshapecode/angular-shepherd/pull/2933) Update to shepherd.js 15.0.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
* [#2930](https://github.com/shipshapecode/angular-shepherd/pull/2930) Update license to AGPL ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### Committers: 1
13+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
315
## Release (2026-01-14)
416

517
* angular-shepherd 21.0.5 (patch)

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

0 commit comments

Comments
 (0)