From 7fc0625ddb1a54729a51c6a001cc1f9983c6c956 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:30:31 +0000 Subject: [PATCH] Prepare Release v7.3.0-alpha.1 using 'release-plan' --- .release-plan.json | 14 +++++++++++--- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 2193a6aa..19550bbf 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,14 +2,22 @@ "solution": { "@ember/app-blueprint": { "impact": "minor", - "oldVersion": "7.2.0-alpha.1", - "newVersion": "7.2.0-alpha.2", + "oldVersion": "7.3.0-alpha.0", + "newVersion": "7.3.0-alpha.1", "tagName": "alpha", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -18,5 +26,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "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\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9ea086..43d62c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## Release (2026-07-03) +* @ember/app-blueprint 7.3.0-alpha.1 (minor) + +#### :rocket: Enhancement +* `@ember/app-blueprint` + * [#305](https://github.com/ember-cli/ember-app-blueprint/pull/305) Prepare 7.3 Alpha ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `@ember/app-blueprint` + * [#299](https://github.com/ember-cli/ember-app-blueprint/pull/299) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `@ember/app-blueprint` + * [#300](https://github.com/ember-cli/ember-app-blueprint/pull/300) Update RELEASE.md ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@ember/app-blueprint` + * [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona)) + * [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2026-07-03) + * @ember/app-blueprint 7.2.0-beta.1 (minor) #### :rocket: Enhancement diff --git a/package.json b/package.json index 5fdd6761..d687b91e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "7.3.0-alpha.0", + "version": "7.3.0-alpha.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"