Skip to content

Commit bf3281c

Browse files
committed
chore: 1.0.1 version up
1 parent 6905681 commit bf3281c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddingdong-design-system",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"keywords": [
66
"react",

src/shared/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export { Flex } from './ui/Flex';
1111
export { Icon } from './ui/Icon';
1212
export { IconButton } from './ui/IconButton';
1313
export { Input } from './ui/Input/Input';
14+
export { ImageGallery } from './ui/ImageGallery';
1415
export { Modal } from './ui/Modal';
16+
export { MediaUpload } from './ui/MediaUpload';
1517
export { NavBack } from './ui/NavBack';
1618
export { Pagination } from './ui/Pagination';
1719
export { Portal } from './ui/Portal';

0 commit comments

Comments
 (0)