diff --git a/docs/migration/v0.2.x-to-v0.3.x.md b/docs/migration/v0.2.x-to-v0.3.x.md index 117fb6ebce3..a1ad5d287bc 100644 --- a/docs/migration/v0.2.x-to-v0.3.x.md +++ b/docs/migration/v0.2.x-to-v0.3.x.md @@ -25,5 +25,5 @@ We refactored our colors which might add some breaking changes to current projec We provide a cli tool to auto migrate your source code. Use this command in your repository: ```shell -npx @db-ui/foundations migration --src=./src +npx @db-ui/foundations@v0.3 migration --src=./src ``` diff --git a/docs/migration/v0.3.x-to-v0.4.x.md b/docs/migration/v0.3.x-to-v0.4.x.md index 56fc8c3acf2..bd835a811f4 100644 --- a/docs/migration/v0.3.x-to-v0.4.x.md +++ b/docs/migration/v0.3.x-to-v0.4.x.md @@ -30,7 +30,7 @@ We refactored our icons which might add some breaking changes to current project We provide a cli tool to auto migrate your source code. Use this command in your repository: ```shell -npx @db-ui/foundations migration --src=./src +npx @db-ui/foundations@v0.4 migration --type=icon --src=./src ``` Please check the changes made in your codebase afterwards, as this is mainly a simple search & replace and there might be unexpected changes of similar wordings to our icon names for any other methods, or further code occurrences that don't even refer to icons.