diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 2b9d336eeb..f4fc8b161d 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [5.35.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.34.0...v5.35.0) (2024-08-19) + + +### Features + +* make cameraroll library optional ([#2604](https://github.com/GetStream/stream-chat-react-native/issues/2604)) ([d7152f9](https://github.com/GetStream/stream-chat-react-native/commit/d7152f97967a0a63ff5fd612a6d42ab200de5c57)) + + +### Bug Fixes + +* attachment picker error component default height ([f0299cb](https://github.com/GetStream/stream-chat-react-native/commit/f0299cb71d5e3c36bda689c59dec29949a3b687d)) +* enable frozen channel message actions behaviour ([#2598](https://github.com/GetStream/stream-chat-react-native/issues/2598)) ([eb4ae4c](https://github.com/GetStream/stream-chat-react-native/commit/eb4ae4cabb1208e07b776bfadbad63fe4fe06a45)) +* image gallery component theme arrangment ([3926168](https://github.com/GetStream/stream-chat-react-native/commit/392616848f4e7aa9fef2da249d489b308cccfbb8)) +* make react-native-image-crop-picker optional ([#2603](https://github.com/GetStream/stream-chat-react-native/issues/2603)) ([3acc942](https://github.com/GetStream/stream-chat-react-native/commit/3acc9421e11dc3c26fa0225951214e43603d05e5)) +* message list empty state rerender null issue ([65447fe](https://github.com/GetStream/stream-chat-react-native/commit/65447fe282c473193c8d4b26be56f5f09f5b98c4)) +* message read state according to actual read count ([#2609](https://github.com/GetStream/stream-chat-react-native/issues/2609)) ([cfb9d81](https://github.com/GetStream/stream-chat-react-native/commit/cfb9d815dd75c120d446706cf5c7dd76912fdb05)) +* re render issue for message text around i18n ([#2607](https://github.com/GetStream/stream-chat-react-native/issues/2607)) ([a95a907](https://github.com/GetStream/stream-chat-react-native/commit/a95a9075817d6ff718a0d7c66c60ae56d2d28f1d)) +* Theme color overrides durationText ([#2613](https://github.com/GetStream/stream-chat-react-native/issues/2613)) ([965fac3](https://github.com/GetStream/stream-chat-react-native/commit/965fac395564e9366be45492f31f48c9c5242b5b)) + ## [5.34.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.33.1...v5.34.0) (2024-07-29) diff --git a/package/expo-package/package.json b/package/expo-package/package.json index dbc919c7f9..ab5a1a09d4 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.34.0", + "version": "5.35.0", "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.34.0" + "stream-chat-react-native-core": "5.35.0" }, "peerDependencies": { "@react-native-community/netinfo": ">=6.0.0", diff --git a/package/expo-package/yarn.lock b/package/expo-package/yarn.lock index 1b47be9c03..890c90e5cf 100644 --- a/package/expo-package/yarn.lock +++ b/package/expo-package/yarn.lock @@ -2929,10 +2929,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.33.1: - version "5.33.1" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1.tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e" - integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ== +stream-chat-react-native-core@5.34.0: + version "5.34.0" + resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0.tgz#afafe8694809231b8b4355908068aa28f744e5f7" + integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA== dependencies: "@gorhom/bottom-sheet" "4.4.8" dayjs "1.10.5" diff --git a/package/native-package/package.json b/package/native-package/package.json index a471c110cb..eb7b9ee3b0 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.34.0", + "version": "5.35.0", "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.34.0" + "stream-chat-react-native-core": "5.35.0" }, "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 38395ed266..9360719696 100644 --- a/package/native-package/yarn.lock +++ b/package/native-package/yarn.lock @@ -4244,10 +4244,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.33.1: - version "5.33.1" - resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1.tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e" - integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ== +stream-chat-react-native-core@5.34.0: + version "5.34.0" + resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0.tgz#afafe8694809231b8b4355908068aa28f744e5f7" + integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA== dependencies: "@gorhom/bottom-sheet" "4.4.8" dayjs "1.10.5" diff --git a/package/package.json b/package/package.json index 987c09fcb2..dd218c8c5f 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.34.0", + "version": "5.35.0", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/package/src/version.json b/package/src/version.json index 6fbb4fd2aa..6aa7eb72bb 100644 --- a/package/src/version.json +++ b/package/src/version.json @@ -1,3 +1,3 @@ { - "version": "5.34.0" + "version": "5.35.0" }