Skip to content

Commit

Permalink
release/v1.9.2 (#406)
Browse files Browse the repository at this point in the history
## Changes

## [1.9.2] (Dec 17, 2024)
### Feat:
- Added `messageStackDirection` in `Constant`

### Fix:
- Fixed markdown lazy load preview message background color
- Fixed `widget-markdown` css selector to not overwrite global styles of
elements

ticket: []

## Additional Notes
- 

## Checklist
Before requesting a code review, please check the following:
- [ ] **[Required]** CI has passed all checks.
- [ ] **[Required]** A self-review has been conducted to ensure there
are no minor mistakes.
- [ ] **[Required]** Unnecessary comments/debugging code have been
removed.
- [ ] **[Required]** All requirements specified in the ticket have been
accurately implemented.
- [ ] Ensure the ticket has been updated with the sprint, status, and
story points.

---------

Co-authored-by: sendbird-sdk-deployment <[email protected]>
  • Loading branch information
liamcho and sendbird-sdk-deployment authored Dec 17, 2024
1 parent 429ee0f commit 0028b41
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.9.2] (Dec 17, 2024)
### Feat:
- Added `messageStackDirection` in `Constant`

### Fix:
- Fixed markdown lazy load preview message background color
- Fixed `widget-markdown` css selector to not overwrite global styles of elements

## [1.9.1] (Dec 12, 2024)
### Feat:
- Added support for wider range of markdown syntaxes
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.1",
"version": "1.9.2",
"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.9.1",
"@sendbird/chat-ai-widget": "1.9.2",
"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.9.1, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.9.2, @sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down Expand Up @@ -16031,7 +16031,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "self-service@workspace:packages/self-service"
dependencies:
"@sendbird/chat-ai-widget": "npm:1.9.1"
"@sendbird/chat-ai-widget": "npm:1.9.2"
"@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 0028b41

Please sign in to comment.