Skip to content

Commit

Permalink
Merge pull request #92 from NullVoxPopuli/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
NullVoxPopuli committed Sep 9, 2023
2 parents 40ffafb + 3471c69 commit 062557b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/few-ties-admire.md

This file was deleted.

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

## 2.6.0

### Minor Changes

- [#91](https://github.com/NullVoxPopuli/ember-addon-migrator/pull/91) [`668c903`](https://github.com/NullVoxPopuli/ember-addon-migrator/commit/668c9039abff5beaa8dec45bd4a866498e2e13af) Thanks [@simonihmig](https://github.com/simonihmig)! - Add `--exclude-tests`` to support two-phased migration

With this flag added, you can migrate an existing v1 addon with a previously extracted test-app. This lets you you can apply a migration in two phases:

1. `npx ember-addon-migrator extract-tests`
2. `npx ember-addon-migrator --exclude-tests`

## 2.5.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.5.0",
"version": "2.6.0",
"type": "module",
"license": "MIT",
"author": "NullVoxPopuli",
Expand Down

0 comments on commit 062557b

Please sign in to comment.