Skip to content

Commit

Permalink
fix: checkbox component not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Mar 12, 2024
1 parent e5db678 commit bec8344
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jala-banyu/react

## 1.1.3

### Patch Changes

- fix checkbox component not exported

## 1.1.2

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/react",
"version": "1.1.2",
"version": "1.1.3",
"description": "Banyu core React UI library",
"author": "Muhammad Amien <[email protected]>",
"homepage": "#",
Expand Down Expand Up @@ -69,6 +69,7 @@
"@jala-banyu/progress": "workspace: *",
"@jala-banyu/alert": "workspace: *",
"@jala-banyu/pagination": "workspace: *",
"@jala-banyu/checkbox": "workspace: *",
"@react-aria/visually-hidden": "^3.8.6"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export * from "@jala-banyu/select";
export * from "@jala-banyu/progress";
export * from "@jala-banyu/alert";
export * from "@jala-banyu/pagination";
export * from "@jala-banyu/checkbox";
/**
* React Aria - Exports
*/
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bec8344

Please sign in to comment.