From e0a02202e4e4f7987d8865cd722404a266fe9f09 Mon Sep 17 00:00:00 2001 From: SangYeob Yu Date: Tue, 3 Sep 2024 11:08:30 +0900 Subject: [PATCH] chore: version bump --- packages/design-system-icons/CHANGELOG.md | 21 +++++++++++++++++++++ packages/design-system-icons/README.md | 8 ++++---- packages/design-system-icons/package.json | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/packages/design-system-icons/CHANGELOG.md b/packages/design-system-icons/CHANGELOG.md index 33d6f709..ef087a47 100644 --- a/packages/design-system-icons/CHANGELOG.md +++ b/packages/design-system-icons/CHANGELOG.md @@ -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 diff --git a/packages/design-system-icons/README.md b/packages/design-system-icons/README.md index 783dbe6c..14ebcf5d 100644 --- a/packages/design-system-icons/README.md +++ b/packages/design-system-icons/README.md @@ -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). - `` tag must not have any dimensions(width, height) to support `fontSize` props. - Any elements inside `` (like ``) 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. diff --git a/packages/design-system-icons/package.json b/packages/design-system-icons/package.json index 73e27128..ef6804cd 100644 --- a/packages/design-system-icons/package.json +++ b/packages/design-system-icons/package.json @@ -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",