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

Add missing changeset #90

Merged
merged 1 commit into from
Jul 10, 2023
Merged
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
7 changes: 7 additions & 0 deletions .changeset/sixty-donuts-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'ember-addon-migrator': minor
---

Use latest Ember CLI when generating from blueprints

We use the version of Ember CLI that we depend on (currently latest `5.2.0-beta.0`) instead of what the user has when delegating to other blueprints (app, v2 addon), so we get to use the latest blueprint features. In particular this relates to the improved `--typescript` support that was introduced in that version of Ember CLI.
Loading