Skip to content

Commit

Permalink
Update v0.3.x-to-v0.4.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 30, 2024
1 parent 59e85ba commit 335433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/v0.3.x-to-v0.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] migration --src=./src
npx @db-ui/[email protected] 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.

0 comments on commit 335433f

Please sign in to comment.