From e9d97b44bd5a12028958f7e93053d7d0c3feddd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:11:27 +0000 Subject: [PATCH] Prepare Release v7.1.0-alpha.3 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 22e12ee..176ac71 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@ember/app-blueprint": { "impact": "minor", - "oldVersion": "7.1.0-alpha.1", - "newVersion": "7.1.0-alpha.2", + "oldVersion": "7.1.0-alpha.2", + "newVersion": "7.1.0-alpha.3", "tagName": "alpha", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-04-20)\n\n* @ember/app-blueprint 7.1.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))\n * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))\n * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))\n * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))\n * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))\n * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2026-04-26)\n\n* @ember/app-blueprint 7.1.0-alpha.3 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))\n * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@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 e033a7f..8986afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2026-04-26) + +* @ember/app-blueprint 7.1.0-alpha.3 (minor) + +#### :rocket: Enhancement +* `@ember/app-blueprint` + * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona)) + * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2026-04-20) * @ember/app-blueprint 7.1.0-alpha.2 (minor) diff --git a/package.json b/package.json index 7479888..5f79267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "7.1.0-alpha.2", + "version": "7.1.0-alpha.3", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"