From 423286691c295b5be3d5f23a6a7cd1f1ee967259 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 14:28:25 +0000 Subject: [PATCH] Prepare Release v6.12.3 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 53689e8..ac68811 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@ember/app-blueprint": { "impact": "patch", - "oldVersion": "6.12.1", - "newVersion": "6.12.2", + "oldVersion": "6.12.2", + "newVersion": "6.12.3", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-05-05)\n\n* @ember/app-blueprint 6.12.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 1\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n" + "description": "## Release (2026-05-05)\n\n* @ember/app-blueprint 6.12.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@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 4836547..2c71cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2026-05-05) +* @ember/app-blueprint 6.12.3 (patch) + +#### :bug: Bug Fix +* `@ember/app-blueprint` + * [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2026-05-05) + * @ember/app-blueprint 6.12.2 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 8a0c1cf..c21e97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember/app-blueprint", - "version": "6.12.2", + "version": "6.12.3", "description": "Blueprint for next generation of Ember apps", "keywords": [ "ember-blueprint"