Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"solution": {
"angular-shepherd": {
"impact": "patch",
"oldVersion": "21.0.4",
"newVersion": "21.0.5",
"impact": "major",
"oldVersion": "21.0.5",
"newVersion": "22.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./projects/shepherd/package.json"
}
},
"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"
"description": "## Release (2026-02-10)\n\n* angular-shepherd 22.0.0 (major)\n\n#### :boom: Breaking Change\n* `angular-shepherd`\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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2026-02-10)

* angular-shepherd 22.0.0 (major)

#### :boom: Breaking Change
* `angular-shepherd`
* [#2930](https://github.com/shipshapecode/angular-shepherd/pull/2930) Update license to AGPL ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2026-01-14)

* angular-shepherd 21.0.5 (patch)
Expand Down
2 changes: 1 addition & 1 deletion projects/shepherd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-shepherd",
"version": "21.0.5",
"version": "22.0.0",
"description": "An Angular wrapper for the site tour library Shepherd.",
"keywords": [
"angular",
Expand Down