Skip to content

Commit

Permalink
Merge pull request #217 from soxhub/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jun 6, 2024
2 parents c448455 + 6009a45 commit 04073b5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.0",
"version": "0.19.1",
"description": "",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 04073b5

Please sign in to comment.