Skip to content

Commit d4c95d1

Browse files
authored
release: v3.2.3 (#330)
1 parent 755c846 commit d4c95d1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog - v3
22

3+
## [v3.2.3] (Oct 14 2022)
4+
Feature:
5+
* Add a prop `disableMarkAsRead` into the <Channel />
6+
This prop disables calling markAsRead in the Channel component
7+
38
## [v3.2.2] (Oct 13 2022)
49

510
Feature:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)