From bf4c795ce36591a5c0ef61f08f4569ce8f880080 Mon Sep 17 00:00:00 2001 From: void-mAlex <5174947+void-mAlex@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:46:16 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 23 +++++++---------------- CHANGELOG.md | 11 +++++++++++ packages/compat/package.json | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 5026f24cf..cb2be8fcf 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -10,13 +10,13 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "impact": "patch", - "oldVersion": "3.5.6", - "newVersion": "3.5.7", + "impact": "minor", + "oldVersion": "3.5.7", + "newVersion": "3.6.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./packages/compat/package.json" @@ -43,16 +43,7 @@ "oldVersion": "4.0.0" }, "@embroider/util": { - "impact": "patch", - "oldVersion": "1.13.1", - "newVersion": "1.13.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./packages/util/package.json" + "oldVersion": "1.13.2" }, "@embroider/vite": { "oldVersion": "0.2.0" @@ -61,5 +52,5 @@ "oldVersion": "4.0.4" } }, - "description": "## Release (2024-07-16)\n\n@embroider/compat 3.5.7 (patch)\n@embroider/util 1.13.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#2033](https://github.com/embroider-build/embroider/pull/2033) Remove deprecations warnings in resolver transform ([@mkszepp](https://github.com/mkszepp))\n * [#2047](https://github.com/embroider-build/embroider/pull/2047) Add semver to power select with create ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#1930](https://github.com/embroider-build/embroider/pull/1930) create a smoke test for the widest possible matrix ([@mansona](https://github.com/mansona))\n* Other\n * [#2015](https://github.com/embroider-build/embroider/pull/2015) update github actions ([@mansona](https://github.com/mansona))\n* `@embroider/util`, `@embroider/sample-transforms`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1931](https://github.com/embroider-build/embroider/pull/1931) update scenario-tester ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n" + "description": "## Release (2024-07-18)\n\n@embroider/compat 3.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#1842](https://github.com/embroider-build/embroider/pull/1842) [beta] template-tag code mod ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2085f2e..4841bd17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Embroider Changelog +## Release (2024-07-18) + +@embroider/compat 3.6.0 (minor) + +#### :rocket: Enhancement +* `@embroider/compat`, `@embroider/test-scenarios` + * [#1842](https://github.com/embroider-build/embroider/pull/1842) [beta] template-tag code mod ([@void-mAlex](https://github.com/void-mAlex)) + +#### Committers: 1 +- Alex ([@void-mAlex](https://github.com/void-mAlex)) + ## Release (2024-07-16) @embroider/compat 3.5.7 (patch) diff --git a/packages/compat/package.json b/packages/compat/package.json index 611629c71..0095272cc 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.5.7", + "version": "3.6.0", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": {