Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promoting beta to 2.0 final #400

Merged
merged 1 commit into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:ember-auto-import@1.7",
"leader-v2": "npm:ember-auto-import@1.11",
Expand Down