Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deminoth committed Sep 3, 2024
1 parent bf13ac5 commit e0a0220
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions packages/design-system-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2024-09-03

### Added

- Bar Graph Horizontal
- Bar Graph Vertical
- Comparison
- Line Graph T1
- Line Graph T2
- Lung Left T1
- Lung Left T2
- Lung Right T1
- Lung Right T2
- Monitoring AI
- Monitoring System
- Monitoring Task
- Monitoring Trend
- Pause T3
- Play T2
- User Management

## [2.0.0] - 2024-04-18

### Breaking changes
Expand Down
8 changes: 4 additions & 4 deletions packages/design-system-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ https://design-system-icons.d.lunit.io/

### Figma

Lunit Design System Figma: https://www.figma.com/file/l2f0f9phsDwoz4sRr9kYXx/Lunit_Foundation?node-id=12135%3A6326&t=UkUMrZ7Wwkj92Wy6-1
Lunit Icons Figma: https://www.figma.com/design/tlomwt8dT0GWikKqzYH7TO/Lunit_Icons_v2.0.0?node-id=12135-6066

You can multi-select icons to export with [Select Layers plugin](https://www.figma.com/community/plugin/799648692768237063/Select-Layers).

You need [SVG Export plugin](https://www.figma.com/community/plugin/814345141907543603/SVG-Export) to export SVGs with proper settings.
You can use [SVG Export plugin](https://www.figma.com/community/plugin/814345141907543603/SVG-Export) to export SVGs with proper settings( `Monochrome` preset will fulfill it).

- `<svg>` tag must not have any dimensions(width, height) to support `fontSize` props.
- Any elements inside `<svg>` (like `<path>`) must not have own `fill` to support `color` props.

`twotone` is not supported currently.

### Build & Publish

At repository root, the `nx build @lunit/design-system-icons` command generates components and stores them in `generated/**/index.tsx` files. These files are then used as entry points by Webpack.
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunit/design-system-icons",
"version": "2.0.0",
"version": "2.1.0",
"description": "Icons for Lunit design system",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit e0a0220

Please sign in to comment.