Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): moved 13.9.0 migrations to 13.8.5 #9184

Merged
merged 1 commit into from Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/js/migrations.json
Expand Up @@ -2,9 +2,9 @@
"generators": {
"update-node-executor": {
"cli": "nx",
"version": "13.9.0-beta.1",
"version": "13.8.5-beta.1",
"description": "Renames @nrwl/js:node to @nrwl/node:node",
"factory": "./src/migrations/update-13-9-0/update-node-executor"
"factory": "./src/migrations/update-13-8-5/update-node-executor"
}
},
"packageJsonUpdates": {}
Expand Down
12 changes: 6 additions & 6 deletions packages/node/migrations.json
Expand Up @@ -18,21 +18,21 @@
},
"rename-build-to-webpack": {
"cli": "nx",
"version": "13.9.0-beta.1",
"version": "13.8.5-beta.1",
"description": "Renames @nrwl/node:build to @nrwl/node:webpack",
"factory": "./src/migrations/update-13-9-0/rename-build-to-webpack"
"factory": "./src/migrations/update-13-8-5/rename-build-to-webpack"
},
"rename-execute-to-node": {
"cli": "nx",
"version": "13.9.0-beta.1",
"version": "13.8.5-beta.1",
"description": "Renames @nrwl/node:execute to @nrwl/node:node",
"factory": "./src/migrations/update-13-9-0/rename-execute-to-node"
"factory": "./src/migrations/update-13-8-5/rename-execute-to-node"
},
"update-package-to-tsc": {
"cli": "nx",
"version": "13.9.0-beta.1",
"version": "13.8.5-beta.1",
"description": "Renames @nrwl/node:package to @nrwl/js:tsc",
"factory": "./src/migrations/update-13-9-0/update-package-to-tsc"
"factory": "./src/migrations/update-13-8-5/update-package-to-tsc"
}
}
}