Skip to content

Commit

Permalink
fix: document is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Mar 21, 2024
1 parent ccb9f2a commit abed602
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jala-banyu/alert

## 1.1.4

### Patch Changes

- fix alert document is not defined

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jala-banyu/alert",
"version": "1.1.3",
"version": "1.1.4",
"description": "Alert is a notification that typically appears as a small popup with text, an image, or a button.",
"keywords": [
"alert"
Expand Down
9 changes: 9 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @jala-banyu/react

## 1.2.1

### Patch Changes

- fix alert document is not defined

- Updated dependencies []:
- @jala-banyu/alert@1.1.4

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 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.2.0",
"version": "1.2.1",
"description": "Banyu core React UI library",
"author": "Muhammad Amien <[email protected]>",
"homepage": "#",
Expand Down

0 comments on commit abed602

Please sign in to comment.