Skip to content

Commit

Permalink
release/v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 11, 2024
1 parent 20dafbc commit 6a385a5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.9.1] (Dec 11, 2024)
### Feat:
- Added support for wider range of markdown syntaxes

## [1.9.0] (Nov 27, 2024)
### Feat:
- Added supports for RTL layout.
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.9.0",
"version": "1.9.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
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.9.0, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.9.0":
version: 1.9.0
resolution: "@sendbird/chat-ai-widget@npm:1.9.0"
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/b79cc3d301c6570a3a0de5e2f94c398d2747cb267cd1364c7863def74d7a5147adbcfd1eae508ed056199613700cff6cb067b94b64c84b0b2df2dcc3adb747f5
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 6a385a5

Please sign in to comment.