Skip to content

Commit

Permalink
chore(release): 5.27.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent e725710 commit 822fbf0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions package/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

### [5.27.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.27.0...v5.27.1) (2024-04-15)


### Bug Fixes

* giphy border radius and color issue ([cfcb22e](https://github.com/GetStream/stream-chat-react-native/commit/cfcb22e4a1575020919f85c6a77c984a2dd7f5eb))
* giphy border radius and color issue ([#2484](https://github.com/GetStream/stream-chat-react-native/issues/2484)) ([8814112](https://github.com/GetStream/stream-chat-react-native/commit/8814112496f21a09efb99bea4fb8ef355d727404))
* messages not received when connection recovered and do not reload channel when sending message ([#2479](https://github.com/GetStream/stream-chat-react-native/issues/2479)) ([8dff165](https://github.com/GetStream/stream-chat-react-native/commit/8dff165ca21e134d07cf806c1b407546b701131d))

## [5.27.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.26.0...v5.27.0) (2024-04-03)


Expand Down
4 changes: 2 additions & 2 deletions 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.27.0",
"version": "5.27.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.27.0"
"stream-chat-react-native-core": "5.27.1"
},
"peerDependencies": {
"@react-native-community/netinfo": ">=6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.27.0",
"version": "5.27.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.27.0"
"stream-chat-react-native-core": "5.27.1"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.27.0",
"version": "5.27.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
@@ -1,3 +1,3 @@
{
"version": "5.27.0"
"version": "5.27.1"
}

0 comments on commit 822fbf0

Please sign in to comment.