From c04d01c9b48b3015082049c624c706bf81905fc5 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:26:06 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ ember-scoped-css/package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index f081ad85..4cb4a7a8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-scoped-css": { "impact": "patch", - "oldVersion": "0.21.0", - "newVersion": "0.21.1", + "oldVersion": "0.21.1", + "newVersion": "0.21.2", "constraints": [ { "impact": "patch", @@ -16,5 +16,5 @@ "oldVersion": "10.0.2" } }, - "description": "## Release (2024-06-14)\n\nember-scoped-css 0.21.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#241](https://github.com/soxhub/ember-scoped-css/pull/241) Remove find-up ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#240](https://github.com/soxhub/ember-scoped-css/pull/240) Try not to hit the filesystem on repeat modules when looking for the workspace root ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#239](https://github.com/soxhub/ember-scoped-css/pull/239) Improve build perf by 9% ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#235](https://github.com/soxhub/ember-scoped-css/pull/235) Closes [#176](https://github.com/soxhub/ember-scoped-css/issues/176), apps could have different names configured in environment.js ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `classic-app`, `pods-classic-app`\n * [#238](https://github.com/soxhub/ember-scoped-css/pull/238) Prepare for sharing tests between all the apps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-06-14)\n\nember-scoped-css 0.21.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#243](https://github.com/soxhub/ember-scoped-css/pull/243) Hit the file system 3 less times per template-using file (hbs, gjs, gts) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 286bfe77..2d4194c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-06-14) +ember-scoped-css 0.21.2 (patch) + +#### :bug: Bug Fix +* `ember-scoped-css` + * [#243](https://github.com/soxhub/ember-scoped-css/pull/243) Hit the file system 3 less times per template-using file (hbs, gjs, gts) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-06-14) + ember-scoped-css 0.21.1 (patch) #### :bug: Bug Fix diff --git a/ember-scoped-css/package.json b/ember-scoped-css/package.json index 6cd75a68..596259ff 100644 --- a/ember-scoped-css/package.json +++ b/ember-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "ember-scoped-css", - "version": "0.21.1", + "version": "0.21.2", "description": "", "keywords": [ "ember-addon"