Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Jul 19, 2024
1 parent 1398d85 commit 474f992
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-scoped-css": {
"impact": "patch",
"oldVersion": "0.21.2",
"newVersion": "0.21.3",
"oldVersion": "0.21.3",
"newVersion": "0.21.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -16,5 +16,5 @@
"oldVersion": "10.0.2"
}
},
"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"
"description": "## Release (2024-07-19)\n\nember-scoped-css 0.21.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`, `embroider-app`\n * [#257](https://github.com/soxhub/ember-scoped-css/pull/257) Fix issue with gts detection when using embroider-webpack's rewritten-app. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `classic-app`\n * [#252](https://github.com/soxhub/ember-scoped-css/pull/252) Add more gts tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-07-19)

ember-scoped-css 0.21.4 (patch)

#### :bug: Bug Fix
* `ember-scoped-css`, `embroider-app`
* [#257](https://github.com/soxhub/ember-scoped-css/pull/257) Fix issue with gts detection when using embroider-webpack's rewritten-app. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `classic-app`
* [#252](https://github.com/soxhub/ember-scoped-css/pull/252) Add more gts tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-06-14)

ember-scoped-css 0.21.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion ember-scoped-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-scoped-css",
"version": "0.21.3",
"version": "0.21.4",
"description": "",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 474f992

Please sign in to comment.