Skip to content

Commit d846758

Browse files
release/v1.9.5 (#413)
## 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 b1c82a0 commit d846758

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.9.5] (Jan 21, 2025)
2+
### Fix:
3+
- Fixed an issue where widget style is not applied due to style tag being dynamically removed and then re-added in the head tag in a WordPress like environment
4+
15
## [1.9.4] (Jan 14, 2025)
26
### Fix:
37
- Improved stability

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.9.4",
3+
"version": "1.9.5",
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.9.4",
17+
"@sendbird/chat-ai-widget": "1.9.5",
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
@@ -3291,7 +3291,7 @@ __metadata:
32913291
languageName: node
32923292
linkType: hard
32933293

3294-
"@sendbird/chat-ai-widget@npm:1.9.4, @sendbird/chat-ai-widget@workspace:.":
3294+
"@sendbird/chat-ai-widget@npm:1.9.5, @sendbird/chat-ai-widget@workspace:.":
32953295
version: 0.0.0-use.local
32963296
resolution: "@sendbird/chat-ai-widget@workspace:."
32973297
dependencies:
@@ -16068,7 +16068,7 @@ __metadata:
1606816068
version: 0.0.0-use.local
1606916069
resolution: "self-service@workspace:packages/self-service"
1607016070
dependencies:
16071-
"@sendbird/chat-ai-widget": "npm:1.9.4"
16071+
"@sendbird/chat-ai-widget": "npm:1.9.5"
1607216072
"@types/react": "npm:^18.0.37"
1607316073
"@types/react-dom": "npm:^18.0.11"
1607416074
"@vitejs/plugin-react": "npm:^4.2.1"

0 commit comments

Comments
 (0)