diff --git a/.release-plan.json b/.release-plan.json index 4cb4a7a8..4f2d676b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-scoped-css": { "impact": "patch", - "oldVersion": "0.21.1", - "newVersion": "0.21.2", + "oldVersion": "0.21.2", + "newVersion": "0.21.3", "constraints": [ { "impact": "patch", @@ -16,5 +16,5 @@ "oldVersion": "10.0.2" } }, - "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" + "description": "## Release (2024-06-14)\n\nember-scoped-css 0.21.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#245](https://github.com/soxhub/ember-scoped-css/pull/245) Fix path fixing in the template-plugin ([@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 2d4194c5..384a3480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-06-14) +ember-scoped-css 0.21.3 (patch) + +#### :bug: Bug Fix +* `ember-scoped-css` + * [#245](https://github.com/soxhub/ember-scoped-css/pull/245) Fix path fixing in the template-plugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-06-14) + ember-scoped-css 0.21.2 (patch) #### :bug: Bug Fix diff --git a/ember-scoped-css/package.json b/ember-scoped-css/package.json index 596259ff..9332ae11 100644 --- a/ember-scoped-css/package.json +++ b/ember-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "ember-scoped-css", - "version": "0.21.2", + "version": "0.21.3", "description": "", "keywords": [ "ember-addon"