From 5501f6b8046ef19d1ddff5809238a1e1f404ad30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:03:25 +0000 Subject: [PATCH] Prepare Release v8.3.2 using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c90135e..3c4ea8c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,21 @@ "solution": { "ember-cli-babel": { "impact": "patch", - "oldVersion": "8.3.0", - "newVersion": "8.3.1", + "oldVersion": "8.3.1", + "newVersion": "8.3.2", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-02-02)\n\n* ember-cli-babel 8.3.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-babel`\n * [#528](https://github.com/emberjs/ember-cli-babel/pull/528) fix repo url in package.json ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2026-08-21)\n\n* ember-cli-babel 8.3.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-babel`\n * [#541](https://github.com/emberjs/ember-cli-babel/pull/541) bump minimium versions of all @babel/* packages ([@mansona](https://github.com/mansona))\n * [#538](https://github.com/emberjs/ember-cli-babel/pull/538) update @babel/runtime to not be a pinned specific version ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-babel`\n * [#539](https://github.com/emberjs/ember-cli-babel/pull/539) pin testem for ember tests in old node ([@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 e108915..7674a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-08-21) + +* ember-cli-babel 8.3.2 (patch) + +#### :bug: Bug Fix +* `ember-cli-babel` + * [#541](https://github.com/emberjs/ember-cli-babel/pull/541) bump minimium versions of all @babel/* packages ([@mansona](https://github.com/mansona)) + * [#538](https://github.com/emberjs/ember-cli-babel/pull/538) update @babel/runtime to not be a pinned specific version ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `ember-cli-babel` + * [#539](https://github.com/emberjs/ember-cli-babel/pull/539) pin testem for ember tests in old node ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2026-02-02) * ember-cli-babel 8.3.1 (patch) diff --git a/package.json b/package.json index 173d815..be7db3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "8.3.1", + "version": "8.3.2", "description": "Ember CLI addon for Babel", "keywords": [ "babel",