Skip to content

Commit

Permalink
fix(js): update migration to point to 15.8.0 instead of 15.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Feb 27, 2023
1 parent 0f313e5 commit fba4070
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
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

0 comments on commit fba4070

Please sign in to comment.