From 8748ad773dacd631c23cd2ba7ae52d2e96e6c109 Mon Sep 17 00:00:00 2001 From: danney-chun <63285271+danney-chun@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:35:15 +0900 Subject: [PATCH 1/2] release v3.16.11 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a512d97..40ed95b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog - v3 +## [v3.16.11] (July 10 2025) +### Fixes: +- Fixed an issue where the position would break when selecting a member from the invite list +- Fixed a bug where `0` was displayed when a reply was added and then deleted + ## [v3.16.10] (Jun 12 2025) ### Chore - Fixed `localCacheEnabled` option applied diff --git a/package.json b/package.json index 1eb7af080..3cb1013ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.16.10", + "version": "3.16.11", "description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", From 9c884dc90caf70031b2e7d301d17eba0c15559af Mon Sep 17 00:00:00 2001 From: danney-chun <63285271+danney-chun@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:04:18 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ed95b03..51237107b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [v3.16.11] (July 10 2025) ### Fixes: -- Fixed an issue where the position would break when selecting a member from the invite list +- Fixed an issue where the layout would break when selecting a member from the invite list - Fixed a bug where `0` was displayed when a reply was added and then deleted ## [v3.16.10] (Jun 12 2025)