Skip to content

Commit

Permalink
chore: release v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 11, 2024
1 parent e0dd61a commit dee88ef
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,23 @@ __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.5":
version: 1.8.5
resolution: "@sendbird/chat-ai-widget@npm:1.8.5"
dependencies:
styled-components: "npm:^5.3.11"
peerDependencies:
date-fns: ^3.6.0
react: ^16.8.6 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.6 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
date-fns:
optional: true
checksum: 10c0/f003f1c539618643b29d8c3ea1ff43231b0f187bcc798870297c26d6ef811501d2b36dc3f9adb96c8016679dbf7274582d47635903983fc34cba998e885ccc4c
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down

0 comments on commit dee88ef

Please sign in to comment.