Skip to content

Commit dc4baa5

Browse files
authored
Merge pull request #250 from ember-cli/release-preview
Prepare Alpha Release v7.0.0-alpha.2
2 parents 6ef493d + c2c494e commit dc4baa5

3 files changed

Lines changed: 27 additions & 4 deletions

File tree

.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": "7.0.0-alpha.0",
6-
"newVersion": "7.0.0-alpha.1",
5+
"oldVersion": "7.0.0-alpha.1",
6+
"newVersion": "7.0.0-alpha.2",
77
"tagName": "alpha",
88
"constraints": [
99
{
@@ -22,5 +22,5 @@
2222
"pkgJSONPath": "./package.json"
2323
}
2424
},
25-
"description": "## Release (2026-04-17)\n\n* @ember/app-blueprint 7.0.0-alpha.1 (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 * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
2626
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## Release (2026-04-17)
44

5+
* @ember/app-blueprint 7.0.0-alpha.2 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#242](https://github.com/ember-cli/ember-app-blueprint/pull/242) Prepare 7.0-alpha ([@mansona](https://github.com/mansona))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/app-blueprint`
13+
* [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
14+
* [#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))
15+
16+
#### :house: Internal
17+
* `@ember/app-blueprint`
18+
* [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
19+
* [#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))
20+
* [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))
21+
22+
#### Committers: 2
23+
- Chris Manson ([@mansona](https://github.com/mansona))
24+
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
25+
26+
## Release (2026-04-17)
27+
528
* @ember/app-blueprint 7.0.0-alpha.1 (minor)
629

730
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)