|
1 | 1 | { |
2 | 2 | "migrations": [ |
3 | 3 | { |
4 | | - "version": "22.0.0-beta.1", |
5 | | - "description": "Updates release version config based on the breaking changes in Nx v22", |
6 | | - "implementation": "./src/migrations/update-22-0-0/release-version-config-changes", |
| 4 | + "cli": "nx", |
| 5 | + "version": "22.1.0-beta.5", |
| 6 | + "description": "Updates the nx wrapper.", |
| 7 | + "implementation": "./src/migrations/update-22-1-0/update-nx-wrapper", |
7 | 8 | "package": "nx", |
8 | | - "name": "22-0-0-release-version-config-changes" |
| 9 | + "name": "22-1-0-update-nx-wrapper" |
9 | 10 | }, |
10 | 11 | { |
11 | | - "version": "22.0.0-beta.2", |
12 | | - "description": "Consolidates releaseTag* options into nested releaseTag object structure", |
13 | | - "implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config", |
14 | | - "package": "nx", |
15 | | - "name": "22-0-0-consolidate-release-tag-config" |
16 | | - }, |
17 | | - { |
18 | | - "version": "22.0.0-beta.0", |
19 | | - "description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.", |
20 | | - "factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors", |
| 12 | + "version": "22.1.0-rc.1", |
| 13 | + "description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.", |
| 14 | + "factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references", |
21 | 15 | "package": "@nx/js", |
22 | | - "name": "remove-external-options-from-js-executors" |
| 16 | + "name": "remove-redundant-ts-project-references" |
23 | 17 | } |
24 | 18 | ] |
25 | 19 | } |
0 commit comments