Skip to content

Commit 0ed7788

Browse files
committed
v3.0.157
1 parent 5a5a1d7 commit 0ed7788

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3+
## v3.0.157(OCT 01, 2021)
4+
- Downgraded ws version from 8.2.0 to 7.5.5 due to Webpack 5 build error.
5+
36
## v3.0.156(SEP 24, 2021)
47
- Added `markAsRead(callback)` in `GroupChannel`.
5-
- Deprecated `markAsRead()` in `GroupChannel`.
8+
- Deprecated `markAsRead()` in `GroupChannel`.
69

710
## v3.0.155(SEP 1, 2021)
811
- Added `includeReactions` in `MessageRetrievalParams`.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
325325

326326
## Changelogs
327327

328-
### v3.0.156(SEP 24, 2021)
328+
### v3.0.157(OCT 01, 2021)
329329

330330
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
331331

332-
- Added `markAsRead(callback)` in `GroupChannel`.
333-
- Deprecated `markAsRead()` in `GroupChannel`.
332+
- Downgraded ws version from 8.2.0 to 7.5.5 due to Webpack 5 build error.
333+

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.0.156
2+
* Type Definitions for Sendbird SDK v3.0.157
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.156",
3+
"version": "3.0.157",
44
"authors": [
55
"Sendbird <[email protected]>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.156",
3+
"version": "3.0.157",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)