Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 4, 2023
1 parent ca47ece commit d8fd663
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 2.6.2

- BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous `earlyBootSet` manual workaround.
- BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @candunaj
- INTERNAL: update tests for latest ember canary
- BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @simonihmig

### 2.6.1

- BUGFIX: `earlyBootSet` now defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @NullVoxPopuli [568](https://github.com/ef4/ember-auto-import/pull/568)
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.6.1",
"version": "2.6.2",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d8fd663

Please sign in to comment.