Skip to content

Commit

Permalink
Merge pull request #45 from hang-log-design-system/feature/#23
Browse files Browse the repository at this point in the history
npm 배포 v1.1.2
  • Loading branch information
ashleysyheo authored Jul 13, 2023
2 parents 42433e6 + 78ee71d commit fae5e86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function App() {

## Links

- [Storybook](https://64ae1170f3ddc89ef85a4950-ccucstqsum.chromatic.com)
- [Storybook](https://64ae1170f3ddc89ef85a4950-ygpewlkyzv.chromatic.com/)
- [Figma](https://www.figma.com/file/rJUqeL7LUnJjCPQNmQ3BZc/design-system?type=design&node-id=1%3A2854&mode=design&t=nVD5D8xFhO9Dkg6g-1)

## Contributors
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hang-log-design-system",
"version": "1.1.1",
"version": "1.1.2",
"description": "행록 디자인 시스템",
"homepage": "https://github.com/hang-log-design-system/design-system",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import RadioButton from '@components/RadioButton/RadioButton';
import Select from '@components/Select/Select';
import Skeleton from '@components/Skeleton/Skeleton';
import Spinner from '@components/Spinner/Spinner';
import StarRating from '@components/StarRatingInput/StarRatingInput';
import StarRatingInput from '@components/StarRatingInput/StarRatingInput';
import SupportingText from '@components/SupportingText/SupportingText';
import Tab from '@components/Tab/Tab';
import Tabs from '@components/Tabs/Tabs';
Expand Down Expand Up @@ -65,7 +65,7 @@ export {
Select,
Skeleton,
Spinner,
StarRating,
StarRatingInput,
SupportingText,
Tab,
Tabs,
Expand Down

0 comments on commit fae5e86

Please sign in to comment.