Skip to content

Commit b187e60

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent a7c8717 commit b187e60

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@universal-ember/docs-support": {
44
"impact": "patch",
5-
"oldVersion": "0.6.5",
6-
"newVersion": "0.6.6",
5+
"oldVersion": "0.6.6",
6+
"newVersion": "0.6.7",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./docs-support/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-05-10)\n\n* @universal-ember/docs-support 0.6.6 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#84](https://github.com/universal-ember/docs-support/pull/84) Fix sticky positioning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-05-21)\n\n* @universal-ember/docs-support 0.6.7 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#90](https://github.com/universal-ember/docs-support/pull/90) fix for base url ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1818
}

CHANGELOG.md

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

3+
## Release (2025-05-21)
4+
5+
* @universal-ember/docs-support 0.6.7 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@universal-ember/docs-support`
9+
* [#90](https://github.com/universal-ember/docs-support/pull/90) fix for base url ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
314
## Release (2025-05-10)
415

516
* @universal-ember/docs-support 0.6.6 (patch)

docs-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@universal-ember/docs-support",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)