diff --git a/.release-plan.json b/.release-plan.json index 1e9af02d..9d51b20b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,20 +1,20 @@ { "solution": { "ember-scoped-css": { - "oldVersion": "0.19.0" - }, - "ember-scoped-css-compat": { - "impact": "major", - "oldVersion": "9.0.0", - "newVersion": "10.0.0", + "impact": "patch", + "oldVersion": "0.19.0", + "newVersion": "0.19.1", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], - "pkgJSONPath": "./ember-scoped-css-compat/package.json" + "pkgJSONPath": "./ember-scoped-css/package.json" + }, + "ember-scoped-css-compat": { + "oldVersion": "10.0.0" } }, - "description": "## Release (2024-05-22)\n\nember-scoped-css-compat 10.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-scoped-css-compat`\n * [#208](https://github.com/soxhub/ember-scoped-css/pull/208) Force ember-scoped-css-compat-to-release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#210](https://github.com/soxhub/ember-scoped-css/pull/210) Re-roll the lockfile to get the latest github-changelog ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-06-06)\n\nember-scoped-css 0.19.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#211](https://github.com/soxhub/ember-scoped-css/pull/211) Fix template path transform issue with the app name had \"app\" in the name ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#216](https://github.com/soxhub/ember-scoped-css/pull/216) Remove noisy log ([@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 87869bc0..6734cf33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2024-06-06) + +ember-scoped-css 0.19.1 (patch) + +#### :bug: Bug Fix +* `ember-scoped-css` + * [#211](https://github.com/soxhub/ember-scoped-css/pull/211) Fix template path transform issue with the app name had "app" in the name ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#216](https://github.com/soxhub/ember-scoped-css/pull/216) Remove noisy log ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-05-22) ember-scoped-css-compat 10.0.0 (major) diff --git a/ember-scoped-css/package.json b/ember-scoped-css/package.json index bc023f4b..034f55ce 100644 --- a/ember-scoped-css/package.json +++ b/ember-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "ember-scoped-css", - "version": "0.19.0", + "version": "0.19.1", "description": "", "keywords": [ "ember-addon"