From edd184cbdb6ff04c50715fb34a3be4e77a6dbd28 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:16:49 +0100 Subject: [PATCH 1/5] refactor: capitalization rules --- 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 da206f41d3b..9e8a7db2fd6 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. Use this command in your repository: ```shell npx @db-ui/foundations@v0.6 migration --type=v005_v006 --src=./src From 2fc1b2d2e273a1cb0aa3b0cf29e61849cd1fe58f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:17:45 +0100 Subject: [PATCH 2/5] Update rebuild-e2e.js --- scripts/rebuild-e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild-e2e.js b/scripts/rebuild-e2e.js index 3093540d930..fa744f728f7 100644 --- a/scripts/rebuild-e2e.js +++ b/scripts/rebuild-e2e.js @@ -3,7 +3,7 @@ import { spawnSync } from 'node:child_process'; /** * Simple script to run docker-compose with the correct playwright version - * Need this script because npm under windows uses cmd which is unable to use variables in a cli like $version + * Need this script because npm under windows uses cmd which is unable to use variables in a CLI like $version */ const rebuildE2e = () => { From 10f9bbb2a589c066223cd35ef362f9b33ff85fff Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:20:17 +0100 Subject: [PATCH 3/5] Update README.md --- packages/foundations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foundations/README.md b/packages/foundations/README.md index 86062325f5c..3e5effb9e25 100644 --- a/packages/foundations/README.md +++ b/packages/foundations/README.md @@ -306,7 +306,7 @@ If you want to optimize the size of the loaded styles, you might skip loading `@ ## Migration -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. Use this command in your repository: ```shell npx @db-ui/foundations migration --src=./src From a6a83f7f5cf3403e8557cfdf4247abcc99e148ea Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:21:09 +0100 Subject: [PATCH 4/5] 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 bd835a811f4..4f14d2e2c06 100644 --- a/docs/migration/v0.3.x-to-v0.4.x.md +++ b/docs/migration/v0.3.x-to-v0.4.x.md @@ -27,7 +27,7 @@ We refactored our icons which might add some breaking changes to current project ## 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. Use this command in your repository: ```shell npx @db-ui/foundations@v0.4 migration --type=icon --src=./src From e65f1f66630ac19078c4ff342281f35cb3733b85 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:21:26 +0100 Subject: [PATCH 5/5] Update v0.2.x-to-v0.3.x.md --- 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 a1ad5d287bc..8130c6fa3b6 100644 --- a/docs/migration/v0.2.x-to-v0.3.x.md +++ b/docs/migration/v0.2.x-to-v0.3.x.md @@ -22,7 +22,7 @@ We refactored our colors which might add some breaking changes to current projec ## 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. Use this command in your repository: ```shell npx @db-ui/foundations@v0.3 migration --src=./src