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+ ### [ 5.31.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.31.0...v5.31.1 ) (2024-05-28)
4+
5+
6+ ### Bug Fixes
7+
8+ * add back formattedDate prop to MessageFooter ([ #2528 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2528 ) ) ([ e553d50] ( https://github.com/GetStream/stream-chat-react-native/commit/e553d50bdbfa91455bb27c2eda58cfaaf1aca873 ) )
9+
310## [ 5.31.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.30.0...v5.31.0 ) (2024-05-23)
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" : " 5.31.0 " ,
4+ "version" : " 5.31.1 " ,
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" : " 5.31.0 "
13+ "stream-chat-react-native-core" : " 5.31.1 "
1414 },
1515 "peerDependencies" : {
1616 "@react-native-community/netinfo" : " >=6.0.0" ,
Original file line number Diff line number Diff line change 29292929 resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
29302930 integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
29312931
2932- stream-chat-react-native-core@5.30 .0 :
2933- version "5.30 .0"
2934- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.30 .0.tgz#6277e28d775650c561b9f9a612121fa6074b6fec "
2935- integrity sha512-he16JgGmCoiejWFgJneY3IWwddlnE0vMoQulrjn+tqdca98S4bTmPVQuuHryACLvQW2fM5zhDeGSF2WStZlNlQ ==
2932+ stream-chat-react-native-core@5.31 .0 :
2933+ version "5.31 .0"
2934+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.31 .0.tgz#8bbcd7310891bf70fc8c0ff345224be9d29cd59e "
2935+ integrity sha512-gPhY5Ly+n8tfa/awu1hV9+Aj+1c35lUpo+UZLgcmgPey2F7kC8YZr1pvon6m7IWTh/MoU5IEnqtswqF+NWQdBQ ==
29362936 dependencies :
29372937 " @gorhom/bottom-sheet" " 4.4.8"
29382938 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" : " 5.31.0 " ,
4+ "version" : " 5.31.1 " ,
55 "author" : {
66 "company" : " Stream.io Inc" ,
77 "name" : " Stream.io Inc"
1111 "types" : " types/index.d.ts" ,
1212 "dependencies" : {
1313 "es6-symbol" : " ^3.1.3" ,
14- "stream-chat-react-native-core" : " 5.31.0 "
14+ "stream-chat-react-native-core" : " 5.31.1 "
1515 },
1616 "peerDependencies" : {
1717 "@react-native-camera-roll/camera-roll" : " >=5.0.0" ,
Original file line number Diff line number Diff line change @@ -4237,10 +4237,10 @@ statuses@~1.5.0:
42374237 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42384238 integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42394239
4240- stream-chat-react-native-core@5.30 .0 :
4241- version "5.30 .0"
4242- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.30 .0.tgz#6277e28d775650c561b9f9a612121fa6074b6fec "
4243- integrity sha512-he16JgGmCoiejWFgJneY3IWwddlnE0vMoQulrjn+tqdca98S4bTmPVQuuHryACLvQW2fM5zhDeGSF2WStZlNlQ ==
4240+ stream-chat-react-native-core@5.31 .0 :
4241+ version "5.31 .0"
4242+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.31 .0.tgz#8bbcd7310891bf70fc8c0ff345224be9d29cd59e "
4243+ integrity sha512-gPhY5Ly+n8tfa/awu1hV9+Aj+1c35lUpo+UZLgcmgPey2F7kC8YZr1pvon6m7IWTh/MoU5IEnqtswqF+NWQdBQ ==
42444244 dependencies :
42454245 " @gorhom/bottom-sheet" " 4.4.8"
42464246 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" : " 5.31.0 " ,
4+ "version" : " 5.31.1 " ,
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" : " 5.31.0 "
2+ "version" : " 5.31.1 "
33}
You can’t perform that action at this time.
0 commit comments