Skip to content

Commit 889c4a5

Browse files
author
Sravan S
authored
[v3.3.6] (Feb 13 2023) (#402)
Fixes: * pubsub should be initialized with useState * update onBeforeCreateChannel example to use chat V4 fixes: https://sendbird.atlassian.net/browse/SDKRLSD-672
1 parent a36133b commit 889c4a5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog - v3
22

3+
## [v3.3.6] (Feb 13 2023)
4+
5+
Fixes:
6+
* pubsub should be initialized with useState
7+
* update onBeforeCreateChannel example to use chat V4
8+
39
## [v3.5.0-beta.0] (Feb 6 2023)
410

511
### Notification Channel

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)