Skip to content

Commit

Permalink
[v3.3.6] (Feb 13 2023) (#402)
Browse files Browse the repository at this point in the history
Fixes:
* pubsub should be initialized with useState
* update onBeforeCreateChannel example to use chat V4

fixes: https://sendbird.atlassian.net/browse/SDKRLSD-672
  • Loading branch information
Sravan S authored Feb 13, 2023
1 parent a36133b commit 889c4a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog - v3

## [v3.3.6] (Feb 13 2023)

Fixes:
* pubsub should be initialized with useState
* update onBeforeCreateChannel example to use chat V4

## [v3.5.0-beta.0] (Feb 6 2023)

### Notification Channel
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.3.5",
"version": "3.3.6",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down

0 comments on commit 889c4a5

Please sign in to comment.