Skip to content

Commit

Permalink
realse/v1.4.5 (#181)
Browse files Browse the repository at this point in the history
* v1.4.5

* chore: update chat-ai-widget version to v1.4.5

---------

Co-authored-by: sendbird-sdk-deployment <[email protected]>
  • Loading branch information
liamcho and sendbird-sdk-deployment authored Apr 30, 2024
1 parent 37c52b7 commit d35bac3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.4.5] (April 29 2024)
#### Feat:
- Added new properties `apiHost`, and `wsHost` in `Constant`
- Added `FileMessage` for displaying a file message content as image
- Added a new property `callbacks` in `ConstantContextProps`

## [1.4.4] (April 25 2024)
#### Feat:
- Added missing aria-label attributes to enhance accessibility, with corresponding ESLint rule settings to ensure continued compliance.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.4",
"version": "1.4.5",
"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
14 changes: 7 additions & 7 deletions packages/self-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.4.4",
"@sendbird/chat-ai-widget": "^1.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/url-webdemo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/url-webdemo/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.4.4",
"@sendbird/chat-ai-widget": "^1.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit d35bac3

Please sign in to comment.