Skip to content

Commit abf818a

Browse files
authored
Merge pull request #146 from embroider-build/release-preview
Prepare Release
2 parents 5182df3 + 4cf2ffd commit abf818a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"@embroider/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.20.0",
6-
"newVersion": "0.21.0",
5+
"oldVersion": "0.21.0",
6+
"newVersion": "0.22.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-02-13)\n\n@embroider/app-blueprint 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#141](https://github.com/embroider-build/app-blueprint/pull/141) switch to alpha dependencies ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#142](https://github.com/embroider-build/app-blueprint/pull/142) update app css location ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16+
"description": "## Release (2025-02-14)\n\n@embroider/app-blueprint 0.22.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#145](https://github.com/embroider-build/app-blueprint/pull/145) Update ember-cli and remove loadTests: false, as the option doesn't exist any more ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-02-14)
4+
5+
@embroider/app-blueprint 0.22.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/app-blueprint`
9+
* [#145](https://github.com/embroider-build/app-blueprint/pull/145) Update ember-cli and remove loadTests: false, as the option doesn't exist any more ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-02-13)
415

516
@embroider/app-blueprint 0.21.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/app-blueprint",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)