Skip to content

Commit c9dd5a4

Browse files
committed
release/v3.16.9
1 parent 1a08271 commit c9dd5a4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog - v3
22

3+
## [v3.16.9] (Jun 10 2025)
4+
### Chore
5+
- Updated `@sendbird/chat` dependency version to `^4.19.1`
6+
- Updated `@sendbird/uikit-tools` dependency version to `^0.0.8`
7+
- Updated `@sendbird/react-uikit-message-template-view` dependency version to `^0.0.8`
8+
39
## [v3.16.8] (Jun 9 2025)
410
### Fixes:
511
- Fixed a bug that `disableMarkAsDelivered` not working properly in `GroupChannel` component

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.16.8",
3+
"version": "3.16.9",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",
@@ -70,9 +70,9 @@
7070
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0"
7171
},
7272
"dependencies": {
73-
"@sendbird/chat": "^4.16.4",
74-
"@sendbird/react-uikit-message-template-view": "0.0.2",
75-
"@sendbird/uikit-tools": "0.0.2",
73+
"@sendbird/chat": "^4.19.1",
74+
"@sendbird/react-uikit-message-template-view": "^0.0.8",
75+
"@sendbird/uikit-tools": "^0.0.8",
7676
"css-vars-ponyfill": "^2.3.2",
7777
"date-fns": "^2.16.1",
7878
"dompurify": "^3.2.4"

0 commit comments

Comments
 (0)