Skip to content

Commit

Permalink
release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 17, 2021
1 parent 4ccf521 commit 3ddb75a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.2.3

- BUGFIX: `export * from` syntax was not detected.

### 2.2.2

- BUGFIX: pass `styleLoaderOptions` and `cssLoaderOptions` correctly by @boris-petrov
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": "2.2.2",
"version": "2.2.3",
"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 @@ -20,7 +20,7 @@
"@embroider/macros": "^0.40.0",
"@embroider/addon-shim": "^0.40.0",
"@types/fs-extra": "^5.0.4",
"ember-auto-import": "2.2.2",
"ember-auto-import": "2.2.3",
"fs-extra": "^6.0.1",
"leader-v1": "npm:[email protected]",
"leader-v2": "npm:[email protected]",
Expand Down

0 comments on commit 3ddb75a

Please sign in to comment.