Skip to content

Commit

Permalink
chore(release): 5.23.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 23, 2024
1 parent 38a986f commit d4da522
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

### [5.23.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.23.1...v5.23.2) (2024-01-23)


### Bug Fixes

* autocomplete suggestion list scroll issue ([#2394](https://github.com/GetStream/stream-chat-react-native/issues/2394)) ([8c8bfad](https://github.com/GetStream/stream-chat-react-native/commit/8c8bfad564e36c8311ae929b202737484cd8dc59))
* unnecessary thread reload ([#2397](https://github.com/GetStream/stream-chat-react-native/issues/2397)) ([da7eb56](https://github.com/GetStream/stream-chat-react-native/commit/da7eb56632356600cb6c39da9720d3c5f887ceb9))

### [5.23.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.23.0...v5.23.1) (2024-01-22)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "5.23.1",
"version": "5.23.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "5.23.1"
"stream-chat-react-native-core": "5.23.2"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=6.0.0",
Expand Down
14 changes: 10 additions & 4 deletions package/expo-package/yarn.lock
Expand Up @@ -1833,6 +1833,11 @@ electron-to-chromium@^1.4.411:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.414.tgz#f9eedb6fb01b50439d8228d8ee3a6fa5e0108437"
integrity sha512-RRuCvP6ekngVh2SAJaOKT/hxqc9JAsK+Pe0hP5tGQIfonU2Zy9gMGdJ+mBdyl/vNucMG6gkXYtuM4H/1giws5w==

emoji-regex@^10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==

emojis-list@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
Expand Down Expand Up @@ -3041,14 +3046,15 @@ stream-buffers@2.2.x:
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==

stream-chat-react-native-core@5.23.0:
version "5.23.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.23.0.tgz#7e8af0df2f38935683bc16611e32a950be3d623e"
integrity sha512-ThWT55mtIp+kujKo8cIKeorC2fpmtA6fTfCJ5e+G5NVe7oJBSpgG50RrZ7wQwbFGay4go8MmAPNuVztjwQS0Ug==
stream-chat-react-native-core@5.23.1:
version "5.23.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.23.1.tgz#9bccc2c534762b764cb98703db5b6df1c7d1e394"
integrity sha512-ls+Tvtcbl+lfMgGlFBtHBfvyAKlY94jD9nhFgSeibV2vZzySvl8me9z3pDSZQVFDtqLbdnxCruGa91+hyrfGAg==
dependencies:
"@babel/runtime" "^7.12.5"
"@gorhom/bottom-sheet" "4.4.8"
dayjs "1.10.5"
emoji-regex "^10.3.0"
file-loader "6.2.0"
i18next "20.2.4"
linkifyjs "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "5.23.1",
"version": "5.23.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -11,7 +11,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "5.23.1"
"stream-chat-react-native-core": "5.23.2"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=5.0.0",
Expand Down
14 changes: 10 additions & 4 deletions package/native-package/yarn.lock
Expand Up @@ -1958,6 +1958,11 @@ electron-to-chromium@^1.4.411:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.414.tgz#f9eedb6fb01b50439d8228d8ee3a6fa5e0108437"
integrity sha512-RRuCvP6ekngVh2SAJaOKT/hxqc9JAsK+Pe0hP5tGQIfonU2Zy9gMGdJ+mBdyl/vNucMG6gkXYtuM4H/1giws5w==

emoji-regex@^10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==

emoji-regex@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
Expand Down Expand Up @@ -4386,14 +4391,15 @@ statuses@~1.5.0:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

stream-chat-react-native-core@5.23.0:
version "5.23.0"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.23.0.tgz#7e8af0df2f38935683bc16611e32a950be3d623e"
integrity sha512-ThWT55mtIp+kujKo8cIKeorC2fpmtA6fTfCJ5e+G5NVe7oJBSpgG50RrZ7wQwbFGay4go8MmAPNuVztjwQS0Ug==
stream-chat-react-native-core@5.23.1:
version "5.23.1"
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.23.1.tgz#9bccc2c534762b764cb98703db5b6df1c7d1e394"
integrity sha512-ls+Tvtcbl+lfMgGlFBtHBfvyAKlY94jD9nhFgSeibV2vZzySvl8me9z3pDSZQVFDtqLbdnxCruGa91+hyrfGAg==
dependencies:
"@babel/runtime" "^7.12.5"
"@gorhom/bottom-sheet" "4.4.8"
dayjs "1.10.5"
emoji-regex "^10.3.0"
file-loader "6.2.0"
i18next "20.2.4"
linkifyjs "^4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "5.23.1",
"version": "5.23.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
@@ -1,3 +1,3 @@
{
"version": "5.23.1"
"version": "5.23.2"
}

0 comments on commit d4da522

Please sign in to comment.