From 9f8ca0867d525941a033683d26b2c9ccaa36ba50 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 14 Oct 2022 12:02:23 +0900 Subject: [PATCH 1/2] Add changelog for v3.2.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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: From e579cc2d5642daf54a44a63ee856038144f299f1 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 14 Oct 2022 12:11:24 +0900 Subject: [PATCH 2/2] Version up to 3.2.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",