Skip to content

Commit

Permalink
chore: 0.4.6 버저닝 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Mar 15, 2024
1 parent 5a7faac commit 8c4e08a
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 724 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,7 +1,7 @@
{
"name": "concept-be-design-system",
"description": "컨셉비 디자인 시스템",
"version": "0.4.5",
"version": "0.4.6",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';

import { Spacer } from '.';
import { Button, Spacer } from '.';
import Child from './Child';
import CheckboxContainer from './components/CheckboxContainer/CheckboxContainer';
import Dropdown from './components/Dropdown/Dropdown';
Expand Down Expand Up @@ -149,6 +149,8 @@ const App = () => {
))}
</Dropdown>

<Button>버튼 테스트</Button>

<CheckboxContainer
label="가입 목적"
checkboxKey="goal"
Expand Down
Loading

0 comments on commit 8c4e08a

Please sign in to comment.