Skip to content

Commit

Permalink
Merge branch 'develop' into test/AC-4068-snapshot-tests-send-user-mes…
Browse files Browse the repository at this point in the history
…sage
  • Loading branch information
liamcho authored Nov 13, 2024
2 parents cdd3db0 + 708b278 commit 5671e9d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.8.6] (Nov 11, 2024)
### Feat:
- Added `localCacheEnabled` flag to control the use of local cache in the Chat SDK.

### Fix:
- Use `disconnectWebsocket` instead of `disconnect` (applied changes from PR #1219)
- Prevent changes to the theme if it has already been added by other logic.

## [1.8.5] (Oct 29, 2024)
### Chore:
- Added bot profile style for the favicon from onboarding
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.8.5",
"version": "1.8.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.8.5",
"@sendbird/chat-ai-widget": "1.8.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 @@ -3270,7 +3270,7 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@npm:1.8.5, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.8.6, @sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down Expand Up @@ -16021,7 +16021,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "self-service@workspace:packages/self-service"
dependencies:
"@sendbird/chat-ai-widget": "npm:1.8.5"
"@sendbird/chat-ai-widget": "npm:1.8.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 5671e9d

Please sign in to comment.