diff --git a/.release-plan.json b/.release-plan.json index 67f08c1..9bfeec4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,18 @@ { "solution": { "@ember/app-blueprint": { - "impact": "patch", - "oldVersion": "7.1.0-alpha.3", - "newVersion": "7.1.0-alpha.4", + "impact": "minor", + "oldVersion": "7.2.0-alpha.0", + "newVersion": "7.2.0-alpha.1", "tagName": "alpha", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-04-28)\n\n* @ember/app-blueprint 7.1.0-alpha.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#272](https://github.com/ember-cli/ember-app-blueprint/pull/272) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#253](https://github.com/ember-cli/ember-app-blueprint/pull/253) Update RELEASE.md with notes from the latest release ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n" + "description": "## Release (2026-05-21)\n\n* @ember/app-blueprint 7.2.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#288](https://github.com/ember-cli/ember-app-blueprint/pull/288) Prepare 7.2 Alpha ([@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 1ba3d64..7be32eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-05-21) + +* @ember/app-blueprint 7.2.0-alpha.1 (minor) + +#### :rocket: Enhancement +* `@ember/app-blueprint` + * [#288](https://github.com/ember-cli/ember-app-blueprint/pull/288) Prepare 7.2 Alpha ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2026-05-20) * @ember/app-blueprint 7.1.0-beta.1 (minor) diff --git a/package.json b/package.json index ba67727..5c980c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "7.2.0-alpha.0", + "version": "7.2.0-alpha.1", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"