Skip to content

Commit

Permalink
Merge pull request #71 from hang-log-design-system/feature/#23
Browse files Browse the repository at this point in the history
npm v1.1.8 배포
  • Loading branch information
dladncks1217 authored Jul 14, 2023
2 parents 1a2d37b + a343640 commit 4cc3142
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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-ygpewlkyzv.chromatic.com/)
- [Storybook](https://64ae1170f3ddc89ef85a4950-ilhsbvhemf.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.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hang-log-design-system",
"version": "1.1.6",
"version": "1.1.8",
"description": "행록 디자인 시스템",
"homepage": "https://github.com/hang-log-design-system/design-system",
"main": "dist/index.js",
Expand All @@ -27,12 +27,12 @@
"typescript",
"library"
],
"author": {
"name": "Ashley Heo",
"email": "[email protected]",
"url": "https://github.com/ashleysyheo"
},
"contributors": [
{
"name": "Ashley Heo",
"email": "[email protected]",
"url": "https://github.com/ashleysyheo"
},
{
"name": "Woochan Lim",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions src/stories/Tabs.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import useSelect from '@/hooks/useSelect';
import SearchIcon from '@assets/svg/search-icon.svg';
import { containerStyle, informationStyle } from '@stories/styles';
import type { Meta, StoryObj } from '@storybook/react';

import useSelect from '@hooks/useSelect';

import Tab from '@components/Tab/Tab';
import Tabs from '@components/Tabs/Tabs';

Expand Down

0 comments on commit 4cc3142

Please sign in to comment.