Skip to content

Commit 210cca5

Browse files
committed
chore(release): release packages v3.0.0
1 parent 1a1701a commit 210cca5

File tree

16 files changed

+215
-15
lines changed

16 files changed

+215
-15
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- update signature of channel preview prop in group channel list and open channel list
11+
- removed queryCreator from the group channel and group channel list
12+
- update minimum chat sdk version
13+
- bumped peer dependency version of chat sdk
14+
- react-native minimum version changed to 0.65.0 from 0.63.3
15+
- made `chatOptions.localCacheStorage` of `SendbirdUIKitContainer` required
16+
- deprecated item removal in foundation package
17+
- deprecated item removal in ChannelInput
18+
- deprecated MessageRenderer removal (replaced to GroupChannelMessageRenderer)
19+
- deprecated item removal in ChannelMessageList
20+
- deprecated item removal in uikit-chat-hooks package
21+
- deprecated item removal in StringSet
22+
23+
### Features
24+
25+
- added AttachmentsButton to ChannelInput component ([687f3a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/687f3a061e0d8eb234cd055f1e1a6735fb8f95e3))
26+
- bumped peer dependency version of chat sdk ([a57aff0](https://github.com/sendbird/sendbird-uikit-react-native/commit/a57aff007789a00474cbf16f2c4158fa0327b507))
27+
- deprecated item removal in ChannelInput ([6a326ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/6a326ca38c5cc957b1a1fdf4b7e3aecd3171a9d1))
28+
- deprecated item removal in ChannelMessageList ([3a68a33](https://github.com/sendbird/sendbird-uikit-react-native/commit/3a68a33995c51b96f8966cf9aaf1f97126e3ec55))
29+
- deprecated item removal in foundation package ([96f9717](https://github.com/sendbird/sendbird-uikit-react-native/commit/96f97171c65d53d29990058e20e439cd1349c5c8))
30+
- deprecated item removal in StringSet ([956236b](https://github.com/sendbird/sendbird-uikit-react-native/commit/956236bf19e9774b9454dba2c823b0fe20bb920c))
31+
- deprecated item removal in uikit-chat-hooks package ([48fabfe](https://github.com/sendbird/sendbird-uikit-react-native/commit/48fabfe10b4844c595d4e44b4600637f7d473616))
32+
- deprecated MessageRenderer removal (replaced to GroupChannelMessageRenderer) ([488e0b6](https://github.com/sendbird/sendbird-uikit-react-native/commit/488e0b6d9774045e1abcba35a6fa47770156e49f))
33+
- hide ui elements when the channel is ephemeral ([eacc2da](https://github.com/sendbird/sendbird-uikit-react-native/commit/eacc2dad02271d17b26071c716d41bcdfead1957))
34+
- made `chatOptions.localCacheStorage` of `SendbirdUIKitContainer` required ([2f07d0d](https://github.com/sendbird/sendbird-uikit-react-native/commit/2f07d0db05e8c101807dd1205544242efe3a0371))
35+
- react-native minimum version changed to 0.65.0 from 0.63.3 ([39a9852](https://github.com/sendbird/sendbird-uikit-react-native/commit/39a9852c737dbbe5e034a895deae791b3cb1f9b8))
36+
- support options for default user profile(default: false) ([6671a61](https://github.com/sendbird/sendbird-uikit-react-native/commit/6671a61a293403b0becdea030326520829662ac6))
37+
- support options for ogtag in channel ([d80b8a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/d80b8a0dc58a60e66c6ce63cc850e08face51416))
38+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
39+
- use uikitWithAppInfo internally ([a182ead](https://github.com/sendbird/sendbird-uikit-react-native/commit/a182ead2a1d59bffa7078ed5baa1be6124fce798))
40+
41+
### Bug Fixes
42+
43+
- ensure correct display of reply messages when replyType is configured in uikit configs ([a00b089](https://github.com/sendbird/sendbird-uikit-react-native/commit/a00b089f204ba222be1c3cdc22002655ace275b7))
44+
- fixed config linking in mention manager ([6e8ba6c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6e8ba6cfae3f93ab53b5dfcf93c08fa8378c026c))
45+
- fixed menuItemsCreator timing ([279fd98](https://github.com/sendbird/sendbird-uikit-react-native/commit/279fd98867c5c2bf94b9bbe466b857ef231c1d17))
46+
- fixed onPress related handlers in message renderer for proper functionality ([6da20db](https://github.com/sendbird/sendbird-uikit-react-native/commit/6da20db542d524eb83637de71c737fcc2d0627ca))
47+
- focusing animation of message search results has been modified to apply only to the message component ([c5d22a2](https://github.com/sendbird/sendbird-uikit-react-native/commit/c5d22a2f0a743904c9559bcc6c34ab6fc010627d))
48+
- **foundation:** fixed slight cropping at the bottom of images in AvatarGroup ([76ccadf](https://github.com/sendbird/sendbird-uikit-react-native/commit/76ccadfa724a0ab552b60a384f63e8c82b9c5a32))
49+
- replaced unsupported Object.hasOwn ([f165273](https://github.com/sendbird/sendbird-uikit-react-native/commit/f165273e6fe44707a87f15d5cefde1c110abdea2))
50+
51+
### Miscellaneous Chores
52+
53+
- removed queryCreator from the group channel and group channel list ([ca3bc98](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca3bc98c699e7c4a0e17b555fe4e249d218b922b))
54+
- update signature of channel preview prop in group channel list and open channel list ([d3e8afa](https://github.com/sendbird/sendbird-uikit-react-native/commit/d3e8afa475178b3b2ef9c2ae8a4172c4663c7acc))
55+
56+
### Improvements
57+
58+
- defensively modify reducer logic to prevent duplicate objects ([bc3cfb1](https://github.com/sendbird/sendbird-uikit-react-native/commit/bc3cfb193ff6c59cbf636a05fbd1ad8cead699e1))
59+
- modify useGroupChannel and useOpenChannel hooks to refetch the channel when the url has changed ([5b8e105](https://github.com/sendbird/sendbird-uikit-react-native/commit/5b8e105d43019dca55bd8ec2e5b4fa039691e779))
60+
- react-native-scrollview-enhancer handle as a optional ([d570851](https://github.com/sendbird/sendbird-uikit-react-native/commit/d57085117d4af5deaf4fc7a90bdc631ad1e2dad2))
61+
662
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
763

864
### Features

docs-validation/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- update minimum chat sdk version
11+
12+
### Features
13+
14+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
15+
616
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
717

818
**Note:** Version bump only for package @sendbird/docs-validation

docs-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*", "sample", "docs-validation"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "2.5.0",
5+
"version": "3.0.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- removed queryCreator from the group channel and group channel list
11+
- update minimum chat sdk version
12+
- deprecated item removal in uikit-chat-hooks package
13+
14+
### Features
15+
16+
- deprecated item removal in uikit-chat-hooks package ([48fabfe](https://github.com/sendbird/sendbird-uikit-react-native/commit/48fabfe10b4844c595d4e44b4600637f7d473616))
17+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
18+
19+
### Bug Fixes
20+
21+
- ensure correct display of reply messages when replyType is configured in uikit configs ([a00b089](https://github.com/sendbird/sendbird-uikit-react-native/commit/a00b089f204ba222be1c3cdc22002655ace275b7))
22+
23+
### Miscellaneous Chores
24+
25+
- removed queryCreator from the group channel and group channel list ([ca3bc98](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca3bc98c699e7c4a0e17b555fe4e249d218b922b))
26+
27+
### Improvements
28+
29+
- defensively modify reducer logic to prevent duplicate objects ([bc3cfb1](https://github.com/sendbird/sendbird-uikit-react-native/commit/bc3cfb193ff6c59cbf636a05fbd1ad8cead699e1))
30+
- modify useGroupChannel and useOpenChannel hooks to refetch the channel when the url has changed ([5b8e105](https://github.com/sendbird/sendbird-uikit-react-native/commit/5b8e105d43019dca55bd8ec2e5b4fa039691e779))
31+
632
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
733

834
### Features

packages/uikit-chat-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -44,10 +44,10 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@sendbird/uikit-utils": "2.5.0"
47+
"@sendbird/uikit-utils": "3.0.0"
4848
},
4949
"devDependencies": {
50-
"@sendbird/uikit-testing-tools": "2.5.0",
50+
"@sendbird/uikit-testing-tools": "3.0.0",
5151
"@types/react": "*",
5252
"react": "17.0.2",
5353
"react-native-builder-bob": "^0.18.0",

packages/uikit-react-native-foundation/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- react-native minimum version changed to 0.65.0 from 0.63.3
11+
- deprecated item removal in foundation package
12+
13+
### Features
14+
15+
- deprecated item removal in foundation package ([96f9717](https://github.com/sendbird/sendbird-uikit-react-native/commit/96f97171c65d53d29990058e20e439cd1349c5c8))
16+
- react-native minimum version changed to 0.65.0 from 0.63.3 ([39a9852](https://github.com/sendbird/sendbird-uikit-react-native/commit/39a9852c737dbbe5e034a895deae791b3cb1f9b8))
17+
18+
### Bug Fixes
19+
20+
- fixed onPress related handlers in message renderer for proper functionality ([6da20db](https://github.com/sendbird/sendbird-uikit-react-native/commit/6da20db542d524eb83637de71c737fcc2d0627ca))
21+
- **foundation:** fixed slight cropping at the bottom of images in AvatarGroup ([76ccadf](https://github.com/sendbird/sendbird-uikit-react-native/commit/76ccadfa724a0ab552b60a384f63e8c82b9c5a32))
22+
623
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
724

825
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -47,7 +47,7 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@sendbird/uikit-utils": "2.5.0"
50+
"@sendbird/uikit-utils": "3.0.0"
5151
},
5252
"devDependencies": {
5353
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,57 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- update signature of channel preview prop in group channel list and open channel list
11+
- removed queryCreator from the group channel and group channel list
12+
- update minimum chat sdk version
13+
- bumped peer dependency version of chat sdk
14+
- react-native minimum version changed to 0.65.0 from 0.63.3
15+
- made `chatOptions.localCacheStorage` of `SendbirdUIKitContainer` required
16+
- deprecated item removal in ChannelInput
17+
- deprecated MessageRenderer removal (replaced to GroupChannelMessageRenderer)
18+
- deprecated item removal in ChannelMessageList
19+
- deprecated item removal in uikit-chat-hooks package
20+
- deprecated item removal in StringSet
21+
22+
### Features
23+
24+
- added AttachmentsButton to ChannelInput component ([687f3a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/687f3a061e0d8eb234cd055f1e1a6735fb8f95e3))
25+
- bumped peer dependency version of chat sdk ([a57aff0](https://github.com/sendbird/sendbird-uikit-react-native/commit/a57aff007789a00474cbf16f2c4158fa0327b507))
26+
- deprecated item removal in ChannelInput ([6a326ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/6a326ca38c5cc957b1a1fdf4b7e3aecd3171a9d1))
27+
- deprecated item removal in ChannelMessageList ([3a68a33](https://github.com/sendbird/sendbird-uikit-react-native/commit/3a68a33995c51b96f8966cf9aaf1f97126e3ec55))
28+
- deprecated item removal in StringSet ([956236b](https://github.com/sendbird/sendbird-uikit-react-native/commit/956236bf19e9774b9454dba2c823b0fe20bb920c))
29+
- deprecated item removal in uikit-chat-hooks package ([48fabfe](https://github.com/sendbird/sendbird-uikit-react-native/commit/48fabfe10b4844c595d4e44b4600637f7d473616))
30+
- deprecated MessageRenderer removal (replaced to GroupChannelMessageRenderer) ([488e0b6](https://github.com/sendbird/sendbird-uikit-react-native/commit/488e0b6d9774045e1abcba35a6fa47770156e49f))
31+
- hide ui elements when the channel is ephemeral ([eacc2da](https://github.com/sendbird/sendbird-uikit-react-native/commit/eacc2dad02271d17b26071c716d41bcdfead1957))
32+
- made `chatOptions.localCacheStorage` of `SendbirdUIKitContainer` required ([2f07d0d](https://github.com/sendbird/sendbird-uikit-react-native/commit/2f07d0db05e8c101807dd1205544242efe3a0371))
33+
- react-native minimum version changed to 0.65.0 from 0.63.3 ([39a9852](https://github.com/sendbird/sendbird-uikit-react-native/commit/39a9852c737dbbe5e034a895deae791b3cb1f9b8))
34+
- support options for default user profile(default: false) ([6671a61](https://github.com/sendbird/sendbird-uikit-react-native/commit/6671a61a293403b0becdea030326520829662ac6))
35+
- support options for ogtag in channel ([d80b8a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/d80b8a0dc58a60e66c6ce63cc850e08face51416))
36+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
37+
- use uikitWithAppInfo internally ([a182ead](https://github.com/sendbird/sendbird-uikit-react-native/commit/a182ead2a1d59bffa7078ed5baa1be6124fce798))
38+
39+
### Bug Fixes
40+
41+
- ensure correct display of reply messages when replyType is configured in uikit configs ([a00b089](https://github.com/sendbird/sendbird-uikit-react-native/commit/a00b089f204ba222be1c3cdc22002655ace275b7))
42+
- fixed config linking in mention manager ([6e8ba6c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6e8ba6cfae3f93ab53b5dfcf93c08fa8378c026c))
43+
- fixed menuItemsCreator timing ([279fd98](https://github.com/sendbird/sendbird-uikit-react-native/commit/279fd98867c5c2bf94b9bbe466b857ef231c1d17))
44+
- fixed onPress related handlers in message renderer for proper functionality ([6da20db](https://github.com/sendbird/sendbird-uikit-react-native/commit/6da20db542d524eb83637de71c737fcc2d0627ca))
45+
- focusing animation of message search results has been modified to apply only to the message component ([c5d22a2](https://github.com/sendbird/sendbird-uikit-react-native/commit/c5d22a2f0a743904c9559bcc6c34ab6fc010627d))
46+
- replaced unsupported Object.hasOwn ([f165273](https://github.com/sendbird/sendbird-uikit-react-native/commit/f165273e6fe44707a87f15d5cefde1c110abdea2))
47+
48+
### Miscellaneous Chores
49+
50+
- removed queryCreator from the group channel and group channel list ([ca3bc98](https://github.com/sendbird/sendbird-uikit-react-native/commit/ca3bc98c699e7c4a0e17b555fe4e249d218b922b))
51+
- update signature of channel preview prop in group channel list and open channel list ([d3e8afa](https://github.com/sendbird/sendbird-uikit-react-native/commit/d3e8afa475178b3b2ef9c2ae8a4172c4663c7acc))
52+
53+
### Improvements
54+
55+
- react-native-scrollview-enhancer handle as a optional ([d570851](https://github.com/sendbird/sendbird-uikit-react-native/commit/d57085117d4af5deaf4fc7a90bdc631ad1e2dad2))
56+
657
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
758

859
### Features

packages/uikit-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",
@@ -58,10 +58,10 @@
5858
"access": "public"
5959
},
6060
"dependencies": {
61-
"@sendbird/uikit-chat-hooks": "2.5.0",
62-
"@sendbird/uikit-react-native-foundation": "2.5.0",
61+
"@sendbird/uikit-chat-hooks": "3.0.0",
62+
"@sendbird/uikit-react-native-foundation": "3.0.0",
6363
"@sendbird/uikit-tools": "^0.0.1-alpha.38",
64-
"@sendbird/uikit-utils": "2.5.0"
64+
"@sendbird/uikit-utils": "3.0.0"
6565
},
6666
"devDependencies": {
6767
"@bam.tech/react-native-image-resizer": "^3.0.4",

packages/uikit-testing-tools/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- update minimum chat sdk version
11+
12+
### Features
13+
14+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
15+
616
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
717

818
**Note:** Version bump only for package @sendbird/uikit-testing-tools

packages/uikit-testing-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-testing-tools",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "UIKit testing tools",
66
"keywords": [
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@sendbird/chat": "^4.9.2",
43-
"@sendbird/uikit-utils": "2.5.0",
43+
"@sendbird/uikit-utils": "3.0.0",
4444
"@types/jest": "^29.4.0",
4545
"@types/react": "*",
4646
"@types/react-native": "*",

packages/uikit-utils/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.5.0...v3.0.0) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- update minimum chat sdk version
11+
12+
### Features
13+
14+
- hide ui elements when the channel is ephemeral ([eacc2da](https://github.com/sendbird/sendbird-uikit-react-native/commit/eacc2dad02271d17b26071c716d41bcdfead1957))
15+
- update minimum chat sdk version ([5330d1f](https://github.com/sendbird/sendbird-uikit-react-native/commit/5330d1fb533a614f7edb1614cc379c842768e4cf))
16+
17+
### Improvements
18+
19+
- defensively modify reducer logic to prevent duplicate objects ([bc3cfb1](https://github.com/sendbird/sendbird-uikit-react-native/commit/bc3cfb193ff6c59cbf636a05fbd1ad8cead699e1))
20+
621
## [2.5.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v2.4.2...v2.5.0) (2023-05-04)
722

823
### Features

packages/uikit-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-utils",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)