Skip to content

Commit a9c141f

Browse files
Merge pull request #58 from universal-ember/release-preview
Prepare Release
2 parents ba2f20f + 7fd2d1d commit a9c141f

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": "minor",
5-
"oldVersion": "0.4.0",
6-
"newVersion": "0.5.0",
5+
"oldVersion": "0.5.0",
6+
"newVersion": "0.6.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./docs-support/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-03-10)\n\n@universal-ember/docs-support 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/docs-support`\n * [#55](https://github.com/universal-ember/docs-support/pull/55) Update page-layout ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-03-10)\n\n@universal-ember/docs-support 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/docs-support`\n * [#57](https://github.com/universal-ember/docs-support/pull/57) Add more styles to the loading indicator ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

33
## Release (2025-03-10)
44

5+
@universal-ember/docs-support 0.6.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@universal-ember/docs-support`
9+
* [#57](https://github.com/universal-ember/docs-support/pull/57) Add more styles to the loading indicator ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-03-10)
15+
516
@universal-ember/docs-support 0.5.0 (minor)
617

718
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)