Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Aug 31, 2021
1 parent fe4e1fe commit 0fba64e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0

- ENHANCEMENT: significantly faster builds.
- ENHANCEMENT: improved error messages for resolution errors by @NullVoxPopuli
- HOUSEKEEPING: adjust which files get published by @buschtoens
- ENHANCEMENT: relax semver check to tolerate shared versions that satisfy all consumers

### 2.1.0

- FEATURE: You can now control exactly how and where ember-auto-import will insert tags into your HTML using the `insertScriptsAt` and `insertStylesAt` options.
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.0-alpha.1",
"version": "2.2.0",
"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.0-alpha.1",
"ember-auto-import": "2.2.0",
"fs-extra": "^6.0.1",
"leader-v1": "npm:[email protected]",
"leader-v2": "npm:[email protected]",
Expand Down

0 comments on commit 0fba64e

Please sign in to comment.