File tree 7 files changed +31
-24
lines changed
7 files changed +31
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### [ 5.43.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.43.0...v5.43.1 ) (2024-11-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * channel.state break on going to background ([ #2809 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2809 ) ) ([ 54ff925] ( https://github.com/GetStream/stream-chat-react-native/commit/54ff925405ad3cc3c269f92b054955fff3086e0a ) )
9
+
3
10
## [ 5.43.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.42.2...v5.43.0 ) (2024-11-20)
4
11
5
12
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" : " 5.43.0 " ,
4
+ "version" : " 5.43.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" : " 5.43.0 "
13
+ "stream-chat-react-native-core" : " 5.43.1 "
14
14
},
15
15
"peerDependencies" : {
16
16
"@react-native-community/netinfo" : " >=6.0.0" ,
Original file line number Diff line number Diff line change 2929
2929
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
2930
2930
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
2931
2931
2932
- stream-chat-react-native-core@5.42.2 :
2933
- version "5.42.2 "
2934
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.2 .tgz#edb92b490d4beb894ba549c7deefc770f501360c "
2935
- integrity sha512-eA2fK3eYdhr2RSbB22s1ha29y4EPbj9yPAskWxGo1aJK+KXwXDlAYqGtJa/8saRSSU4DdV89yG5ihvTFgP+Huw ==
2932
+ stream-chat-react-native-core@5.43.0 :
2933
+ version "5.43.0 "
2934
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.43.0 .tgz#d6f4eaeedc6fc35e5902f06cf895e47e95c2255e "
2935
+ integrity sha512-Cfgt4ZtP/5yXh6eNzhRVyVtMjzhFdJKFu6injDM4TXClHThdjqv5v9G/s/znpm0QDq2x8vktPEB0evrtyezsNg ==
2936
2936
dependencies :
2937
2937
" @gorhom/bottom-sheet" " ^4.6.4"
2938
2938
dayjs "1.10.5"
2945
2945
path "0.12.7"
2946
2946
react-native-markdown-package "1.8.2"
2947
2947
react-native-url-polyfill "^1.3.0"
2948
- stream-chat "8.44.0 "
2948
+ stream-chat "8.45.1 "
2949
2949
2950
- stream-chat@8.44.0 :
2951
- version "8.44.0 "
2952
- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.44.0 .tgz#e48446cf91db786e80a2e7358ac4f1601e5e97f0 "
2953
- integrity sha512-7HNtimD8sT/51rsFibGcD6uBgKj+vlKyYCZMDzjYQEaEsrLqyAg48dOyNM4L2FTF5aXgo9SlxZr21SPleeA2BA ==
2950
+ stream-chat@8.45.1 :
2951
+ version "8.45.1 "
2952
+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.45.1 .tgz#001f452520602ebffe45f1634b5f5dd1ff036ec5 "
2953
+ integrity sha512-7OMpL2RHUd+PXSWzhTUAIjjXlI9Oqc4HhUBRfc5i6dK+Ug9S5ertb7RvyzGL5N4ITpq/6ZUAwXtTqRaN9+UUkw ==
2954
2954
dependencies :
2955
2955
" @babel/runtime" " ^7.16.3"
2956
2956
" @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" : " 5.43.0 " ,
4
+ "version" : " 5.43.1 " ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
11
11
"types" : " types/index.d.ts" ,
12
12
"dependencies" : {
13
13
"es6-symbol" : " ^3.1.3" ,
14
- "stream-chat-react-native-core" : " 5.43.0 "
14
+ "stream-chat-react-native-core" : " 5.43.1 "
15
15
},
16
16
"peerDependencies" : {
17
17
"@react-native-camera-roll/camera-roll" : " >=5.0.0" ,
Original file line number Diff line number Diff line change @@ -4244,10 +4244,10 @@ statuses@~1.5.0:
4244
4244
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
4245
4245
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
4246
4246
4247
- stream-chat-react-native-core@5.42.2 :
4248
- version "5.42.2 "
4249
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.42.2 .tgz#edb92b490d4beb894ba549c7deefc770f501360c "
4250
- integrity sha512-eA2fK3eYdhr2RSbB22s1ha29y4EPbj9yPAskWxGo1aJK+KXwXDlAYqGtJa/8saRSSU4DdV89yG5ihvTFgP+Huw ==
4247
+ stream-chat-react-native-core@5.43.0 :
4248
+ version "5.43.0 "
4249
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.43.0 .tgz#d6f4eaeedc6fc35e5902f06cf895e47e95c2255e "
4250
+ integrity sha512-Cfgt4ZtP/5yXh6eNzhRVyVtMjzhFdJKFu6injDM4TXClHThdjqv5v9G/s/znpm0QDq2x8vktPEB0evrtyezsNg ==
4251
4251
dependencies :
4252
4252
" @gorhom/bottom-sheet" " ^4.6.4"
4253
4253
dayjs "1.10.5"
4260
4260
path "0.12.7"
4261
4261
react-native-markdown-package "1.8.2"
4262
4262
react-native-url-polyfill "^1.3.0"
4263
- stream-chat "8.44.0 "
4263
+ stream-chat "8.45.1 "
4264
4264
4265
- stream-chat@8.44.0 :
4266
- version "8.44.0 "
4267
- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.44.0 .tgz#e48446cf91db786e80a2e7358ac4f1601e5e97f0 "
4268
- integrity sha512-7HNtimD8sT/51rsFibGcD6uBgKj+vlKyYCZMDzjYQEaEsrLqyAg48dOyNM4L2FTF5aXgo9SlxZr21SPleeA2BA ==
4265
+ stream-chat@8.45.1 :
4266
+ version "8.45.1 "
4267
+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.45.1 .tgz#001f452520602ebffe45f1634b5f5dd1ff036ec5 "
4268
+ integrity sha512-7OMpL2RHUd+PXSWzhTUAIjjXlI9Oqc4HhUBRfc5i6dK+Ug9S5ertb7RvyzGL5N4ITpq/6ZUAwXtTqRaN9+UUkw ==
4269
4269
dependencies :
4270
4270
" @babel/runtime" " ^7.16.3"
4271
4271
" @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" : " 5.43.0 " ,
4
+ "version" : " 5.43.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" : " 5.43.0 "
2
+ "version" : " 5.43.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments