Skip to content

Commit

Permalink
v.1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzkituan committed Apr 21, 2024
1 parent 887c01e commit 6beee78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export * from "./components/box/box";
export * from "./components/box/box.types";
export * from "./components/button/button";
export * from "./components/button/button.types";
export * from "./components/icon-button/icon-button";
export * from "./components/icon-button/icon-button.types";
// export * from "./components/calendar/calendar";
// export * from "./components/calendar/calendar.types";
export * from "./components/center/center";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeni-ui",
"private": false,
"version": "1.2.18-beta",
"version": "1.2.19-beta",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 6beee78

Please sign in to comment.