Skip to content

Commit

Permalink
fix(core): move removing roots migration to 14.0.6 (#10066)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 29, 2022
1 parent d5877a9 commit 8f5a826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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"
}
}
}

1 comment on commit 8f5a826

@vercel
Copy link

@vercel vercel bot commented on 8f5a826 Apr 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.