Skip to content

Commit

Permalink
chore: release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Mar 8, 2024
1 parent a636e94 commit 7a96230
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## [v1.2.3] (Mar 4 2024)
## [v1.3.1] (Mar 8 2024)
#### Fix:
- Hide unused button icons
- Removed inherited margin and background-color from global CSS in the form
- Fixed a scroll issue in safari browser
- Added z-index to mobile container

## [Internal] [v1.3.0]

## [v1.2.5] (Mar 5 2024)
#### Chore:
- Internal change

## [Deprecated] [v1.2.4]

## [Deprecated] [v1.2.3]

## [v1.2.2] (Mar 4 2024)
#### Feat:
- Reduced initial loading time:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.2.5",
"version": "1.3.1",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 7a96230

Please sign in to comment.