Skip to content

Commit 65aafe8

Browse files
Merge pull request #22 from ember-cli/release-preview
Prepare Release v0.4.0
2 parents 5824f26 + 88a1519 commit 65aafe8

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-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
"@ember/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.3.0",
5+
"oldVersion": "0.3.0",
6+
"newVersion": "0.4.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2025-05-20)\n\n* @ember/app-blueprint 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#20](https://github.com/ember-cli/ember-app-blueprint/pull/20) Upgrade embroider dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#18](https://github.com/ember-cli/ember-app-blueprint/pull/18) Add missing dependency: chalk ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-05-22)\n\n* @ember/app-blueprint 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#23](https://github.com/ember-cli/ember-app-blueprint/pull/23) run update-blueprint-deps ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#21](https://github.com/ember-cli/ember-app-blueprint/pull/21) Remove @ember-data/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2025-05-22)
4+
5+
* @ember/app-blueprint 0.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#23](https://github.com/ember-cli/ember-app-blueprint/pull/23) run update-blueprint-deps ([@mansona](https://github.com/mansona))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/app-blueprint`
13+
* [#21](https://github.com/ember-cli/ember-app-blueprint/pull/21) Remove @ember-data/tracking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-05-20)
420

521
* @ember/app-blueprint 0.3.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/app-blueprint",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)