Skip to content

Commit

Permalink
chore(release): 5.38.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 25, 2024
1 parent a08c38d commit b3bc2d6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.38.0"
"version": "5.38.1"
}

0 comments on commit b3bc2d6

Please sign in to comment.