Skip to content

Commit

Permalink
fix(js): update migration to point to 15.8.0 instead of 15.8.1 (#15303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Feb 27, 2023
1 parent 7668b7f commit 430afe3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/js/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"rename-swcrc-config": {
"cli": "nx",
"version": "15.8.1-beta.0",
"version": "15.8.0-beta.0",
"description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace",
"factory": "./src/migrations/update-15-8-1/rename-swcrc-config"
"factory": "./src/migrations/update-15-8-0/rename-swcrc-config"
}
},
"packageJsonUpdates": {
Expand Down

1 comment on commit 430afe3

@vercel
Copy link

@vercel vercel bot commented on 430afe3 Feb 27, 2023

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-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.