Skip to content

Commit

Permalink
promoting beta to 2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed May 13, 2021
1 parent 179c983 commit 746e1d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

Just `import` from NPM, with zero configuration.

**VERSION WARNING**: This README is up-to-date for ember-auto-import 2.0, which is currently in beta. For the stable release see [README 1.x](https://github.com/ef4/ember-auto-import/blob/v1.11.3/README.md).

If you're upgrading from 1.x to 2.x [see the upgrade guide](./docs/upgrade-guide-2.0.md).

## Installation

```
npm install --save-dev ember-auto-import@beta webpack@5
npm install --save-dev ember-auto-import webpack
```

If you're upgrading from 1.x to 2.x [see the upgrade guide](./docs/upgrade-guide-2.0.md).

## Usage

Add whatever dependency you want to your project using NPM or yarn like:
Expand Down
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.

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.0.0-beta.2",
"version": "2.0.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.0.0-beta.2",
"ember-auto-import": "2.0.0",
"fs-extra": "^6.0.1",
"leader-v1": "npm:[email protected]",
"leader-v2": "npm:[email protected]",
Expand Down

0 comments on commit 746e1d8

Please sign in to comment.