File tree Expand file tree Collapse file tree 7 files changed +32
-24
lines changed Expand file tree Collapse file tree 7 files changed +32
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### [ 6.0.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.0.0...v6.0.1 ) (2024-12-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * export useFetchReaction hook from SDK and TS improvements ([ #2853 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2853 ) ) ([ 9bda6ea] ( https://github.com/GetStream/stream-chat-react-native/commit/9bda6eade1317fb78c27a24ed2dd112904f11db7 ) )
9
+ * image gallery safe area ([ #2855 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2855 ) ) ([ 5825685] ( https://github.com/GetStream/stream-chat-react-native/commit/5825685179f7803007da5eac530e06caf513ec1f ) )
10
+
3
11
## [ 6.0.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.44.2...v6.0.0 ) (2024-12-12)
4
12
5
13
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" : " 6.0.0 " ,
4
+ "version" : " 6.0.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" : " 6.0.0 "
13
+ "stream-chat-react-native-core" : " 6.0.1 "
14
14
},
15
15
"peerDependencies" : {
16
16
"expo" : " >=51.0.0" ,
Original file line number Diff line number Diff line change 1439
1439
find-up "^5.0.0"
1440
1440
js-yaml "^4.1.0"
1441
1441
1442
- " @gorhom/bottom-sheet@^4.6.4 " :
1443
- version "4.6.4 "
1444
- resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4. tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79 "
1445
- integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ ==
1442
+ " @gorhom/bottom-sheet@^5.0.6 " :
1443
+ version "5.0.6 "
1444
+ resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.0.6. tgz#f20736502399c7bcf8c73ea09e6b571dc07fe0eb "
1445
+ integrity sha512-SI/AhPvgRfnCWN6/+wbE6TXwRE4X8F2fLyE4L/0bRwgE34Zenq585qLT139uEcfCIyovC2swC3ICqQpkmWEcFA ==
1446
1446
dependencies :
1447
1447
" @gorhom/portal" " 1.0.14"
1448
1448
invariant "^2.2.4"
5113
5113
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
5114
5114
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
5115
5115
5116
- stream-chat-react-native-core@5.44.2 :
5117
- version "5.44.2 "
5118
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.44.2 .tgz#7195084d87a6ab1c4c45d7017278b06c08bf755d "
5119
- integrity sha512-WEYDzftNSQRIzn40J3JGXbX4iuDrb0wWegpLIFm4AVmzSDrR93PEr1wkdonoFK7RlO9XslVPXzDxKbZyWQ5gmA ==
5116
+ stream-chat-react-native-core@6.0.0 :
5117
+ version "6.0.0 "
5118
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.0.0 .tgz#77798c7082877572ef70223e1f799d22f0c78fe7 "
5119
+ integrity sha512-3cFao8iL2MjP7nhVRAl1vi526FbPlqUj4BHnYQ7sUNe+xb4z/HCEL6fKFh8kIfK5MEAacOQO4juPPQktoIf7zg ==
5120
5120
dependencies :
5121
- " @gorhom/bottom-sheet" " ^4.6.4 "
5121
+ " @gorhom/bottom-sheet" " ^5.0.6 "
5122
5122
dayjs "1.10.5"
5123
5123
emoji-regex "^10.3.0"
5124
5124
i18next "^21.6.14"
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" : " 6.0.0 " ,
4
+ "version" : " 6.0.1 " ,
5
5
"homepage" : " https://www.npmjs.com/package/stream-chat-react-native" ,
6
6
"author" : {
7
7
"company" : " Stream.io Inc" ,
20
20
"types" : " types/index.d.ts" ,
21
21
"dependencies" : {
22
22
"es6-symbol" : " ^3.1.3" ,
23
- "stream-chat-react-native-core" : " 6.0.0 "
23
+ "stream-chat-react-native-core" : " 6.0.1 "
24
24
},
25
25
"peerDependencies" : {
26
26
"@react-native-camera-roll/camera-roll" : " >=7.8.0" ,
Original file line number Diff line number Diff line change 1038
1038
" @babel/helper-validator-identifier" " ^7.24.7"
1039
1039
to-fast-properties "^2.0.0"
1040
1040
1041
- " @gorhom/bottom-sheet@^4.6.4 " :
1042
- version "4.6.4 "
1043
- resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4. tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79 "
1044
- integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ ==
1041
+ " @gorhom/bottom-sheet@^5.0.6 " :
1042
+ version "5.0.6 "
1043
+ resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.0.6. tgz#f20736502399c7bcf8c73ea09e6b571dc07fe0eb "
1044
+ integrity sha512-SI/AhPvgRfnCWN6/+wbE6TXwRE4X8F2fLyE4L/0bRwgE34Zenq585qLT139uEcfCIyovC2swC3ICqQpkmWEcFA ==
1045
1045
dependencies :
1046
1046
" @gorhom/portal" " 1.0.14"
1047
1047
invariant "^2.2.4"
@@ -4242,12 +4242,12 @@ statuses@~1.5.0:
4242
4242
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
4243
4243
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
4244
4244
4245
- stream-chat-react-native-core@5.44.2 :
4246
- version "5.44.2 "
4247
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.44.2 .tgz#7195084d87a6ab1c4c45d7017278b06c08bf755d "
4248
- integrity sha512-WEYDzftNSQRIzn40J3JGXbX4iuDrb0wWegpLIFm4AVmzSDrR93PEr1wkdonoFK7RlO9XslVPXzDxKbZyWQ5gmA ==
4245
+ stream-chat-react-native-core@6.0.0 :
4246
+ version "6.0.0 "
4247
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.0.0 .tgz#77798c7082877572ef70223e1f799d22f0c78fe7 "
4248
+ integrity sha512-3cFao8iL2MjP7nhVRAl1vi526FbPlqUj4BHnYQ7sUNe+xb4z/HCEL6fKFh8kIfK5MEAacOQO4juPPQktoIf7zg ==
4249
4249
dependencies :
4250
- " @gorhom/bottom-sheet" " ^4.6.4 "
4250
+ " @gorhom/bottom-sheet" " ^5.0.6 "
4251
4251
dayjs "1.10.5"
4252
4252
emoji-regex "^10.3.0"
4253
4253
i18next "^21.6.14"
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" : " 6.0.0 " ,
4
+ "version" : " 6.0.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" : " 6.0.0 "
2
+ "version" : " 6.0.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments