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.19.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.19.0...v5.19.1 ) (2023-10-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update stream-chat to fix failing get requests with undefined param ([ #2269 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2269 ) ) ([ a85d71a] ( https://github.com/GetStream/stream-chat-react-native/commit/a85d71af17c87aaa0703a6d71bce0d4bd704266e ) )
9
+
3
10
## [ 5.19.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.18.1...v5.19.0 ) (2023-10-11)
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.19.0 " ,
4
+ "version" : " 5.19.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.19.0 "
13
+ "stream-chat-react-native-core" : " 5.19.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 1315
1315
lodash.pick "^4.4.0"
1316
1316
lodash.template "^4.5.0"
1317
1317
1318
- " @gorhom/bottom-sheet@4.4.5 " :
1319
- version "4.4.5 "
1320
- resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5 .tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe "
1321
- integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA ==
1318
+ " @gorhom/bottom-sheet@4.4.8 " :
1319
+ version "4.4.8 "
1320
+ resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.8 .tgz#cfc1b342e9151acecbb846bd67638211382a350e "
1321
+ integrity sha512-5QgM91NJjbqKxI8RjZ9ujjynaPzAM1iQKExK3+L+ZbEnziIq8tgOekhiBUut9sBZAQA4nhLxWV6Rt/HGpgCldQ ==
1322
1322
dependencies :
1323
1323
" @gorhom/portal" " 1.0.14"
1324
1324
invariant "^2.2.4"
@@ -3034,13 +3034,13 @@ stream-buffers@2.2.x:
3034
3034
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
3035
3035
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
3036
3036
3037
- stream-chat-react-native-core@5.18.1 :
3038
- version "5.18.1 "
3039
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.1 .tgz#7645d0ec6414369b9ee0fcf81b875255db843407 "
3040
- integrity sha512-N+qAsjkquOr/mnwWAomxCCBc7YoIRsgc8dxbpT+XnGnhXDwNnyTxxKoY3ViGh6B6OSHLXizxcNIAxdgB/mSsKA ==
3037
+ stream-chat-react-native-core@5.19.0 :
3038
+ version "5.19.0 "
3039
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.19.0 .tgz#8408f64c7d4eb97fc315e865b0759092e17c09ca "
3040
+ integrity sha512-p/+Rdo18JIoBkt+BovFnNezh18DXq+/k6WClx1JPgjcJg35OkqXx/W47WLLWuurBw/NR/Il9orFj7JRO/Ebddg ==
3041
3041
dependencies :
3042
3042
" @babel/runtime" " ^7.12.5"
3043
- " @gorhom/bottom-sheet" " 4.4.5 "
3043
+ " @gorhom/bottom-sheet" " 4.4.8 "
3044
3044
dayjs "1.10.5"
3045
3045
file-loader "6.2.0"
3046
3046
i18next "20.2.4"
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.19.0 " ,
4
+ "version" : " 5.19.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.19.0 "
14
+ "stream-chat-react-native-core" : " 5.19.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 732
732
" @babel/helper-validator-identifier" " ^7.19.1"
733
733
to-fast-properties "^2.0.0"
734
734
735
- " @gorhom/bottom-sheet@4.4.5 " :
736
- version "4.4.5 "
737
- resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5 .tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe "
738
- integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA ==
735
+ " @gorhom/bottom-sheet@4.4.8 " :
736
+ version "4.4.8 "
737
+ resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.8 .tgz#cfc1b342e9151acecbb846bd67638211382a350e "
738
+ integrity sha512-5QgM91NJjbqKxI8RjZ9ujjynaPzAM1iQKExK3+L+ZbEnziIq8tgOekhiBUut9sBZAQA4nhLxWV6Rt/HGpgCldQ ==
739
739
dependencies :
740
740
" @gorhom/portal" " 1.0.14"
741
741
invariant "^2.2.4"
@@ -4379,13 +4379,13 @@ statuses@~1.5.0:
4379
4379
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
4380
4380
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
4381
4381
4382
- stream-chat-react-native-core@5.18.1 :
4383
- version "5.18.1 "
4384
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.1 .tgz#7645d0ec6414369b9ee0fcf81b875255db843407 "
4385
- integrity sha512-N+qAsjkquOr/mnwWAomxCCBc7YoIRsgc8dxbpT+XnGnhXDwNnyTxxKoY3ViGh6B6OSHLXizxcNIAxdgB/mSsKA ==
4382
+ stream-chat-react-native-core@5.19.0 :
4383
+ version "5.19.0 "
4384
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.19.0 .tgz#8408f64c7d4eb97fc315e865b0759092e17c09ca "
4385
+ integrity sha512-p/+Rdo18JIoBkt+BovFnNezh18DXq+/k6WClx1JPgjcJg35OkqXx/W47WLLWuurBw/NR/Il9orFj7JRO/Ebddg ==
4386
4386
dependencies :
4387
4387
" @babel/runtime" " ^7.12.5"
4388
- " @gorhom/bottom-sheet" " 4.4.5 "
4388
+ " @gorhom/bottom-sheet" " 4.4.8 "
4389
4389
dayjs "1.10.5"
4390
4390
file-loader "6.2.0"
4391
4391
i18next "20.2.4"
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.19.0 " ,
4
+ "version" : " 5.19.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.19.0 "
2
+ "version" : " 5.19.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments