From 06a9dc7eeaaa2828753aab059d11eeaf72e4805d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:02:40 +0100 Subject: [PATCH] Update v0.5.x-to-v0.6.x.md --- docs/migration/v0.5.x-to-v0.6.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/v0.5.x-to-v0.6.x.md b/docs/migration/v0.5.x-to-v0.6.x.md index 8535b5b907a..72216124321 100644 --- a/docs/migration/v0.5.x-to-v0.6.x.md +++ b/docs/migration/v0.5.x-to-v0.6.x.md @@ -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