From 31b8bc8286b86f11e4251bd39a60e56c9490ff7c Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 22 May 2024 15:37:01 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 28 +++++----------------------- CHANGELOG.md | 14 ++++++++++++++ packages/addon-shim/package.json | 2 +- 3 files changed, 20 insertions(+), 24 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 7b8d10b73..e93ecef33 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -5,8 +5,8 @@ }, "@embroider/addon-shim": { "impact": "patch", - "oldVersion": "1.8.7", - "newVersion": "1.8.8", + "oldVersion": "1.8.8", + "newVersion": "1.8.9", "constraints": [ { "impact": "patch", @@ -19,16 +19,7 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "impact": "minor", - "oldVersion": "3.4.9", - "newVersion": "3.5.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./packages/compat/package.json" + "oldVersion": "3.5.0" }, "@embroider/core": { "oldVersion": "3.4.9" @@ -43,16 +34,7 @@ "oldVersion": "0.1.0" }, "@embroider/router": { - "impact": "patch", - "oldVersion": "2.1.6", - "newVersion": "2.1.7", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./packages/router/package.json" + "oldVersion": "2.1.7" }, "@embroider/shared-internals": { "oldVersion": "2.6.0" @@ -70,5 +52,5 @@ "oldVersion": "4.0.0" } }, - "description": "## Release (2024-05-08)\n\n@embroider/addon-shim 1.8.8 (patch)\n@embroider/compat 3.5.0 (minor)\n@embroider/router 2.1.7 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#1907](https://github.com/embroider-build/embroider/pull/1907) Make ember-source compat adapter tolerant of upcoming ember-source changes ([@ef4](https://github.com/ef4))\n\n#### :bug: Bug Fix\n* `@embroider/router`\n * [#1904](https://github.com/embroider-build/embroider/pull/1904) Fix getRoute override ([@jembezmamy](https://github.com/jembezmamy))\n* `@embroider/addon-shim`\n * [#1901](https://github.com/embroider-build/embroider/pull/1901) [addon-shim]: Narrowed down broccoli trees for optimized file watching ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#1908](https://github.com/embroider-build/embroider/pull/1908) update tests to follow newer babel-plugin-ember-template-compiilation ([@ef4](https://github.com/ef4))\n\n#### Committers: 3\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Paweł Bator ([@jembezmamy](https://github.com/jembezmamy))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" + "description": "## Release (2024-05-22)\n\n@embroider/addon-shim 1.8.9 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-shim`\n * [#1940](https://github.com/embroider-build/embroider/pull/1940) only register v2 addons with parent addons ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#1938](https://github.com/embroider-build/embroider/pull/1938) remove v* prefix GitHub Actions builds ([@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 245241147..3050d1f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Embroider Changelog +## Release (2024-05-22) + +@embroider/addon-shim 1.8.9 (patch) + +#### :bug: Bug Fix +* `@embroider/addon-shim` + * [#1940](https://github.com/embroider-build/embroider/pull/1940) only register v2 addons with parent addons ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* [#1938](https://github.com/embroider-build/embroider/pull/1938) remove v* prefix GitHub Actions builds ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-05-08) @embroider/addon-shim 1.8.8 (patch) diff --git a/packages/addon-shim/package.json b/packages/addon-shim/package.json index fe39df8a3..e645dfa5c 100644 --- a/packages/addon-shim/package.json +++ b/packages/addon-shim/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-shim", - "version": "1.8.8", + "version": "1.8.9", "description": "Make v2 addons work in non-Embroider apps.", "keywords": [], "main": "./src/index.js",