Skip to content

Commit

Permalink
chore(release): 5.15.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 18, 2023
1 parent ca61899 commit 358ac58
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

### [5.15.3](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.2...v5.15.3) (2023-07-18)


### Bug Fixes

* do not render message list items when channel is disconnected ([#2179](https://github.com/GetStream/stream-chat-react-native/issues/2179)) ([53d29c2](https://github.com/GetStream/stream-chat-react-native/commit/53d29c2281c41ad57ccbb78d2dcd27b074832b25))
* hmr issue due to disconnect ([#2169](https://github.com/GetStream/stream-chat-react-native/issues/2169)) ([9c8150f](https://github.com/GetStream/stream-chat-react-native/commit/9c8150fcc08f84a7c5ecbd892e6b327f66729382))
* image upload issue for expo apps ([#2166](https://github.com/GetStream/stream-chat-react-native/issues/2166)) ([84b8a13](https://github.com/GetStream/stream-chat-react-native/commit/84b8a1377a712250fb76a67a0ec7a2fd3c657fb8))
* message action list border overflow ([#2167](https://github.com/GetStream/stream-chat-react-native/issues/2167)) ([ec515b6](https://github.com/GetStream/stream-chat-react-native/commit/ec515b6e80cba456855311143054b4ea1b093bd8))
* ui issue when customizing unread count when there is no count ([#2180](https://github.com/GetStream/stream-chat-react-native/issues/2180)) ([7254bb6](https://github.com/GetStream/stream-chat-react-native/commit/7254bb6cc6a2b5e715f163e5b28e3b98098cbef1))

### [5.15.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.15.1...v5.15.2) (2023-07-03)


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.15.2",
"version": "5.15.3",
"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.15.2"
"stream-chat-react-native-core": "5.15.3"
},
"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.15.2",
"version": "5.15.3",
"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.15.2"
"stream-chat-react-native-core": "5.15.3"
},
"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.15.2",
"version": "5.15.3",
"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.15.2"
"version": "5.15.3"
}

0 comments on commit 358ac58

Please sign in to comment.