Skip to content

Commit

Permalink
Merge pull request #3261 from db-ui/docs-migration-pin-foundations-ve…
Browse files Browse the repository at this point in the history
…rsion

docs(migration): pin foundations version
  • Loading branch information
mfranzke authored Sep 30, 2024
2 parents 6bbff1b + 335433f commit cdba671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -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
```
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 @@ -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 --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.

0 comments on commit cdba671

Please sign in to comment.