Skip to content

Commit d443859

Browse files
chore(release): 6.7.1 [skip ci]
1 parent ffa52bf commit d443859

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

package/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
### [6.7.1](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.0...v6.7.1) (2025-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* audio component recursive loading for expo ([#3038](https://github.com/GetStream/stream-chat-react-native/issues/3038)) ([57f67e7](https://github.com/GetStream/stream-chat-react-native/commit/57f67e752ab3ec5d6f4ffb83e36b648d4341a9fd))
9+
* thread list variety bugs ([#3033](https://github.com/GetStream/stream-chat-react-native/issues/3033)) ([ef46aac](https://github.com/GetStream/stream-chat-react-native/commit/ef46aac5f6b1679e5c503edcf546415003c70d3e))
10+
* unread indicator label presence in message list ([#3031](https://github.com/GetStream/stream-chat-react-native/issues/3031)) ([53eeafb](https://github.com/GetStream/stream-chat-react-native/commit/53eeafb8b8915f0a2c765b83e525ee86ea0af64f))
11+
12+
13+
### Refactors
14+
15+
* remove redundant console.log ([2a9d168](https://github.com/GetStream/stream-chat-react-native/commit/2a9d168b7439aa0dc5b4cb2a9663440863a58810))
16+
* remove redundant console.log ([f076c89](https://github.com/GetStream/stream-chat-react-native/commit/f076c899dadba5639e3e347b0d680d454e6d9f32))
17+
318
## [6.7.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.8...v6.7.0) (2025-03-17)
419

520

package/expo-package/package.json

+2-2
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.0",
4+
"version": "6.7.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "6.7.0"
13+
"stream-chat-react-native-core": "6.7.1"
1414
},
1515
"peerDependencies": {
1616
"expo": ">=51.0.0",

package/native-package/package.json

+2-2
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.0",
4+
"version": "6.7.1",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -20,7 +20,7 @@
2020
"types": "types/index.d.ts",
2121
"dependencies": {
2222
"es6-symbol": "^3.1.3",
23-
"stream-chat-react-native-core": "6.7.0"
23+
"stream-chat-react-native-core": "6.7.1"
2424
},
2525
"peerDependencies": {
2626
"@react-native-camera-roll/camera-roll": ">=7.8.0",

package/package.json

+1-1
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.0",
4+
"version": "6.7.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.7.0"
2+
"version": "6.7.1"
33
}

0 commit comments

Comments
 (0)