From 7df80290ecd170b5c1cd33f581f5e3218644cffe Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Wed, 27 Mar 2024 09:59:35 +0900 Subject: [PATCH 1/2] prepare the release v3.13.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 562baf1d3..03e267763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - v3 +## [v3.13.4] (Mark 27, 2024) + +### Feature +* Support the `Emoji Reactions` feature in the super group channel + * However, the `Tooltip` displaying who reacted will only appear in the normal group channel, not in the super group channel. + ## [v3.13.3] (Mar 22, 2024) ### Features diff --git a/package.json b/package.json index ce089726a..b208d5233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.13.3", + "version": "3.13.4", "description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", From 8693381e13d684de0832dd4ec432c2f9e5f35096 Mon Sep 17 00:00:00 2001 From: Irene Ryu Date: Wed, 27 Mar 2024 14:36:00 +0900 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e267763..924d9f602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Feature * Support the `Emoji Reactions` feature in the super group channel * However, the `Tooltip` displaying who reacted will only appear in the normal group channel, not in the super group channel. +* Export the `MessageFeedbackFailedModal` component for consistency with other message feedback-related components. ## [v3.13.3] (Mar 22, 2024)