Skip to content

Commit

Permalink
docs: added DST version (#3681)
Browse files Browse the repository at this point in the history
* docs: added DST version

* Update package.json

* Update package.json

* Update README.md

* Update README.md
  • Loading branch information
mfranzke authored Jan 17, 2025
1 parent 8d17917 commit 679c338
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# DB UI Mono (Beta) 🚂💖

![Part of DB UX Design System Core](https://img.shields.io/badge/Part%20of-DB%20UX%20Design%20System%20Core-d7dce1.svg)
![Part of DB UX Design System (Version 3)](https://img.shields.io/badge/Part%20of-DB%20UX%20Design%20System%20v3-d7dce1.svg)
![Main pipeline](https://github.com/db-ui/mono/actions/workflows/default.yml/badge.svg)
![Apache 2.0 license badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down Expand Up @@ -36,7 +36,7 @@ designers, and content authors build, maintain, and scale best of class digital

Install your preferred package via npm or yarn e.g. `npm i @db-ui/react-components`.

Afterwards you need to add the specific CSS or SCSS files to provide the styles of DB UX Design System.
Afterwards you need to add the specific CSS or SCSS files to provide the styles of DB UX Design System (Version 3).
For a detailed overview look at our [examples](https://github.com/db-ui/examples).

## Components
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@db-ui/docs",
"version": "0.0.0",
"type": "module",
"description": "Docs folder for DB UX Design System Core.",
"description": "Docs folder for DB UX Design System (Version 3).",
"repository": {
"type": "git",
"url": "https://github.com/db-ui/mono.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/db-ui/mono.git"
},
"author": "General technical components out of DB UX Design System",
"author": "General technical components out of DB UX Design System (Version 3)",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@db-ui/foundations",
"version": "0.0.0",
"type": "module",
"description": "Provides basic tokens and assets based on DB UX Design System Core.",
"description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
"repository": {
"type": "git",
"url": "https://github.com/db-ui/mono.git"
Expand Down

0 comments on commit 679c338

Please sign in to comment.