Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@universal-ember/docs-support": {
"impact": "patch",
"oldVersion": "0.6.6",
"newVersion": "0.6.7",
"oldVersion": "0.6.7",
"newVersion": "0.6.8",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./docs-support/package.json"
}
},
"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"
"description": "## Release (2025-11-02)\n\n* @universal-ember/docs-support 0.6.8 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#118](https://github.com/universal-ember/docs-support/pull/118) Tabs are focusable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\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 (2025-11-02)

* @universal-ember/docs-support 0.6.8 (patch)

#### :bug: Bug Fix
* `@universal-ember/docs-support`
* [#118](https://github.com/universal-ember/docs-support/pull/118) Tabs are focusable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-05-21)

* @universal-ember/docs-support 0.6.7 (patch)
Expand Down
2 changes: 1 addition & 1 deletion docs-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-ember/docs-support",
"version": "0.6.7",
"version": "0.6.8",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down