Skip to content

Commit d115334

Browse files
chore(release): 6.6.7 [skip ci]
1 parent 7db7f81 commit d115334

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

package/CHANGELOG.md

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

3+
### [6.6.7](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.6...v6.6.7) (2025-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* channel muted state update for offline enabled case ([#2992](https://github.com/GetStream/stream-chat-react-native/issues/2992)) ([3acc9c4](https://github.com/GetStream/stream-chat-react-native/commit/3acc9c44925d0edc10e971a9f50986204358ce49))
9+
* return properly sorted messages from offline DB ([#2996](https://github.com/GetStream/stream-chat-react-native/issues/2996)) ([52168ab](https://github.com/GetStream/stream-chat-react-native/commit/52168ab0e1380a717d70e22be71387fd3f055c28))
10+
311
### [6.6.6](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.5...v6.6.6) (2025-03-03)
412

513

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.6.6",
4+
"version": "6.6.7",
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.6.6"
13+
"stream-chat-react-native-core": "6.6.7"
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.6.6",
4+
"version": "6.6.7",
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.6.6"
23+
"stream-chat-react-native-core": "6.6.7"
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.6.6",
4+
"version": "6.6.7",
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.6.6"
2+
"version": "6.6.7"
33
}

0 commit comments

Comments
 (0)