Skip to content

Commit 7b9797b

Browse files
release/v1.7.10 (#354)
## Changes - 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 <sha.sdk_deployment@sendbird.com>
1 parent ad1a032 commit 7b9797b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.7.10] (Aug 29, 2024)
2+
### Update:
3+
- Improved user interface and experience of form message feature
4+
15
## [1.7.9] (Aug 23, 2024)
26
### Feat:
37
- Added `callbacks.onWidgetSettingFailure` in `Constant` for handling widget setting failure

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/chat-ai-widget",
3-
"version": "1.7.9",
3+
"version": "1.7.10",
44
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
55
"main": "./dist/index.umd.js",
66
"module": "./dist/index.es.js",

packages/self-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format": "npm run prettier:fix && npm run lint:fix"
1515
},
1616
"dependencies": {
17-
"@sendbird/chat-ai-widget": "1.7.9",
17+
"@sendbird/chat-ai-widget": "1.7.10",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@ __metadata:
30223022
languageName: node
30233023
linkType: hard
30243024

3025-
"@sendbird/chat-ai-widget@npm:1.7.9, @sendbird/chat-ai-widget@workspace:.":
3025+
"@sendbird/chat-ai-widget@npm:1.7.10, @sendbird/chat-ai-widget@workspace:.":
30263026
version: 0.0.0-use.local
30273027
resolution: "@sendbird/chat-ai-widget@workspace:."
30283028
dependencies:
@@ -15572,7 +15572,7 @@ __metadata:
1557215572
version: 0.0.0-use.local
1557315573
resolution: "self-service@workspace:packages/self-service"
1557415574
dependencies:
15575-
"@sendbird/chat-ai-widget": "npm:1.7.9"
15575+
"@sendbird/chat-ai-widget": "npm:1.7.10"
1557615576
"@types/react": "npm:^18.0.37"
1557715577
"@types/react-dom": "npm:^18.0.11"
1557815578
"@vitejs/plugin-react": "npm:^4.2.1"

0 commit comments

Comments
 (0)