Skip to content

Commit

Permalink
chore: release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 27, 2024
1 parent b7d9007 commit 966000c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.9.0] (Nov 27, 2024)
### Feat:
- Added supports for RTL layout.
- Added `dir` prop for layout direction management.

## [1.8.6] (Nov 11, 2024)
### Feat:
- Added `localCacheEnabled` flag to control the use of local cache in the Chat SDK.
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.6",
"version": "1.9.0",
"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 @@ -3270,7 +3270,23 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@npm:1.8.6, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.8.6":
version: 1.8.6
resolution: "@sendbird/chat-ai-widget@npm:1.8.6"
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/3c925876eef8568b62d2a526b8fffa1af3ae91efd70b9528bbdc9e7773b60813aa2ea37cd13872fc0127d34925630bff22a939e8c462f4d825eafd92e0ae1d7b
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 966000c

Please sign in to comment.