File tree 7 files changed +22
-14
lines changed
7 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### [ 6.6.3] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.6.2...v6.6.3 ) (2025-02-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change height of bottom sheet in message menu using theme ([ #2969 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2969 ) ) ([ 094a0e1] ( https://github.com/GetStream/stream-chat-react-native/commit/094a0e1472ba39ab9d18d8a4a8ccefe33be60260 ) )
9
+ * file upload preview state refresh when state changes ([ #2970 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2970 ) ) ([ 776ac2c] ( https://github.com/GetStream/stream-chat-react-native/commit/776ac2cca47bce409e60f1a45373271b6c16e31d ) )
10
+
3
11
### [ 6.6.2] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.6.1...v6.6.2 ) (2025-02-19)
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.2 " ,
4
+ "version" : " 6.6.3 " ,
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.2 "
13
+ "stream-chat-react-native-core" : " 6.6.3 "
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.6.1 :
5117
- version "6.6.1 "
5118
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.1 .tgz#9f2221d0d47bf919bf6dee796a51b0364cb02ba7 "
5119
- integrity sha512-ELNCIGY0fzZSR5zrOtuacANaPoCKSYirZ2+ydmFwdZ/H2AhUgcNGGRD6pqY7QqkiXne9mCsw0vZT5BFBTFMGgw ==
5116
+ stream-chat-react-native-core@6.6.2 :
5117
+ version "6.6.2 "
5118
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.2 .tgz#a32bcf56f1675c60ceeef4507ed43120f659d52d "
5119
+ integrity sha512-JeDMaVGEUCKYmG+qcbCsUPB7HyxYd4pEAMFXG0O180JOMAqemyjXMquKvGCGF8Q4YZAKUPV71VC/vGLpPDnGQg ==
5120
5120
dependencies :
5121
5121
" @gorhom/bottom-sheet" " ^5.0.6"
5122
5122
dayjs "1.10.5"
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.2 " ,
4
+ "version" : " 6.6.3 " ,
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.2 "
23
+ "stream-chat-react-native-core" : " 6.6.3 "
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.6.1 :
4246
- version "6.6.1 "
4247
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.1 .tgz#9f2221d0d47bf919bf6dee796a51b0364cb02ba7 "
4248
- integrity sha512-ELNCIGY0fzZSR5zrOtuacANaPoCKSYirZ2+ydmFwdZ/H2AhUgcNGGRD6pqY7QqkiXne9mCsw0vZT5BFBTFMGgw ==
4245
+ stream-chat-react-native-core@6.6.2 :
4246
+ version "6.6.2 "
4247
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.2 .tgz#a32bcf56f1675c60ceeef4507ed43120f659d52d "
4248
+ integrity sha512-JeDMaVGEUCKYmG+qcbCsUPB7HyxYd4pEAMFXG0O180JOMAqemyjXMquKvGCGF8Q4YZAKUPV71VC/vGLpPDnGQg ==
4249
4249
dependencies :
4250
4250
" @gorhom/bottom-sheet" " ^5.0.6"
4251
4251
dayjs "1.10.5"
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.2 " ,
4
+ "version" : " 6.6.3 " ,
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.2 "
2
+ "version" : " 6.6.3 "
3
3
}
You can’t perform that action at this time.
0 commit comments