We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567ad1a commit bf6bfb7Copy full SHA for bf6bfb7
CHANGELOG.md
@@ -1,13 +1,15 @@
1
# Changelog - v3
2
3
-## [3.0.0-beta.4] (May 24 2022)
+## [3.0.0-beta.5] (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
11
+
12
+## [3.0.0-beta.4] (May 24 2022) -> unpublished
13
## [3.0.0-beta.3] (May 19 2022)
14
15
* Rate limit markAsDelivered call
package.json
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
- "version": "3.0.0-beta.4",
+ "version": "3.0.0-beta.5",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"style": "dist/index.css",
0 commit comments