Skip to content

Commit

Permalink
v3.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
danney-chun committed Aug 24, 2023
1 parent 4e10ee2 commit 1b86c25
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v3.1.33 (Aug 24, 2023)
> **Thank you everyone for using our SDK v3. This is our final release as we transition to our latest SDK v4 (first released in Apr 2022). Please reach out to our support if you have any questions.**
### Improvements
- Fixed a bug where called `ChangeLogAPI` infinitely
## v3.1.32 (JAN 31, 2023)
### Improvements
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,9 @@ Additionally, migration guide for clients currently using SyncManager will be av

## Changelogs

## v3.1.32 (JAN 31, 2023)
## v3.1.33 (Aug 24, 2023)
> **Thank you everyone for using our SDK v3. This is our final release as we transition to our latest SDK v4 (first released in Apr 2022). Please reach out to our support if you have any questions.**
### Improvements
- Fixed a bug where `sb.connect()` fails in React Native due to unexpected `localStorage` access
- Fixed a bug where called `ChangeLogAPI` infinitely

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).
4 changes: 3 additions & 1 deletion SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for Sendbird SDK v3.1.32
* Type Definitions for Sendbird SDK v3.1.33
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
*/
Expand Down Expand Up @@ -2312,6 +2312,8 @@ declare namespace SendBird {
interface GroupChannelFilter {
includeEmpty: boolean;
nicknameContainsFilter: string;
nicknameStartsWithFilter: string;
nicknameExactMatchFilter: string;
channelNameContainsFilter: string;
memberStateFilter: MemberStateFilter;
customTypesFilter: string[];
Expand Down
4 changes: 2 additions & 2 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.1.32",
"version": "3.1.33",
"authors": [
"Sendbird <support@sendbird.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.1.32",
"version": "3.1.33",
"description": "Sendbird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 1b86c25

Please sign in to comment.