Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 14, 2022
1 parent a9f5b9e commit 8bf1a32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 2.4.3

- BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @mansona
- BUGFIX: Respect v2 addon's explicit externals list
- INTERNAL: add @babel/core to app and addon test templates for compatibility with upcoming ember versions.
- DOCS: Improve upgrade guide by @pomm0
- BUGFIX: windows path handling fix by @void-mAlex
- DOCS: Fix typo by @berdeblock

### 2.4.2

- BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting.
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.4.2",
"version": "2.4.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 @@ -21,7 +21,7 @@
"@embroider/macros": "npm:@embroider/macros@latest",
"@embroider/addon-shim": "npm:@embroider/addon-shim@latest",
"@types/fs-extra": "^5.0.4",
"ember-auto-import": "2.4.2",
"ember-auto-import": "2.4.3",
"fs-extra": "^6.0.1",
"leader-v1": "npm:ember-auto-import@1.7",
"leader-v2": "npm:ember-auto-import@1.11",
Expand Down

0 comments on commit 8bf1a32

Please sign in to comment.