Skip to content

Commit 063f12f

Browse files
authored
Merge pull request #84 from channel-io/exp
v0.2.2
2 parents 254c2b5 + db4f745 commit 063f12f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Design System by Channel",
55
"repository": {
66
"type": "git",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export * from './components/Icon'
44
export * from './components/Switch'
55
export * from './components/Text'
66
export * from './components/Radio'
7+
export * from './components/Checkbox'
78

89
/* Layout */
910
export * from './layout/GNB'

0 commit comments

Comments
 (0)