From 335433f426a630a8fc74bceb27165b22793c75f7 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:53:02 +0200 Subject: [PATCH] Update v0.3.x-to-v0.4.x.md --- docs/migration/v0.3.x-to-v0.4.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9670ec51b39..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@v0.4 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.