From b3bc2d61a88fcd19c3cee30df06949895dbd91bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Sep 2024 10:34:11 +0000 Subject: [PATCH] chore(release): 5.38.1 [skip ci] --- package/CHANGELOG.md | 12 ++++++++++++ package/expo-package/package.json | 4 ++-- package/native-package/package.json | 4 ++-- package/package.json | 2 +- package/src/version.json | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 3fc84d1fc4..c6c140f3e2 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +### [5.38.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.38.0...v5.38.1) (2024-09-25) + + +### Bug Fixes + +* add message action list container theme ([11a2034](https://github.com/GetStream/stream-chat-react-native/commit/11a2034bf6ed5ac4f2eea180eaf13176a3942bc9)) +* changing orientation attachment picker issues ([#2687](https://github.com/GetStream/stream-chat-react-native/issues/2687)) ([b6dfbb9](https://github.com/GetStream/stream-chat-react-native/commit/b6dfbb9f5e267a7c904852ad1c667b96d59ebd93)) +* copy message action type for message actions ([#2679](https://github.com/GetStream/stream-chat-react-native/issues/2679)) ([6398b73](https://github.com/GetStream/stream-chat-react-native/commit/6398b7380dfe7365f4e3cbba5943f51649f762f2)) +* issue with message.status in MessageTextContainer ([#2683](https://github.com/GetStream/stream-chat-react-native/issues/2683)) ([a703d82](https://github.com/GetStream/stream-chat-react-native/commit/a703d82bcba357cf978105967d94e86b0c651f70)) +* properly invert list manually android ([#2685](https://github.com/GetStream/stream-chat-react-native/issues/2685)) ([2b5bf07](https://github.com/GetStream/stream-chat-react-native/commit/2b5bf0762d83edfb5e59fafd13b5d4c5e08bb37a)) +* update yarn.lock for the project ([#2681](https://github.com/GetStream/stream-chat-react-native/issues/2681)) ([84d678c](https://github.com/GetStream/stream-chat-react-native/commit/84d678cddefafb9cc90318fab3cf4103b3a78167)) + ## [5.38.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.37.0...v5.38.0) (2024-09-18) diff --git a/package/expo-package/package.json b/package/expo-package/package.json index 1ec97ad949..e5d37495df 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.38.0", + "version": "5.38.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.38.0" + "stream-chat-react-native-core": "5.38.1" }, "peerDependencies": { "@react-native-community/netinfo": ">=6.0.0", diff --git a/package/native-package/package.json b/package/native-package/package.json index b964d0bf26..0fe4e50e66 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.38.0", + "version": "5.38.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.38.0" + "stream-chat-react-native-core": "5.38.1" }, "peerDependencies": { "@react-native-camera-roll/camera-roll": ">=5.0.0", diff --git a/package/package.json b/package/package.json index 5d656627dc..0a60b5872a 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.38.0", + "version": "5.38.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/package/src/version.json b/package/src/version.json index 5195c75f9d..32dbefa8a3 100644 --- a/package/src/version.json +++ b/package/src/version.json @@ -1,3 +1,3 @@ { - "version": "5.38.0" + "version": "5.38.1" }