Skip to content

Commit

Permalink
Merge pull request #89 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
NullVoxPopuli authored Jul 10, 2023
2 parents 4f6c5cd + 1622c9a commit dbf96c1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-donuts-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-meals-push.md

This file was deleted.

14 changes: 14 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ember-addon-migrator

## 2.5.0

### Minor Changes

- [#90](https://github.com/NullVoxPopuli/ember-addon-migrator/pull/90) [`b79405b`](https://github.com/NullVoxPopuli/ember-addon-migrator/commit/b79405bfd17a94db126b755b8426972c8eeb3586) Thanks [@simonihmig](https://github.com/simonihmig)! - 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.

### Patch Changes

- [#88](https://github.com/NullVoxPopuli/ember-addon-migrator/pull/88) [`d2e09f3`](https://github.com/NullVoxPopuli/ember-addon-migrator/commit/d2e09f3ebecc09b96f1bbb5dc4652cec2158f9e6) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix copying test files

At a previous iteration a regression was introduced, that copied the test files into the test-app, but including their full path. This is fixed now.

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-addon-migrator",
"description": "tool for migrating ember addons to the addon v2 format",
"version": "2.4.0",
"version": "2.5.0",
"type": "module",
"license": "MIT",
"author": "NullVoxPopuli",
Expand Down

0 comments on commit dbf96c1

Please sign in to comment.