From d4c95d1c5c622ea5564abb7820129f4f429644de Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 14 Oct 2022 12:31:03 +0900 Subject: [PATCH] release: v3.2.3 (#330) --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480aaf153..20b0d7f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog - v3 +## [v3.2.3] (Oct 14 2022) +Feature: +* Add a prop `disableMarkAsRead` into the + This prop disables calling markAsRead in the Channel component + ## [v3.2.2] (Oct 13 2022) Feature: diff --git a/package-lock.json b/package-lock.json index dddac9d9a..e40a3bfd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sendbird/uikit-react", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sendbird/uikit-react", - "version": "3.2.2", + "version": "3.2.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@sendbird/chat": "^4.0.13", diff --git a/package.json b/package.json index ea26b56fe..807b655cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.2.2", + "version": "3.2.3", "description": "React based UI kit for sendbird", "main": "dist/index.js", "style": "dist/index.css",