Skip to content

Commit 1736784

Browse files
chore(release): 5.18.0 [skip ci]
1 parent 8b03940 commit 1736784

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

package/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [5.18.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.17.1...v5.18.0) (2023-09-26)
4+
5+
6+
### Features
7+
8+
* customize message padding ([#2202](https://github.com/GetStream/stream-chat-react-native/issues/2202)) ([b2f3708](https://github.com/GetStream/stream-chat-react-native/commit/b2f37084e50d5d3232cf5348c90a083fd5211048))
9+
10+
11+
### Bug Fixes
12+
13+
* add pointerEvents to ReactionList ([#2196](https://github.com/GetStream/stream-chat-react-native/issues/2196)) ([f559a0f](https://github.com/GetStream/stream-chat-react-native/commit/f559a0f304f69b1f04613e646a4887bda170b1f9))
14+
* fix reply border style ([#2197](https://github.com/GetStream/stream-chat-react-native/issues/2197)) ([0e84191](https://github.com/GetStream/stream-chat-react-native/commit/0e84191525ab33b713ddd065e3a3933f6000a540))
15+
* inline unread count indicator flickering on muted channels ([#2232](https://github.com/GetStream/stream-chat-react-native/issues/2232)) ([b55d561](https://github.com/GetStream/stream-chat-react-native/commit/b55d56147e387f2efebc4cc33aed16c02c528d65))
16+
* iPad landscape mode broke the height reactions list ([#2226](https://github.com/GetStream/stream-chat-react-native/issues/2226)) ([4449c1d](https://github.com/GetStream/stream-chat-react-native/commit/4449c1dd87d3a63b7cec0d5bac4f9f7cdf61e900))
17+
* parsing the links with unconventional tlds ([#2241](https://github.com/GetStream/stream-chat-react-native/issues/2241)) ([a69d73f](https://github.com/GetStream/stream-chat-react-native/commit/a69d73fadd208d54932e328367970a4f62c330ef))
18+
* special character in mentioned user name causes crash ([#2229](https://github.com/GetStream/stream-chat-react-native/issues/2229)) ([1144c5b](https://github.com/GetStream/stream-chat-react-native/commit/1144c5be0c22fa2a0eed41a9c38b40143e0c3ed2))
19+
* unable to apply reaction list fill color ([#2231](https://github.com/GetStream/stream-chat-react-native/issues/2231)) ([0e1659e](https://github.com/GetStream/stream-chat-react-native/commit/0e1659ebc9775a863aa977a3a8785f2d1c794c3a))
20+
321
### [5.17.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.17.0...v5.17.1) (2023-09-01)
422

523

package/expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.17.1",
4+
"version": "5.18.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "5.17.1"
13+
"stream-chat-react-native-core": "5.18.0"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.0.0",

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,10 +3036,10 @@ [email protected]:
30363036
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
30373037
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
30383038

3039-
3040-
version "5.17.0"
3041-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.0.tgz#698f173114d0dc6b6dd06dcbbabd65a3007ddfae"
3042-
integrity sha512-kgMfKGv6BmyIcCiqGsB8OD0rC1UMdPEPGl2YtlTOOSIBFxppRe0d3jpXU/xytqAFad9eDbVoQ744mVoPZ8an3A==
3039+
3040+
version "5.17.1"
3041+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.1.tgz#c37b5bfbc7c5822e1db48cb9da859fa501574a10"
3042+
integrity sha512-nruCDSGmjje0Z8By6yFuND9i/3XHAlwia6Y95i7Z6HCucE3dwhbMYCmox0j9mTzF7ob4OFISC8YXCfgReDH/Fg==
30433043
dependencies:
30443044
"@babel/runtime" "^7.12.5"
30453045
"@gorhom/bottom-sheet" "4.4.5"

package/native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.17.1",
4+
"version": "5.18.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"es6-symbol": "^3.1.3",
14-
"stream-chat-react-native-core": "5.17.1"
14+
"stream-chat-react-native-core": "5.18.0"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4381,10 +4381,10 @@ statuses@~1.5.0:
43814381
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
43824382
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
43834383

4384-
4385-
version "5.17.0"
4386-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.0.tgz#698f173114d0dc6b6dd06dcbbabd65a3007ddfae"
4387-
integrity sha512-kgMfKGv6BmyIcCiqGsB8OD0rC1UMdPEPGl2YtlTOOSIBFxppRe0d3jpXU/xytqAFad9eDbVoQ744mVoPZ8an3A==
4384+
4385+
version "5.17.1"
4386+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.1.tgz#c37b5bfbc7c5822e1db48cb9da859fa501574a10"
4387+
integrity sha512-nruCDSGmjje0Z8By6yFuND9i/3XHAlwia6Y95i7Z6HCucE3dwhbMYCmox0j9mTzF7ob4OFISC8YXCfgReDH/Fg==
43884388
dependencies:
43894389
"@babel/runtime" "^7.12.5"
43904390
"@gorhom/bottom-sheet" "4.4.5"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "5.17.1",
4+
"version": "5.18.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.17.1"
2+
"version": "5.18.0"
33
}

0 commit comments

Comments
 (0)