From 8dd0935effa3d16e1b5ecc11deb01a1c2e18ac2c Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:17:03 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 29 +++++++++++++++++++++-------- CHANGELOG.md | 19 +++++++++++++++++++ packages/compat/package.json | 2 +- packages/core/package.json | 2 +- packages/macros/package.json | 2 +- packages/util/package.json | 2 +- 6 files changed, 44 insertions(+), 12 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bb57e989b..571aef2b2 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -11,8 +11,8 @@ }, "@embroider/compat": { "impact": "patch", - "oldVersion": "3.4.4", - "newVersion": "3.4.5", + "oldVersion": "3.4.5", + "newVersion": "3.4.6", "constraints": [ { "impact": "patch", @@ -23,8 +23,8 @@ }, "@embroider/core": { "impact": "patch", - "oldVersion": "3.4.4", - "newVersion": "3.4.5", + "oldVersion": "3.4.5", + "newVersion": "3.4.6", "constraints": [ { "impact": "patch", @@ -38,12 +38,16 @@ }, "@embroider/macros": { "impact": "minor", - "oldVersion": "1.13.5", - "newVersion": "1.14.0", + "oldVersion": "1.14.0", + "newVersion": "1.15.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/macros/package.json" @@ -61,7 +65,16 @@ "oldVersion": "3.0.3" }, "@embroider/util": { - "oldVersion": "1.12.1" + "impact": "minor", + "oldVersion": "1.12.1", + "newVersion": "1.13.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/util/package.json" }, "@embroider/vite": { "oldVersion": "0.2.0" @@ -70,5 +83,5 @@ "oldVersion": "3.2.2" } }, - "description": "## Release (2024-02-28)\n\n@embroider/compat 3.4.5 (patch)\n@embroider/core 3.4.5 (patch)\n@embroider/macros 1.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#1815](https://github.com/embroider-build/embroider/pull/1815) Make macro configs static ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* Other\n * [#1824](https://github.com/embroider-build/embroider/pull/1824) update release-plan ([@mansona](https://github.com/mansona))\n* `@embroider/test-scenarios`\n * [#1820](https://github.com/embroider-build/embroider/pull/1820) [stable] Pin ember-data to fix issue in CI ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" + "description": "## Release (2024-03-07)\n\n@embroider/compat 3.4.6 (patch)\n@embroider/core 3.4.6 (patch)\n@embroider/macros 1.15.0 (minor)\n@embroider/util 1.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`, `@embroider/util`\n * [#1832](https://github.com/embroider-build/embroider/pull/1832) Update to `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :bug: Bug Fix\n* `@embroider/macros`\n * [#1838](https://github.com/embroider-build/embroider/pull/1838) make sure @embroider/macros doesn't try to load a babel config ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6591e1a4..e4c3f1964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Embroider Changelog +## Release (2024-03-07) + +@embroider/compat 3.4.6 (patch) +@embroider/core 3.4.6 (patch) +@embroider/macros 1.15.0 (minor) +@embroider/util 1.13.0 (minor) + +#### :rocket: Enhancement +* `@embroider/macros`, `@embroider/util` + * [#1832](https://github.com/embroider-build/embroider/pull/1832) Update to `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock)) + +#### :bug: Bug Fix +* `@embroider/macros` + * [#1838](https://github.com/embroider-build/embroider/pull/1838) make sure @embroider/macros doesn't try to load a babel config ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-02-28) @embroider/compat 3.4.5 (patch) diff --git a/packages/compat/package.json b/packages/compat/package.json index 1a63214d6..7815d7f25 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.4.5", + "version": "3.4.6", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index 404f1fc1d..a280d5422 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/core", - "version": "3.4.5", + "version": "3.4.6", "private": false, "description": "A build system for EmberJS applications.", "repository": { diff --git a/packages/macros/package.json b/packages/macros/package.json index bc52ba325..9c5c8f964 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/macros", - "version": "1.14.0", + "version": "1.15.0", "private": false, "description": "Standardized build-time macros for ember apps.", "keywords": [ diff --git a/packages/util/package.json b/packages/util/package.json index ee0ec7514..3cf3cfc29 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/util", - "version": "1.12.1", + "version": "1.13.0", "description": "Utilities for app and addon authors.", "keywords": [ "ember-addon"