From b9299c0f2fe73b9308602cef21ad2021a6f00c03 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:04:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 23 +++++++---------------- CHANGELOG.md | 12 ++++++++++++ packages/compat/package.json | 2 +- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 35bf4ec6f..b29f7ce2c 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -13,28 +13,19 @@ "oldVersion": "1.0.1" }, "@embroider/compat": { - "impact": "minor", - "oldVersion": "3.7.1", - "newVersion": "3.8.0", + "impact": "patch", + "oldVersion": "3.8.0", + "newVersion": "3.8.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" } ], "pkgJSONPath": "./packages/compat/package.json" }, "@embroider/core": { - "impact": "minor", - "oldVersion": "3.4.20", - "newVersion": "3.5.0", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./packages/core/package.json" + "oldVersion": "3.5.0" }, "@embroider/hbs-loader": { "oldVersion": "3.0.3" @@ -64,5 +55,5 @@ "oldVersion": "4.0.9" } }, - "description": "## Release (2025-01-07)\n\n@embroider/compat 3.8.0 (minor)\n@embroider/core 3.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`\n * [#2210](https://github.com/embroider-build/embroider/pull/2210) Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvokables ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2025-02-08)\n\n@embroider/compat 3.8.1 (patch)\n\n#### :memo: Documentation\n* `@embroider/compat`\n * [#2244](https://github.com/embroider-build/embroider/pull/2244) add a simple deprecation for staticAddonTrees and staticAddonTestSupportTrees ([@mansona](https://github.com/mansona))\n * [#2245](https://github.com/embroider-build/embroider/pull/2245) add a simple deprecation for staticEmberSource: false ([@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 81957c361..90c78c8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Embroider Changelog +## Release (2025-02-08) + +@embroider/compat 3.8.1 (patch) + +#### :memo: Documentation +* `@embroider/compat` + * [#2244](https://github.com/embroider-build/embroider/pull/2244) add a simple deprecation for staticAddonTrees and staticAddonTestSupportTrees ([@mansona](https://github.com/mansona)) + * [#2245](https://github.com/embroider-build/embroider/pull/2245) add a simple deprecation for staticEmberSource: false ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2025-01-07) @embroider/compat 3.8.0 (minor) diff --git a/packages/compat/package.json b/packages/compat/package.json index fef54a054..1d2a97969 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.8.0", + "version": "3.8.1", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": {