Skip to content

Commit 8bf3a18

Browse files
chore(release): 5.19.1 [skip ci]
1 parent 4759aa0 commit 8bf3a18

File tree

7 files changed

+31
-24
lines changed

7 files changed

+31
-24
lines changed

package/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## [5.19.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.18.1...v5.19.0) (2023-10-11)
411

512

package/expo-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.19.0",
4+
"version": "5.19.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "5.19.0"
13+
"stream-chat-react-native-core": "5.19.1"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.0.0",

package/expo-package/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1315,10 +1315,10 @@
13151315
lodash.pick "^4.4.0"
13161316
lodash.template "^4.5.0"
13171317

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==
13221322
dependencies:
13231323
"@gorhom/portal" "1.0.14"
13241324
invariant "^2.2.4"
@@ -3034,13 +3034,13 @@ stream-buffers@2.2.x:
30343034
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
30353035
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
30363036

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==
30413041
dependencies:
30423042
"@babel/runtime" "^7.12.5"
3043-
"@gorhom/bottom-sheet" "4.4.5"
3043+
"@gorhom/bottom-sheet" "4.4.8"
30443044
dayjs "1.10.5"
30453045
file-loader "6.2.0"
30463046
i18next "20.2.4"

package/native-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.19.0",
4+
"version": "5.19.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"es6-symbol": "^3.1.3",
14-
"stream-chat-react-native-core": "5.19.0"
14+
"stream-chat-react-native-core": "5.19.1"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/native-package/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,10 @@
732732
"@babel/helper-validator-identifier" "^7.19.1"
733733
to-fast-properties "^2.0.0"
734734

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==
739739
dependencies:
740740
"@gorhom/portal" "1.0.14"
741741
invariant "^2.2.4"
@@ -4379,13 +4379,13 @@ statuses@~1.5.0:
43794379
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
43804380
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
43814381

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==
43864386
dependencies:
43874387
"@babel/runtime" "^7.12.5"
4388-
"@gorhom/bottom-sheet" "4.4.5"
4388+
"@gorhom/bottom-sheet" "4.4.8"
43894389
dayjs "1.10.5"
43904390
file-loader "6.2.0"
43914391
i18next "20.2.4"

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.19.0",
4+
"version": "5.19.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.19.0"
2+
"version": "5.19.1"
33
}

0 commit comments

Comments
 (0)