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",