From 010f06bd79e987bb675fab289ec102642246bee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Dec 2023 18:06:31 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 39 ++++----------------------------------- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4b17b02270..5ead49acbd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -10,16 +10,7 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "impact": "minor", - "oldVersion": "3.3.1", - "newVersion": "3.4.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "packages/compat/package.json" + "oldVersion": "3.4.0" }, "@embroider/core": { "oldVersion": "3.4.2" @@ -31,32 +22,10 @@ "oldVersion": "1.13.3" }, "@embroider/reverse-exports": { - "impact": "minor", - "oldVersion": "0.0.0", - "newVersion": "0.1.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "packages/reverse-exports/package.json" + "oldVersion": "0.1.0" }, "@embroider/router": { - "impact": "patch", - "oldVersion": "2.1.5", - "newVersion": "2.1.6", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "packages/router/package.json" + "oldVersion": "2.1.6" }, "@embroider/shared-internals": { "oldVersion": "2.5.1" @@ -74,5 +43,5 @@ "oldVersion": "3.2.1" } }, - "description": "## Release (2023-11-28)\n\n@embroider/compat 3.4.0 (minor)\n@embroider/reverse-exports 0.1.0 (minor)\n@embroider/router 2.1.6 (patch)\n\n#### :rocket: Enhancement\n* `reverse-exports`\n * [#1652](https://github.com/embroider-build/embroider/pull/1652) create new @embroider/reverse-exports package ([@lolmaus](https://github.com/lolmaus))\n* `compat`\n * [#1673](https://github.com/embroider-build/embroider/pull/1673) allow apps to disable the decorator transforms ([@ef4](https://github.com/ef4))\n\n#### :bug: Bug Fix\n* `router`\n * [#1684](https://github.com/embroider-build/embroider/pull/1684) Workaround typescript regression in router package ([@ef4](https://github.com/ef4))\n* `reverse-exports`\n * [#1676](https://github.com/embroider-build/embroider/pull/1676) fix single asterisk replacement in reverse-exports ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#1683](https://github.com/embroider-build/embroider/pull/1683) update the releasing CI job ([@mansona](https://github.com/mansona))\n* [#1681](https://github.com/embroider-build/embroider/pull/1681) skip watch-mode tests in windows ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2023-12-12)\n\n\n\n#### :bug: Bug Fix\n* `compat`\n * [#1706](https://github.com/embroider-build/embroider/pull/1706) Support engine's lazyLoading boolean config ([@fengb](https://github.com/fengb))\n* `addon-dev`\n * [#1696](https://github.com/embroider-build/embroider/pull/1696) Use rollup's `addWatchFile` API to mark dependencies ([@chancancode](https://github.com/chancancode))\n\n#### :house: Internal\n* `macros`\n * [#1709](https://github.com/embroider-build/embroider/pull/1709) Jest types broke our CI ([@ef4](https://github.com/ef4))\n* Other\n * [#1705](https://github.com/embroider-build/embroider/pull/1705) Backport #1703 to stable ([@chancancode](https://github.com/chancancode))\n * [#1698](https://github.com/embroider-build/embroider/pull/1698) Use release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Benjamin Feng ([@fengb](https://github.com/fengb))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Godfrey Chan ([@chancancode](https://github.com/chancancode))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e591b5eb2..87f0dbd7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Embroider Changelog +## Release (2023-12-12) + + + +#### :bug: Bug Fix +* `compat` + * [#1706](https://github.com/embroider-build/embroider/pull/1706) Support engine's lazyLoading boolean config ([@fengb](https://github.com/fengb)) +* `addon-dev` + * [#1696](https://github.com/embroider-build/embroider/pull/1696) Use rollup's `addWatchFile` API to mark dependencies ([@chancancode](https://github.com/chancancode)) + +#### :house: Internal +* `macros` + * [#1709](https://github.com/embroider-build/embroider/pull/1709) Jest types broke our CI ([@ef4](https://github.com/ef4)) +* Other + * [#1705](https://github.com/embroider-build/embroider/pull/1705) Backport #1703 to stable ([@chancancode](https://github.com/chancancode)) + * [#1698](https://github.com/embroider-build/embroider/pull/1698) Use release plan ([@mansona](https://github.com/mansona)) + +#### Committers: 4 +- Benjamin Feng ([@fengb](https://github.com/fengb)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) ## Release (2023-11-28)