Skip to content

Commit

Permalink
release: v1.7.6 (#330)
Browse files Browse the repository at this point in the history
## [1.7.6] (Aug 7, 2024)
### Fix:
- Added a root element to the full-screen component for the modal to
avoid crashes when clicking feedback.
- Fixed the carousel index calculation.

### Chore:
- Updated disconnect WS timeout to 1 minute.
- Updated Sendbird banner link attributes.

---------

Co-authored-by: sendbird-sdk-deployment <[email protected]>
  • Loading branch information
bang9 and sendbird-sdk-deployment authored Aug 7, 2024
1 parent ea75707 commit 98c8b4c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.6] (Aug 7, 2024)
### Fix:
- Added a root element to the full-screen component for the modal to avoid crashes when clicking feedback.
- Fixed the carousel index calculation.

### Chore:
- Updated disconnect WS timeout to 1 minute.
- Updated Sendbird banner link attributes.

## [1.7.5] (Aug 1, 2024)
### Fix:
- Fixed a bug where directly managing the widget open state caused a disconnection after 3 minutes and prevented reconnection.
Expand Down
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.7.5",
"version": "1.7.6",
"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
2 changes: 1 addition & 1 deletion packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "1.7.5",
"@sendbird/chat-ai-widget": "1.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@npm:1.7.5, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.7.6, @sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down Expand Up @@ -15572,7 +15572,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "self-service@workspace:packages/self-service"
dependencies:
"@sendbird/chat-ai-widget": "npm:1.7.5"
"@sendbird/chat-ai-widget": "npm:1.7.6"
"@types/react": "npm:^18.0.37"
"@types/react-dom": "npm:^18.0.11"
"@vitejs/plugin-react": "npm:^4.2.1"
Expand Down

0 comments on commit 98c8b4c

Please sign in to comment.