{ "migrations": [ { "version": "12.5.0-beta.1", "description": "Rename the workspace-schematic script into workspace-generator script", "factory": "./src/migrations/update-12-5-0/add-target-dependencies", "cli": "nx", "package": "@nrwl/workspace", "name": "add-target-dependencies" }, { "version": "13.0.0-beta.1", "description": "Add default base to nx.json if its not currently set", "factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set", "cli": "nx", "package": "@nrwl/workspace", "name": "set-default-base-if-not-set" }, { "version": "13.0.0-beta.4", "description": "Move global settings into nx.json, and project specific settings into workspace.json", "cli": "nx", "implementation": "./src/migrations/update-13-0-0/config-locations/config-locations", "package": "@nrwl/workspace", "name": "13-0-0-config-locations" }, { "version": "13.2.0", "description": "Set --parallel=1 for existing repos to preserve the existing behavior", "cli": "nx", "implementation": "./src/migrations/update-13-2-0/set-parallel-default", "package": "@nrwl/workspace", "name": "set-parallel-default" }, { "version": "13.3.0-beta.0", "description": "@nrwl/workspace:tsc is now @nrwl/js:tsc", "cli": "nx", "implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location", "package": "@nrwl/workspace", "name": "13-3-0-tsc-location" }, { "version": "13.6.0-beta.0", "description": "Remove old options that are no longer used", "cli": "nx", "implementation": "./src/migrations/update-13-6-0/remove-old-task-runner-options", "package": "@nrwl/workspace", "name": "13-6-0-remove-old-task-runner-options" }, { "version": "13.4.6-beta.1", "cli": "nx", "description": "Add projectBuildConfig option to project's Storybook config.", "factory": "./src/migrations/update-13-4-6/set-project-build-config", "package": "@nrwl/storybook", "name": "update-13.4.6" } ] }