Skip to content

Commit

Permalink
Merge pull request #114 from soxhub/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
NullVoxPopuli authored Oct 4, 2023
2 parents e2e5b27 + 4438a69 commit 82a6025
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-starfishes-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-dryers-sort.md

This file was deleted.

9 changes: 8 additions & 1 deletion ember-scoped-css-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ember-scoped-css-compat

## 4.0.0

### Patch Changes

- Updated dependencies [[`fc99101`](https://github.com/soxhub/ember-scoped-css/commit/fc99101560a313f52c426dc95032f40a94d1e754), [`3ac8b63`](https://github.com/soxhub/ember-scoped-css/commit/3ac8b63e3ba22ff60a073e4188b1873e112d9dd3)]:
- [email protected]

## 3.0.0

### Patch Changes
Expand Down Expand Up @@ -53,7 +60,7 @@
use: [
{
loader: require.resolve(
'ember-scoped-css/build/app-css-loader'
'ember-scoped-css/build/app-css-loader',
),
options: {
layerName: 'embroider-app',
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "4.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -68,7 +68,7 @@
"webpack": "^5.78.0"
},
"peerDependencies": {
"ember-scoped-css": ">=0.12.1",
"ember-scoped-css": ">=0.13.0",
"ember-source": "^4.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions ember-scoped-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ember-scoped-css

## 0.13.0

### Minor Changes

- [#113](https://github.com/soxhub/ember-scoped-css/pull/113) [`fc99101`](https://github.com/soxhub/ember-scoped-css/commit/fc99101560a313f52c426dc95032f40a94d1e754) Thanks [@jakebixby](https://github.com/jakebixby)! - Bumped [email protected] for type fix

- [#111](https://github.com/soxhub/ember-scoped-css/pull/111) [`3ac8b63`](https://github.com/soxhub/ember-scoped-css/commit/3ac8b63e3ba22ff60a073e4188b1873e112d9dd3) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - Utilize `external` dependencies for a more optimized runtime and install time / size

## 0.12.1

### Patch Changes
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.12.1",
"version": "0.13.0",
"description": "",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 82a6025

Please sign in to comment.