From 5da0fe8f031f13e7d2dde827077fddc32bfc84ab Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:36:18 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 24 ++++++++++++------------ CHANGELOG.md | 11 +++++++++++ packages/compat/package.json | 2 +- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 72d3344c3..fd47ffee2 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,16 +1,7 @@ { "solution": { "@embroider/addon-dev": { - "impact": "major", - "oldVersion": "4.3.1", - "newVersion": "5.0.0", - "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - } - ], - "pkgJSONPath": "./packages/addon-dev/package.json" + "oldVersion": "5.0.0" }, "@embroider/addon-shim": { "oldVersion": "1.8.9" @@ -19,7 +10,16 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "oldVersion": "3.5.5" + "impact": "patch", + "oldVersion": "3.5.5", + "newVersion": "3.5.6", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + } + ], + "pkgJSONPath": "./packages/compat/package.json" }, "@embroider/core": { "oldVersion": "3.4.14" @@ -52,5 +52,5 @@ "oldVersion": "4.0.4" } }, - "description": "## Release (2024-06-27)\n\n@embroider/addon-dev 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/addon-dev`\n * [#2007](https://github.com/embroider-build/embroider/pull/2007) Add just the necessary files to rollup watch mode ([@vstefanovic97](https://github.com/vstefanovic97))\n\n#### Committers: 1\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n" + "description": "## Release (2024-07-03)\n\n@embroider/compat 3.5.6 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages as valid v2 addons ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ca3b559..b0140c3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Embroider Changelog +## Release (2024-07-03) + +@embroider/compat 3.5.6 (patch) + +#### :bug: Bug Fix +* `@embroider/compat` + * [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages as valid v2 addons ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) + +#### Committers: 1 +- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) + ## Release (2024-06-27) @embroider/addon-dev 5.0.0 (major) diff --git a/packages/compat/package.json b/packages/compat/package.json index 94e181219..7c3ec1979 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.5.5", + "version": "3.5.6", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": {