Skip to content

Commit fb860a9

Browse files
chore(release): 5.18.1 [skip ci]
1 parent 3fb95ff commit fb860a9

File tree

7 files changed

+33
-38
lines changed

7 files changed

+33
-38
lines changed

package/CHANGELOG.md

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

3+
### [5.18.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.18.0...v5.18.1) (2023-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* long message content overflowing issue in overlay ([#2244](https://github.com/GetStream/stream-chat-react-native/issues/2244)) ([0e37670](https://github.com/GetStream/stream-chat-react-native/commit/0e37670063fdda71680fc64e119ec0533150459c))
9+
* missing Japanese translation ([#2243](https://github.com/GetStream/stream-chat-react-native/issues/2243)) ([ed2754f](https://github.com/GetStream/stream-chat-react-native/commit/ed2754f9fc011eb91f007789308950b50b66363b))
10+
* url param serialisation issue on iOS 17 ([#2246](https://github.com/GetStream/stream-chat-react-native/issues/2246)) ([0f23d93](https://github.com/GetStream/stream-chat-react-native/commit/0f23d93079c18301aa5717e9140c247e15e307dd))
11+
312
## [5.18.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.17.1...v5.18.0) (2023-09-26)
413

514

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.18.0",
4+
"version": "5.18.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.18.0"
13+
"stream-chat-react-native-core": "5.18.1"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": ">=6.0.0",

package/expo-package/yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -2367,12 +2367,10 @@ lines-and-columns@^1.1.6:
23672367
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
23682368
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
23692369

2370-
linkify-it@^4.0.1:
2371-
version "4.0.1"
2372-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
2373-
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
2374-
dependencies:
2375-
uc.micro "^1.0.1"
2370+
linkifyjs@^4.1.1:
2371+
version "4.1.1"
2372+
resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.1.tgz#73d427e3bbaaf4ca8e71c589ad4ffda11a9a5fde"
2373+
integrity sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==
23762374

23772375
loader-utils@^2.0.0:
23782376
version "2.0.4"
@@ -3036,17 +3034,17 @@ stream-buffers@2.2.x:
30363034
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
30373035
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
30383036

3039-
stream-chat-react-native-core@5.17.1:
3040-
version "5.17.1"
3041-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.1.tgz#c37b5bfbc7c5822e1db48cb9da859fa501574a10"
3042-
integrity sha512-nruCDSGmjje0Z8By6yFuND9i/3XHAlwia6Y95i7Z6HCucE3dwhbMYCmox0j9mTzF7ob4OFISC8YXCfgReDH/Fg==
3037+
stream-chat-react-native-core@5.18.0:
3038+
version "5.18.0"
3039+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.0.tgz#088de30dd1bf4d8e529e942a1cb3103183da1fa1"
3040+
integrity sha512-fEA38wYPJxwHLB6LcSgDaELCTK4cGQdgKixCPBG5XvqyDwMUOt6DWi+gQs8Vc5nf9PimJsOfJH/KGEuMrcWryQ==
30433041
dependencies:
30443042
"@babel/runtime" "^7.12.5"
30453043
"@gorhom/bottom-sheet" "4.4.5"
30463044
dayjs "1.10.5"
30473045
file-loader "6.2.0"
30483046
i18next "20.2.4"
3049-
linkify-it "^4.0.1"
3047+
linkifyjs "^4.1.1"
30503048
lodash-es "4.17.21"
30513049
metro-react-native-babel-preset "0.66.2"
30523050
mime-types "^2.1.34"
@@ -3138,11 +3136,6 @@ ua-parser-js@^0.7.30:
31383136
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.35.tgz#8bda4827be4f0b1dda91699a29499575a1f1d307"
31393137
integrity sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==
31403138

3141-
uc.micro@^1.0.1:
3142-
version "1.0.6"
3143-
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
3144-
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
3145-
31463139
unicode-canonical-property-names-ecmascript@^2.0.0:
31473140
version "2.0.0"
31483141
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

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.18.0",
4+
"version": "5.18.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.18.0"
14+
"stream-chat-react-native-core": "5.18.1"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": ">=5.0.0",

package/native-package/yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -2876,12 +2876,10 @@ leven@^3.1.0:
28762876
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
28772877
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
28782878

2879-
linkify-it@^4.0.1:
2880-
version "4.0.1"
2881-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
2882-
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
2883-
dependencies:
2884-
uc.micro "^1.0.1"
2879+
linkifyjs@^4.1.1:
2880+
version "4.1.1"
2881+
resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.1.tgz#73d427e3bbaaf4ca8e71c589ad4ffda11a9a5fde"
2882+
integrity sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==
28852883

28862884
loader-utils@^2.0.0:
28872885
version "2.0.4"
@@ -4381,17 +4379,17 @@ statuses@~1.5.0:
43814379
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
43824380
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
43834381

4384-
stream-chat-react-native-core@5.17.1:
4385-
version "5.17.1"
4386-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.17.1.tgz#c37b5bfbc7c5822e1db48cb9da859fa501574a10"
4387-
integrity sha512-nruCDSGmjje0Z8By6yFuND9i/3XHAlwia6Y95i7Z6HCucE3dwhbMYCmox0j9mTzF7ob4OFISC8YXCfgReDH/Fg==
4382+
stream-chat-react-native-core@5.18.0:
4383+
version "5.18.0"
4384+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.18.0.tgz#088de30dd1bf4d8e529e942a1cb3103183da1fa1"
4385+
integrity sha512-fEA38wYPJxwHLB6LcSgDaELCTK4cGQdgKixCPBG5XvqyDwMUOt6DWi+gQs8Vc5nf9PimJsOfJH/KGEuMrcWryQ==
43884386
dependencies:
43894387
"@babel/runtime" "^7.12.5"
43904388
"@gorhom/bottom-sheet" "4.4.5"
43914389
dayjs "1.10.5"
43924390
file-loader "6.2.0"
43934391
i18next "20.2.4"
4394-
linkify-it "^4.0.1"
4392+
linkifyjs "^4.1.1"
43954393
lodash-es "4.17.21"
43964394
metro-react-native-babel-preset "0.66.2"
43974395
mime-types "^2.1.34"
@@ -4608,11 +4606,6 @@ type@^2.7.2:
46084606
resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0"
46094607
integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
46104608

4611-
uc.micro@^1.0.1:
4612-
version "1.0.6"
4613-
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
4614-
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
4615-
46164609
uglify-es@^3.1.9:
46174610
version "3.3.9"
46184611
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

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.18.0",
4+
"version": "5.18.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.18.0"
2+
"version": "5.18.1"
33
}

0 commit comments

Comments
 (0)