Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
update migration table to include v11 and deprecate v9
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jun 15, 2021
1 parent bc41b96 commit bccd431
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ Runs tests using [Karma](https://karma-runner.github.io) defaulting to Chrome St

State | Major Version | Last Minor Release | Migration guide |
:---: | :---: | :---: | :---:
✨ active | 10 | N/A | [migrate to v10](MIGRATION.md#migrating-from-v9-to-v10) |
⚠ maintained | 9 | 9.0 | [migrate to v9](MIGRATION.md#migrating-from-v8-to-v9) |
✨ active | 11 | N/A | [migrate to v10](MIGRATION.md#migrating-from-v10-to-v11) |
⚠ maintained | 10 | N/A | [migrate to v10](MIGRATION.md#migrating-from-v9-to-v10) |
╳ deprecated | 9 | 9.0 | [migrate to v9](MIGRATION.md#migrating-from-v8-to-v9) |
╳ deprecated | 8 | 8.2 | [migrate to v8](MIGRATION.md#migrating-from-v7-to-v8) |
╳ deprecated | 7 | 7.14 | [migrate to v7](MIGRATION.md#migrating-from-v6-to-v7) |
╳ deprecated | 6 | 6.2 | [migrate to v6](MIGRATION.md#migrating-from-v5-to-v6) |
Expand Down

0 comments on commit bccd431

Please sign in to comment.