Skip to content

Commit 4590c7b

Browse files
Merge pull request #267 from soxhub/release-preview
Prepare Release
2 parents 7bb3c73 + d8ccda7 commit 4590c7b

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-scoped-css": {
44
"impact": "patch",
5-
"oldVersion": "0.21.3",
6-
"newVersion": "0.21.4",
5+
"oldVersion": "0.21.4",
6+
"newVersion": "0.21.5",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -16,5 +16,5 @@
1616
"oldVersion": "10.0.2"
1717
}
1818
},
19-
"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"
19+
"description": "## Release (2024-10-24)\n\nember-scoped-css 0.21.5 (patch)\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#265](https://github.com/soxhub/ember-scoped-css/pull/265) Closes [#264](https://github.com/soxhub/ember-scoped-css/issues/264) - lots of deprecations logged in newer embers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2020
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-10-24)
4+
5+
ember-scoped-css 0.21.5 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-scoped-css`
9+
* [#265](https://github.com/soxhub/ember-scoped-css/pull/265) Closes [#264](https://github.com/soxhub/ember-scoped-css/issues/264) - lots of deprecations logged in newer embers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-07-19)
415

516
ember-scoped-css 0.21.4 (patch)

ember-scoped-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-scoped-css",
3-
"version": "0.21.4",
3+
"version": "0.21.5",
44
"description": "",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)