File tree Expand file tree Collapse file tree 7 files changed +21
-14
lines changed
Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ### [ 6.6.4] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.6.3...v6.6.4 ) (2025-02-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * upload file/image and respect app settings ([ #2976 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2976 ) ) ([ aa2be37] ( https://github.com/GetStream/stream-chat-react-native/commit/aa2be37ed8ee8c2d3fb5c9167bf36b54722d5681 ) )
9+
310### [ 6.6.3] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.6.2...v6.6.3 ) (2025-02-21)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " stream-chat-expo" ,
33 "description" : " The official Expo SDK for Stream Chat, a service for building chat applications" ,
4- "version" : " 6.6.3 " ,
4+ "version" : " 6.6.4 " ,
55 "author" : {
66 "company" : " Stream.io Inc" ,
77 "name" : " Stream.io Inc"
1010 "main" : " src/index.js" ,
1111 "types" : " types/index.d.ts" ,
1212 "dependencies" : {
13- "stream-chat-react-native-core" : " 6.6.3 "
13+ "stream-chat-react-native-core" : " 6.6.4 "
1414 },
1515 "peerDependencies" : {
1616 "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:
51135113 resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
51145114 integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
51155115
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 ==
5116+ stream-chat-react-native-core@6.6.3 :
5117+ version "6.6.3 "
5118+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.3 .tgz#580225cbcd7a9fbfdb3461f76ef6784908b1533e "
5119+ integrity sha512-Oe5AYvamlI2qKO+VjcthaIm/J6+pCQRsVVn5EG5fiakya2sJPF2L3hGBPOjo6MNLe9oz7QKP7jp8U61j9vsqLA ==
51205120 dependencies :
51215121 " @gorhom/bottom-sheet" " ^5.0.6"
51225122 dayjs "1.10.5"
Original file line number Diff line number Diff line change 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" : " 6.6.3 " ,
4+ "version" : " 6.6.4 " ,
55 "homepage" : " https://www.npmjs.com/package/stream-chat-react-native" ,
66 "author" : {
77 "company" : " Stream.io Inc" ,
2020 "types" : " types/index.d.ts" ,
2121 "dependencies" : {
2222 "es6-symbol" : " ^3.1.3" ,
23- "stream-chat-react-native-core" : " 6.6.3 "
23+ "stream-chat-react-native-core" : " 6.6.4 "
2424 },
2525 "peerDependencies" : {
2626 "@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:
42424242 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42434243 integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42444244
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 ==
4245+ stream-chat-react-native-core@6.6.3 :
4246+ version "6.6.3 "
4247+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.6.3 .tgz#580225cbcd7a9fbfdb3461f76ef6784908b1533e "
4248+ integrity sha512-Oe5AYvamlI2qKO+VjcthaIm/J6+pCQRsVVn5EG5fiakya2sJPF2L3hGBPOjo6MNLe9oz7QKP7jp8U61j9vsqLA ==
42494249 dependencies :
42504250 " @gorhom/bottom-sheet" " ^5.0.6"
42514251 dayjs "1.10.5"
Original file line number Diff line number Diff line change 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" : " 6.6.3 " ,
4+ "version" : " 6.6.4 " ,
55 "author" : {
66 "company" : " Stream.io Inc" ,
77 "name" : " Stream.io Inc"
Original file line number Diff line number Diff line change 11{
2- "version" : " 6.6.3 "
2+ "version" : " 6.6.4 "
33}
You can’t perform that action at this time.
0 commit comments