Skip to content

Commit 642186d

Browse files
committed
v3.1.19
1 parent c0bdf3b commit 642186d

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v3.1.19 (JUN 24, 2022)
4+
- Fixed a bug in `BaseChannel.resendFileMessage()` such that `reqId` of resent message is the same as `reqId` of the original failed message.
5+
36
## v3.1.18 (JUN 22, 2022)
47
- Fixed incorrect failedMessage validation in resendFileMessage()
58
- Fixed issue in loading messages from cache using default limit

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,8 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.18 (JUN 22, 2022)
344+
### v3.1.19 (JUN 24, 2022)
345345

346346
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).
347347

348-
- Fixed incorrect failedMessage validation in resendFileMessage()
349-
- Fixed issue in loading messages from cache using default limit
350-
- Fixed incorrect type definition of CustomTypesFilterProperty in PreviousMessageListQuery
351-
- Added nickname startswith/nickname exact match filter in groupChannelListQuery
352-
- Fixed error occurs after deleteReaction in RN
348+
- Fixed a bug in `BaseChannel.resendFileMessage()` such that `reqId` of resent message is the same as `reqId` of the original failed message.

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.1.18
2+
* Type Definitions for Sendbird SDK v3.1.19
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.1.18",
3+
"version": "3.1.19",
44
"authors": [
55
"Sendbird <support@sendbird.com>"
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.1.18",
3+
"version": "3.1.19",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)