diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index a4d369161..0c086dc8a 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +### [5.23.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.23.0...v5.23.1) (2024-01-22) + + +### Bug Fixes + +* crash when sending a very long emoji ([#2392](https://github.com/GetStream/stream-chat-react-native/issues/2392)) ([e96e9bf](https://github.com/GetStream/stream-chat-react-native/commit/e96e9bfd5e9f150d70f4d89f77c1e5519a4b97fc)) + ## [5.23.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.22.1...v5.23.0) (2024-01-18) diff --git a/package/expo-package/package.json b/package/expo-package/package.json index f9ff6f183..315db1d57 100644 --- a/package/expo-package/package.json +++ b/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.0", + "version": "5.23.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -10,7 +10,7 @@ "main": "src/index.js", "types": "types/index.d.ts", "dependencies": { - "stream-chat-react-native-core": "5.23.0" + "stream-chat-react-native-core": "5.23.1" }, "peerDependencies": { "@react-native-community/netinfo": ">=6.0.0", diff --git a/package/expo-package/yarn.lock b/package/expo-package/yarn.lock index f61b90d57..b32f4d124 100644 --- a/package/expo-package/yarn.lock +++ b/package/expo-package/yarn.lock @@ -3041,10 +3041,10 @@ 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.22.1: - version "5.22.1" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.22.1.tgz#76aad957938a87c601ddd65ee562dd52cdd9422e" - integrity sha512-Nx19wFlkJaNz+xXaF8QtQtdqxmabuvVpI60QTH4yUktpOjVQ43/gszofnJsowsBJa/5y0WLxWvmCzGO+rVfoLQ== +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== dependencies: "@babel/runtime" "^7.12.5" "@gorhom/bottom-sheet" "4.4.8" diff --git a/package/native-package/package.json b/package/native-package/package.json index 3e1cb7317..58f4112cb 100644 --- a/package/native-package/package.json +++ b/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.0", + "version": "5.23.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -11,7 +11,7 @@ "types": "types/index.d.ts", "dependencies": { "es6-symbol": "^3.1.3", - "stream-chat-react-native-core": "5.23.0" + "stream-chat-react-native-core": "5.23.1" }, "peerDependencies": { "@react-native-camera-roll/camera-roll": ">=5.0.0", diff --git a/package/native-package/yarn.lock b/package/native-package/yarn.lock index c2675c1cc..a07b8ef8b 100644 --- a/package/native-package/yarn.lock +++ b/package/native-package/yarn.lock @@ -4386,10 +4386,10 @@ 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.22.1: - version "5.22.1" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.22.1.tgz#76aad957938a87c601ddd65ee562dd52cdd9422e" - integrity sha512-Nx19wFlkJaNz+xXaF8QtQtdqxmabuvVpI60QTH4yUktpOjVQ43/gszofnJsowsBJa/5y0WLxWvmCzGO+rVfoLQ== +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== dependencies: "@babel/runtime" "^7.12.5" "@gorhom/bottom-sheet" "4.4.8" diff --git a/package/package.json b/package/package.json index 582bc13b5..f0c8584ec 100644 --- a/package/package.json +++ b/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.0", + "version": "5.23.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/package/src/version.json b/package/src/version.json index aac3d5520..82dfe535d 100644 --- a/package/src/version.json +++ b/package/src/version.json @@ -1,3 +1,3 @@ { - "version": "5.23.0" + "version": "5.23.1" }