diff --git a/packages/nx/migrations.json b/packages/nx/migrations.json index 26a2fc578a6a7..da1e1a3474a3d 100644 --- a/packages/nx/migrations.json +++ b/packages/nx/migrations.json @@ -1,10 +1,10 @@ { "generators": { - "14-0-4-remove-root": { + "14-0-6-remove-root": { "cli": "nx", - "version": "14.0.4", + "version": "14.0.6", "description": "Remove root property from project.json files", - "factory": "./src/migrations/update-14-0-4/remove-roots" + "factory": "./src/migrations/update-14-0-6/remove-roots" } } } diff --git a/packages/nx/src/migrations/update-14-0-4/remove-roots.spec.ts b/packages/nx/src/migrations/update-14-0-6/remove-roots.spec.ts similarity index 100% rename from packages/nx/src/migrations/update-14-0-4/remove-roots.spec.ts rename to packages/nx/src/migrations/update-14-0-6/remove-roots.spec.ts diff --git a/packages/nx/src/migrations/update-14-0-4/remove-roots.ts b/packages/nx/src/migrations/update-14-0-6/remove-roots.ts similarity index 100% rename from packages/nx/src/migrations/update-14-0-4/remove-roots.ts rename to packages/nx/src/migrations/update-14-0-6/remove-roots.ts