From 231c04de981f8a3688b31c8a09c8dcf0b38f9879 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:02:41 +0200 Subject: [PATCH 1/3] docs(migration): pin foundations version Resolves https://github.com/db-ui/mono/issues/3260 --- docs/migration/v0.2.x-to-v0.3.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` From 59e85ba768e7b66265661267c4b962ac30fd5c7f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:29:14 +0200 Subject: [PATCH 2/3] 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 56fc8c3acf2..9670ec51b39 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 --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. 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 3/3] 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.