Skip to content

Commit

Permalink
fix: popover
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Mar 12, 2024
1 parent 8823053 commit ad61cfc
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/components/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @jala-banyu/pagination

## 1.1.4

### Patch Changes

- Updated dependencies []:
- @jala-banyu/select@1.2.4

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/pagination",
"version": "1.1.3",
"version": "1.1.4",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jala-banyu/popover

## 3.1.2

### Patch Changes

- fix popover

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/popover",
"version": "3.1.1",
"version": "3.1.2",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @jala-banyu/select

## 1.2.4

### Patch Changes

- Updated dependencies []:
- @jala-banyu/popover@3.1.2

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/select",
"version": "1.2.3",
"version": "1.2.4",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @jala-banyu/table

## 1.0.4

### Patch Changes

- Updated dependencies []:
- @jala-banyu/select@1.2.4

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/table",
"version": "1.0.3",
"version": "1.0.4",
"description": "Tables are used to display tabular data using rows and columns.",
"keywords": [
"table"
Expand Down
12 changes: 12 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @jala-banyu/react

## 1.1.4

### Patch Changes

- fix popover

- Updated dependencies []:
- @jala-banyu/popover@3.1.2
- @jala-banyu/select@1.2.4
- @jala-banyu/pagination@1.1.4
- @jala-banyu/table@1.0.4

## 1.1.3

### 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.3",
"version": "1.1.4",
"description": "Banyu core React UI library",
"author": "Muhammad Amien <[email protected]>",
"homepage": "#",
Expand Down Expand Up @@ -70,6 +70,7 @@
"@jala-banyu/alert": "workspace: *",
"@jala-banyu/pagination": "workspace: *",
"@jala-banyu/checkbox": "workspace: *",
"@jala-banyu/table": "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 @@ -34,6 +34,7 @@ export * from "@jala-banyu/progress";
export * from "@jala-banyu/alert";
export * from "@jala-banyu/pagination";
export * from "@jala-banyu/checkbox";
export * from "@jala-banyu/table";
/**
* 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 ad61cfc

Please sign in to comment.