Skip to content

Commit 567ad1a

Browse files
author
Sravan S
committed
[3.0.0-beta.4] (May 24 2022)
Fixes: * Export useChannelList * Active disableAutoSelect props * Remove empty CSS file to fix source map warning DOC: * Add info about webpack 5 breaking changes
1 parent 59b7d37 commit 567ad1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.0-beta.4] (May 24 2022)
4+
Fixes:
5+
* Export useChannelList
6+
* Active disableAutoSelect props
7+
* Remove empty CSS file to fix source map warning
8+
9+
DOC:
10+
* Add info about webpack 5 breaking changes
311
## [3.0.0-beta.3] (May 19 2022)
412
Fixes:
513
* Rate limit markAsDelivered call

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.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)