Skip to content

Commit

Permalink
chore: release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 10, 2024
1 parent ff5b29c commit 69eb1d0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.8.3] (Oct 10, 2024)
### Feat:
- Added stack direction to message list and set as bottom
- Added pending & failed icon to sent messages

### Chore:
- Added service name to playground
- Added utm source to banner link

## [1.8.2] (Sep 19, 2024)
### Fix:
- Removed CSS styles that could potentially affect the client's website
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.2",
"version": "1.8.3",
"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.2, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.8.2":
version: 1.8.2
resolution: "@sendbird/chat-ai-widget@npm:1.8.2"
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/f1104777e9938293730b030a820b6e26207ce9db554a7b400a451bee451c3fc41ae4f8bc7440503237a75a70bb2e9094a96b9e8f2d0dc597900d7d722a87cbcc
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 69eb1d0

Please sign in to comment.