Skip to content

Commit

Permalink
Merge pull request #38 from hang-log-design-system/feature/#23
Browse files Browse the repository at this point in the history
npm 배포 v1.1.1
  • Loading branch information
ashleysyheo authored Jul 13, 2023
2 parents db191c8 + 63a18c7 commit 0079197
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.0",
"version": "1.1.1",
"description": "행록 디자인 시스템",
"homepage": "https://github.com/hang-log-design-system/design-system",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import Toast from '@components/Toast/Toast';
import Toggle from '@components/Toggle/Toggle';
import ToggleGroup from '@components/ToggleGroup/ToggleGroup';

import { Theme } from '@styles/Theme';

export {
HangLogProvider,
useCalendar,
Expand Down Expand Up @@ -72,4 +74,5 @@ export {
Toast,
Toggle,
ToggleGroup,
Theme,
};

0 comments on commit 0079197

Please sign in to comment.