Skip to content

Commit b49ba80

Browse files
Prepare Release v7.3.0-alpha.1 using 'release-plan'
1 parent eb64bc5 commit b49ba80

3 files changed

Lines changed: 37 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22
"solution": {
33
"@ember/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "7.2.0-alpha.1",
6-
"newVersion": "7.2.0-alpha.2",
5+
"oldVersion": "7.3.0-alpha.0",
6+
"newVersion": "7.3.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+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :memo: Documentation"
20+
},
1321
{
1422
"impact": "patch",
1523
"reason": "Appears in changelog section :house: Internal"
@@ -18,5 +26,5 @@
1826
"pkgJSONPath": "./package.json"
1927
}
2028
},
21-
"description": "## Release (2026-06-30)\n\n* @ember/app-blueprint 7.2.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#147](https://github.com/ember-cli/ember-app-blueprint/pull/147) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#291](https://github.com/ember-cli/ember-app-blueprint/pull/291) update release-plan ([@mansona](https://github.com/mansona))\n * [#281](https://github.com/ember-cli/ember-app-blueprint/pull/281) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
29+
"description": "## Release (2026-07-03)\n\n* @ember/app-blueprint 7.3.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#305](https://github.com/ember-cli/ember-app-blueprint/pull/305) Prepare 7.3 Alpha ([@mansona](https://github.com/mansona))\n * [#303](https://github.com/ember-cli/ember-app-blueprint/pull/303) Prepare 7.2 Beta ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#299](https://github.com/ember-cli/ember-app-blueprint/pull/299) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#300](https://github.com/ember-cli/ember-app-blueprint/pull/300) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))\n * [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2230
}

CHANGELOG.md

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

33
## Release (2026-07-03)
44

5+
* @ember/app-blueprint 7.3.0-alpha.1 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#305](https://github.com/ember-cli/ember-app-blueprint/pull/305) Prepare 7.3 Alpha ([@mansona](https://github.com/mansona))
10+
* [#303](https://github.com/ember-cli/ember-app-blueprint/pull/303) Prepare 7.2 Beta ([@mansona](https://github.com/mansona))
11+
12+
#### :bug: Bug Fix
13+
* `@ember/app-blueprint`
14+
* [#299](https://github.com/ember-cli/ember-app-blueprint/pull/299) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
15+
16+
#### :memo: Documentation
17+
* `@ember/app-blueprint`
18+
* [#300](https://github.com/ember-cli/ember-app-blueprint/pull/300) Update RELEASE.md ([@mansona](https://github.com/mansona))
19+
20+
#### :house: Internal
21+
* `@ember/app-blueprint`
22+
* [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))
23+
* [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))
24+
25+
#### Committers: 1
26+
- Chris Manson ([@mansona](https://github.com/mansona))
27+
28+
## Release (2026-07-03)
29+
530
* @ember/app-blueprint 7.2.0-beta.1 (minor)
631

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

0 commit comments

Comments
 (0)