Skip to content

Commit d358eed

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v0.8.0 using 'release-plan'
1 parent 09cefc4 commit d358eed

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

.release-plan.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"solution": {
33
"@ember/app-blueprint": {
4-
"impact": "patch",
5-
"oldVersion": "0.7.0",
6-
"newVersion": "0.7.1",
4+
"impact": "minor",
5+
"oldVersion": "0.7.1",
6+
"newVersion": "0.8.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
913
{
1014
"impact": "patch",
1115
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -14,5 +18,5 @@
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"description": "## Release (2025-06-24)\n\n* @ember/app-blueprint 0.7.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#33](https://github.com/ember-cli/ember-app-blueprint/pull/33) Fix NODE_ENV for tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-07-01)\n\n* @ember/app-blueprint 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#43](https://github.com/ember-cli/ember-app-blueprint/pull/43) No top-level ambiguous js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#41](https://github.com/ember-cli/ember-app-blueprint/pull/41) Allow .env.test to be checked in to git ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#42](https://github.com/ember-cli/ember-app-blueprint/pull/42) Don't allow CI to run linting twice ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#38](https://github.com/ember-cli/ember-app-blueprint/pull/38) Change Test mode to Development mode and fix NODE_ENV in tests ([@gossi](https://github.com/gossi))\n\n#### Committers: 2\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

CHANGELOG.md

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

3+
## Release (2025-07-01)
4+
5+
* @ember/app-blueprint 0.8.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#43](https://github.com/ember-cli/ember-app-blueprint/pull/43) No top-level ambiguous js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/app-blueprint`
13+
* [#41](https://github.com/ember-cli/ember-app-blueprint/pull/41) Allow .env.test to be checked in to git ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#42](https://github.com/ember-cli/ember-app-blueprint/pull/42) Don't allow CI to run linting twice ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#38](https://github.com/ember-cli/ember-app-blueprint/pull/38) Change Test mode to Development mode and fix NODE_ENV in tests ([@gossi](https://github.com/gossi))
16+
17+
#### Committers: 2
18+
- Thomas Gossmann ([@gossi](https://github.com/gossi))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2025-06-24)
422

523
* @ember/app-blueprint 0.7.1 (patch)

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.7.1",
3+
"version": "0.8.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)