diff --git a/.release-plan.json b/.release-plan.json index fd47ffee26..a394c27e30 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -10,16 +10,7 @@ "oldVersion": "3.1.1" }, "@embroider/compat": { - "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" + "oldVersion": "3.5.6" }, "@embroider/core": { "oldVersion": "3.4.14" @@ -43,7 +34,16 @@ "oldVersion": "4.0.0" }, "@embroider/util": { - "oldVersion": "1.13.1" + "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" }, "@embroider/vite": { "oldVersion": "0.2.0" @@ -52,5 +52,5 @@ "oldVersion": "4.0.4" } }, - "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" + "description": "## Release (2024-07-04)\n\n@embroider/util 1.13.2 (patch)\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: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0140c3a5f..fd475341b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Embroider Changelog +## Release (2024-07-04) + +@embroider/util 1.13.2 (patch) + +#### :house: Internal +* `@embroider/test-scenarios` + * [#1930](https://github.com/embroider-build/embroider/pull/1930) create a smoke test for the widest possible matrix ([@mansona](https://github.com/mansona)) +* Other + * [#2015](https://github.com/embroider-build/embroider/pull/2015) update github actions ([@mansona](https://github.com/mansona)) +* `@embroider/util`, `@embroider/sample-transforms`, `@embroider/test-support`, `@embroider/test-scenarios` + * [#1931](https://github.com/embroider-build/embroider/pull/1931) update scenario-tester ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-07-03) @embroider/compat 3.5.6 (patch) diff --git a/packages/util/package.json b/packages/util/package.json index cbfe738ffe..0d3629b925 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/util", - "version": "1.13.1", + "version": "1.13.2", "description": "Utilities for app and addon authors.", "keywords": [ "ember-addon"