Skip to content

Commit

Permalink
refactor: capitalization rules (#3591)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mfranzke authored Dec 11, 2024
1 parent 83fabe7 commit d7a710f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/migration/v0.2.x-to-v0.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/migration/v0.3.x-to-v0.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 (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
Expand Down
2 changes: 1 addition & 1 deletion scripts/rebuild-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit d7a710f

Please sign in to comment.