Skip to content

Commit be7e457

Browse files
authored
Merge pull request #148 from embroider-build/release-preview
Prepare Release
2 parents 9138d28 + 4a29e0f commit be7e457

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@embroider/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.21.0",
6-
"newVersion": "0.22.0",
5+
"oldVersion": "0.22.0",
6+
"newVersion": "0.23.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-02-15)\n\n@embroider/app-blueprint 0.23.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#147](https://github.com/embroider-build/app-blueprint/pull/147) We don't need these overrides anymore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2025-02-15)
4+
5+
@embroider/app-blueprint 0.23.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/app-blueprint`
9+
* [#147](https://github.com/embroider-build/app-blueprint/pull/147) We don't need these overrides anymore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-02-14)
415

516
@embroider/app-blueprint 0.22.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.22.0",
3+
"version": "0.23.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)