Skip to content

Commit 28b3825

Browse files
Merge pull request #63 from universal-ember/release-preview
Prepare Release
2 parents 0a3379f + 0ae365d commit 28b3825

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"@universal-ember/docs-support": {
4-
"impact": "minor",
5-
"oldVersion": "0.5.0",
6-
"newVersion": "0.6.0",
4+
"impact": "patch",
5+
"oldVersion": "0.6.0",
6+
"newVersion": "0.6.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./docs-support/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-03-20)\n\n@universal-ember/docs-support 0.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/docs-support`\n * [#62](https://github.com/universal-ember/docs-support/pull/62) Add .md files to tailwind jit search ([@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
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-03-20)
4+
5+
@universal-ember/docs-support 0.6.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@universal-ember/docs-support`
9+
* [#62](https://github.com/universal-ember/docs-support/pull/62) Add .md files to tailwind jit search ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-03-10)
415

516
@universal-ember/docs-support 0.6.0 (minor)

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

0 commit comments

Comments
 (0)