Skip to content

Commit 8328bcc

Browse files
Merge pull request #120 from universal-ember/release-preview
Prepare Release
2 parents d681cc0 + 67f4bc9 commit 8328bcc

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.7",
6-
"newVersion": "0.6.8",
5+
"oldVersion": "0.6.8",
6+
"newVersion": "0.6.9",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./docs-support/package.json"
1515
}
1616
},
17-
"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"
17+
"description": "## Release (2025-11-02)\n\n* @universal-ember/docs-support 0.6.9 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#119](https://github.com/universal-ember/docs-support/pull/119) Selected tabs are focusable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-11-02)
44

5+
* @universal-ember/docs-support 0.6.9 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@universal-ember/docs-support`
9+
* [#119](https://github.com/universal-ember/docs-support/pull/119) Selected tabs are focusable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-11-02)
15+
516
* @universal-ember/docs-support 0.6.8 (patch)
617

718
#### :bug: Bug Fix

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.8",
3+
"version": "0.6.9",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)