Skip to content

Commit

Permalink
Merge pull request #222 from soxhub/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jun 11, 2024
2 parents 6a2820e + ca8599a commit 36e7609
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 7 deletions.
27 changes: 22 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
{
"solution": {
"ember-scoped-css": {
"impact": "patch",
"oldVersion": "0.19.0",
"newVersion": "0.19.1",
"impact": "minor",
"oldVersion": "0.19.1",
"newVersion": "0.20.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-scoped-css/package.json"
},
"ember-scoped-css-compat": {
"oldVersion": "10.0.0"
"impact": "patch",
"oldVersion": "10.0.0",
"newVersion": "10.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-scoped-css-compat/package.json"
}
},
"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"
"description": "## Release (2024-06-11)\n\nember-scoped-css 0.20.0 (minor)\nember-scoped-css-compat 10.0.1 (patch)\n\n#### :rocket: Enhancement\n* `ember-scoped-css`, `classic-app`\n * [#226](https://github.com/soxhub/ember-scoped-css/pull/226) Add better error when `scoped-class` makes it way to runtime ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-scoped-css`\n * [#225](https://github.com/soxhub/ember-scoped-css/pull/225) Fix mishandling of package lookup cache ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-scoped-css-compat`, `ember-scoped-css`, `classic-app`, `embroider-app`, `pods-classic-app`, `pods-embroider-app`, `v2-addon-ts`\n * [#224](https://github.com/soxhub/ember-scoped-css/pull/224) Upgrade devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#223](https://github.com/soxhub/ember-scoped-css/pull/223) Remove overrides ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Release (2024-06-11)

ember-scoped-css 0.20.0 (minor)
ember-scoped-css-compat 10.0.1 (patch)

#### :rocket: Enhancement
* `ember-scoped-css`, `classic-app`
* [#226](https://github.com/soxhub/ember-scoped-css/pull/226) Add better error when `scoped-class` makes it way to runtime ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `ember-scoped-css`
* [#225](https://github.com/soxhub/ember-scoped-css/pull/225) Fix mishandling of package lookup cache ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `ember-scoped-css-compat`, `ember-scoped-css`, `classic-app`, `embroider-app`, `pods-classic-app`, `pods-embroider-app`, `v2-addon-ts`
* [#224](https://github.com/soxhub/ember-scoped-css/pull/224) Upgrade devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#223](https://github.com/soxhub/ember-scoped-css/pull/223) Remove overrides ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-06-06)

ember-scoped-css 0.19.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion ember-scoped-css-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-scoped-css-compat",
"version": "10.0.0",
"version": "10.0.1",
"description": "classic broccoli build automatic setup of ember-scoped-css",
"keywords": [
"ember-addon"
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.19.1",
"version": "0.20.0",
"description": "",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 36e7609

Please sign in to comment.