Skip to content

Commit

Permalink
chore(release): 5.24.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent baae775 commit 2b2d2c3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions package/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log

## [5.24.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.23.2...v5.24.0) (2024-02-08)


### Features

* add ability to handle bounced message ([#2415](https://github.com/GetStream/stream-chat-react-native/issues/2415)) ([a2ed1bd](https://github.com/GetStream/stream-chat-react-native/commit/a2ed1bd83f7605551387d6704fdb689588c6f3e5))
* Moderation: show Blocked messages in SDK ([#2408](https://github.com/GetStream/stream-chat-react-native/issues/2408)) ([5d76f6e](https://github.com/GetStream/stream-chat-react-native/commit/5d76f6e597be20fc360ec3b179196fa932a6bbac))


### Bug Fixes

* keyboard transition issue when switching from attachment picker to keyboard ([#2404](https://github.com/GetStream/stream-chat-react-native/issues/2404)) ([965691f](https://github.com/GetStream/stream-chat-react-native/commit/965691f3f76d60b12844839291256aa5dc28c5cd))
* my message theme not passed to overlay ([#2416](https://github.com/GetStream/stream-chat-react-native/issues/2416)) ([3589004](https://github.com/GetStream/stream-chat-react-native/commit/3589004df4020ad428675b97d6b2d03b0f6b4bb1))
* outdated unread count on offline support ([#2412](https://github.com/GetStream/stream-chat-react-native/issues/2412)) ([4d1bf2d](https://github.com/GetStream/stream-chat-react-native/commit/4d1bf2d8ae495b44df8ebc49d2f7e18fe19c0f5b))
* scroll to bottom when message is removed from message list ([#2411](https://github.com/GetStream/stream-chat-react-native/issues/2411)) ([88238fd](https://github.com/GetStream/stream-chat-react-native/commit/88238fd0f362e83cb4c44d07186121f2bca44909))
* send button icon theme ([#2417](https://github.com/GetStream/stream-chat-react-native/issues/2417)) ([14ab52f](https://github.com/GetStream/stream-chat-react-native/commit/14ab52f5c3ffdc2076f3a33628d7ff2e2e5c15ee))

### [5.23.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.23.1...v5.23.2) (2024-01-23)


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

0 comments on commit 2b2d2c3

Please sign in to comment.