Skip to content

Commit 990b957

Browse files
Prepare Release v7.1.0-alpha.1 using 'release-plan'
1 parent 542d598 commit 990b957

3 files changed

Lines changed: 23 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
"solution": {
33
"@ember/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "7.0.0-alpha.1",
6-
"newVersion": "7.0.0-alpha.2",
5+
"oldVersion": "7.1.0-alpha.0",
6+
"newVersion": "7.1.0-alpha.1",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
1212
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
1713
{
1814
"impact": "patch",
1915
"reason": "Appears in changelog section :house: Internal"
@@ -22,5 +18,5 @@
2218
"pkgJSONPath": "./package.json"
2319
}
2420
},
25-
"description": "## Release (2026-04-17)\n\n* @ember/app-blueprint 7.0.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#242](https://github.com/ember-cli/ember-app-blueprint/pull/242) Prepare 7.0-alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n * [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))\n * [#234](https://github.com/ember-cli/ember-app-blueprint/pull/234) Prepare Alpha Release v7.0.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n"
21+
"description": "## Release (2026-04-20)\n\n* @ember/app-blueprint 7.1.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))\n * [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#255](https://github.com/ember-cli/ember-app-blueprint/pull/255) Prepare Beta Release v7.0.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n"
2622
}

CHANGELOG.md

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

3+
## Release (2026-04-20)
4+
5+
* @ember/app-blueprint 7.1.0-alpha.1 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))
10+
* [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))
11+
12+
#### :house: Internal
13+
* `@ember/app-blueprint`
14+
* [#255](https://github.com/ember-cli/ember-app-blueprint/pull/255) Prepare Beta Release v7.0.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
* [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))
16+
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
17+
18+
#### Committers: 2
19+
- Chris Manson ([@mansona](https://github.com/mansona))
20+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
21+
322
## Release (2026-04-18)
423

524
* @ember/app-blueprint 7.0.0-beta.1 (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": "7.1.0-alpha.0",
3+
"version": "7.1.0-alpha.1",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)