From d7a710f65df443786aaf6b982d5b2544fc9286ec Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:47:55 +0100 Subject: [PATCH] refactor: capitalization rules (#3591) * refactor: capitalization rules * Update rebuild-e2e.js * Update README.md * Update v0.3.x-to-v0.4.x.md * Update v0.2.x-to-v0.3.x.md --- docs/migration/v0.2.x-to-v0.3.x.md | 2 +- docs/migration/v0.3.x-to-v0.4.x.md | 2 +- docs/migration/v0.5.x-to-v0.6.x.md | 2 +- scripts/rebuild-e2e.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 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 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 72216124321..0d3a88d4a7b 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 (except for `content` to `text` attribute on `Accordion-Item`). 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 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 = () => {