Skip to content

Commit ee9e05c

Browse files
committed
Merge branch 'develop' into V7
# Conflicts: # package/expo-package/package.json # package/native-package/package.json
2 parents 36ceec1 + 3648582 commit ee9e05c

File tree

8 files changed

+27
-11
lines changed

8 files changed

+27
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native)
1111
[![Build Status](https://github.com/GetStream/stream-chat-react-native/actions/workflows/release.yml/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions)
1212
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative)
13-
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-467%20KB-blue)
13+
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-469%20KB-blue)
1414

1515
<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/[email protected]?auto=format,enhance" width="50%" />
1616

examples/SampleApp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
### [2.5.3](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.5.3) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* thread messages updates ([#3069](https://github.com/GetStream/stream-chat-react-native/issues/3069)) ([9705d90](https://github.com/GetStream/stream-chat-react-native/commit/9705d90fbfbf60f7c0f791795e240dd40cd85eab))
9+
310
### [2.5.2](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.5.2) (2025-04-22)
411

512

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampleapp",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
### [6.7.4](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.3...v6.7.4) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* image gallery extra customizations ([#3071](https://github.com/GetStream/stream-chat-react-native/issues/3071)) ([76ca4b1](https://github.com/GetStream/stream-chat-react-native/commit/76ca4b1dcf15cc9cef94faef648593f3021f16d0))
9+
* keybaord taking full screen issue when the prefer cross-fade transition setting is enabled ([#3072](https://github.com/GetStream/stream-chat-react-native/issues/3072)) ([7199f39](https://github.com/GetStream/stream-chat-react-native/commit/7199f39ad7353f0ef000d6ad4421f721e9b10c70))
10+
* respect commands config from dashboard ([#3070](https://github.com/GetStream/stream-chat-react-native/issues/3070)) ([816081d](https://github.com/GetStream/stream-chat-react-native/commit/816081d9b991d39ca819b144a9ff8eacb3d662ff))
11+
* respect the hasCommand channel prop as well ([322b242](https://github.com/GetStream/stream-chat-react-native/commit/322b242fb59c0b28bc6d0d8c5de1baed8205fd3e))
12+
* thread messages updates ([#3069](https://github.com/GetStream/stream-chat-react-native/issues/3069)) ([9705d90](https://github.com/GetStream/stream-chat-react-native/commit/9705d90fbfbf60f7c0f791795e240dd40cd85eab))
13+
314
### [6.7.3](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.2...v6.7.3) (2025-04-22)
415

516

package/expo-package/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,8 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"mime": "^4.0.7",
14-
"stream-chat-react-native-core": "6.7.3"
13+
"stream-chat-react-native-core": "6.7.4"
1514
},
1615
"peerDependencies": {
1716
"expo": ">=51.0.0",

package/native-package/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -19,9 +19,8 @@
1919
"main": "src/index.js",
2020
"types": "types/index.d.ts",
2121
"dependencies": {
22-
"es6-symbol": "^3.1.4",
23-
"mime": "^4.0.7",
24-
"stream-chat-react-native-core": "6.7.3"
22+
"es6-symbol": "^3.1.3",
23+
"stream-chat-react-native-core": "6.7.4"
2524
},
2625
"peerDependencies": {
2726
"@react-native-camera-roll/camera-roll": ">=7.8.0",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.7.3"
2+
"version": "6.7.4"
33
}

0 commit comments

Comments
 (0)