Skip to content

Commit

Permalink
Merge branch 'fix-migration-tool' of https://github.com/db-ui/mono in…
Browse files Browse the repository at this point in the history
…to fix-migration-tool
  • Loading branch information
mfranzke committed Dec 11, 2024
2 parents a79f6d4 + 06a9dc7 commit c0125fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/v0.5.x-to-v0.6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We changed some properties for components to align with Figma properties:

## Automate migration via CLI

We provide a cli tool to auto migrate your source code. Use this command in your repository:
We provide a cli tool to auto migrate your source code (except for `content` to `text` attribute on `Accordion-Item`). Use this command in your repository:

```shell
npx @db-ui/migration --type=v005_v006 --src=./src
Expand Down

0 comments on commit c0125fe

Please sign in to comment.