Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Mar 24, 2021
1 parent 9150608 commit 6817a2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.11.2

- BUGFIX: the new prefix matching implementation of `alias` turned out to be a breaking change, so we're rolling it back in order to make it opt-in.

### 1.11.1

- BUGFIX: as part of the `watchDependencies` feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-auto-import",
"version": "1.11.1",
"version": "1.11.2",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion test-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@ef4/addon-template": "*",
"@ef4/app-template": "*",
"ember-auto-import": "1.11.1",
"ember-auto-import": "1.11.2",
"ember-cli-2.18": "npm:ember-cli@~2.18.0",
"ember-cli-babel6": "npm:ember-cli-babel@^6.6.0",
"ember-cli-latest": "npm:ember-cli@latest",
Expand Down

0 comments on commit 6817a2e

Please sign in to comment.