File tree 7 files changed +32
-24
lines changed
7 files changed +32
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### [ 6.6.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.6.0...v6.6.1 ) (2025-02-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change flatlist inside the bottom sheet modal and fix gesture in bottom sheet ([ #2953 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2953 ) ) ([ 92f0b01] ( https://github.com/GetStream/stream-chat-react-native/commit/92f0b0102aacf0574222f59bd186da0f14e1a3d2 ) )
9
+ * show selected reaction tab in the message menu when long pressed in bottom reaction list ([ #2955 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2955 ) ) ([ f8e37f3] ( https://github.com/GetStream/stream-chat-react-native/commit/f8e37f3b6de8557fa91eb7be97cfed59a94bbbeb ) )
10
+
3
11
## [ 6.6.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.5.1...v6.6.0 ) (2025-02-13)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-expo" ,
3
3
"description" : " The official Expo SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 6.6.0 " ,
4
+ "version" : " 6.6.1 " ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
10
10
"main" : " src/index.js" ,
11
11
"types" : " types/index.d.ts" ,
12
12
"dependencies" : {
13
- "stream-chat-react-native-core" : " 6.6.0 "
13
+ "stream-chat-react-native-core" : " 6.6.1 "
14
14
},
15
15
"peerDependencies" : {
16
16
"expo" : " >=51.0.0" ,
Original file line number Diff line number Diff line change @@ -5113,10 +5113,10 @@ stream-buffers@2.2.x, stream-buffers@~2.2.0:
5113
5113
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
5114
5114
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
5115
5115
5116
- stream-chat-react-native-core@6.5.1 :
5117
- version "6.5.1 "
5118
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.5.1 .tgz#5cbbc2bdd945ced533ab56ab0c93428eb806efb0 "
5119
- integrity sha512-+jWjVrpXrKNvY/3Be5QL3TUEGlsaNBOBTeaWEz3wMGt1N5WHfwqU+N6t/WXQshke/C30mQSgfw6v2BUuPoNAAg ==
5116
+ stream-chat-react-native-core@6.6.0 :
5117
+ version "6.6.0 "
5118
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.0 .tgz#a60f1c94c482c8109aae78c72296ace01c5a2aa4 "
5119
+ integrity sha512-cM2cMbH39zsXBSFUb5oPr8YLRzcJV7/KMl85dn0PYRGydaBkk36o4+tAWhu3lb+FJExBaerCZaURppvITEUhYA ==
5120
5120
dependencies :
5121
5121
" @gorhom/bottom-sheet" " ^5.0.6"
5122
5122
dayjs "1.10.5"
@@ -5129,13 +5129,13 @@ stream-chat-react-native-core@6.5.1:
5129
5129
path "0.12.7"
5130
5130
react-native-markdown-package "1.8.2"
5131
5131
react-native-url-polyfill "^1.3.0"
5132
- stream-chat "^8.54 .1"
5132
+ stream-chat "^8.56 .1"
5133
5133
use-sync-external-store "^1.4.0"
5134
5134
5135
- stream-chat@^8.54 .1 :
5136
- version "8.55.0 "
5137
- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.55.0 .tgz#a4a651c4216185821a9d6b1ea55b6689a1a979a8 "
5138
- integrity sha512-mdgB6LrDwCojf2xuHME2pnZIoIzAgd++CSsGlk9a+AUhmZMLnFFuMfg18uav3h9dKdRcRfFIgXe+raJgV6uIgA ==
5135
+ stream-chat@^8.56 .1 :
5136
+ version "8.56.1 "
5137
+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.56.1 .tgz#53779c987b9a46ea6908508f3b164cb14051bdc1 "
5138
+ integrity sha512-ZgNzD9z2JF65SE2J9Tur29fJTzpVAj2VYgu0OYqb3IEcpoP3ncLD0F3dsCvg8UDd/kYklkIncgvlAFAS4frYFw ==
5139
5139
dependencies :
5140
5140
" @babel/runtime" " ^7.16.3"
5141
5141
" @types/jsonwebtoken" " ~9.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native" ,
3
3
"description" : " The official React Native SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 6.6.0 " ,
4
+ "version" : " 6.6.1 " ,
5
5
"homepage" : " https://www.npmjs.com/package/stream-chat-react-native" ,
6
6
"author" : {
7
7
"company" : " Stream.io Inc" ,
20
20
"types" : " types/index.d.ts" ,
21
21
"dependencies" : {
22
22
"es6-symbol" : " ^3.1.3" ,
23
- "stream-chat-react-native-core" : " 6.6.0 "
23
+ "stream-chat-react-native-core" : " 6.6.1 "
24
24
},
25
25
"peerDependencies" : {
26
26
"@react-native-camera-roll/camera-roll" : " >=7.8.0" ,
Original file line number Diff line number Diff line change @@ -4242,10 +4242,10 @@ statuses@~1.5.0:
4242
4242
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
4243
4243
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
4244
4244
4245
- stream-chat-react-native-core@6.5.1 :
4246
- version "6.5.1 "
4247
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.5.1 .tgz#5cbbc2bdd945ced533ab56ab0c93428eb806efb0 "
4248
- integrity sha512-+jWjVrpXrKNvY/3Be5QL3TUEGlsaNBOBTeaWEz3wMGt1N5WHfwqU+N6t/WXQshke/C30mQSgfw6v2BUuPoNAAg ==
4245
+ stream-chat-react-native-core@6.6.0 :
4246
+ version "6.6.0 "
4247
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.0 .tgz#a60f1c94c482c8109aae78c72296ace01c5a2aa4 "
4248
+ integrity sha512-cM2cMbH39zsXBSFUb5oPr8YLRzcJV7/KMl85dn0PYRGydaBkk36o4+tAWhu3lb+FJExBaerCZaURppvITEUhYA ==
4249
4249
dependencies :
4250
4250
" @gorhom/bottom-sheet" " ^5.0.6"
4251
4251
dayjs "1.10.5"
@@ -4258,13 +4258,13 @@ stream-chat-react-native-core@6.5.1:
4258
4258
path "0.12.7"
4259
4259
react-native-markdown-package "1.8.2"
4260
4260
react-native-url-polyfill "^1.3.0"
4261
- stream-chat "^8.54 .1"
4261
+ stream-chat "^8.56 .1"
4262
4262
use-sync-external-store "^1.4.0"
4263
4263
4264
- stream-chat@^8.54 .1 :
4265
- version "8.55.0 "
4266
- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.55.0 .tgz#a4a651c4216185821a9d6b1ea55b6689a1a979a8 "
4267
- integrity sha512-mdgB6LrDwCojf2xuHME2pnZIoIzAgd++CSsGlk9a+AUhmZMLnFFuMfg18uav3h9dKdRcRfFIgXe+raJgV6uIgA ==
4264
+ stream-chat@^8.56 .1 :
4265
+ version "8.56.1 "
4266
+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.56.1 .tgz#53779c987b9a46ea6908508f3b164cb14051bdc1 "
4267
+ integrity sha512-ZgNzD9z2JF65SE2J9Tur29fJTzpVAj2VYgu0OYqb3IEcpoP3ncLD0F3dsCvg8UDd/kYklkIncgvlAFAS4frYFw ==
4268
4268
dependencies :
4269
4269
" @babel/runtime" " ^7.16.3"
4270
4270
" @types/jsonwebtoken" " ~9.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native-core" ,
3
3
"description" : " The official React Native and Expo components for Stream Chat, a service for building chat applications" ,
4
- "version" : " 6.6.0 " ,
4
+ "version" : " 6.6.1 " ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 6.6.0 "
2
+ "version" : " 6.6.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments