Skip to content

Commit 3375239

Browse files
chore(release): 6.6.8 [skip ci]
1 parent b629d66 commit 3375239

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.6.8](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.7...v6.6.8) (2025-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* add avatar component improvements to optimize performance ([#3006](https://github.com/GetStream/stream-chat-react-native/issues/3006)) ([0cb1020](https://github.com/GetStream/stream-chat-react-native/commit/0cb10204ccc74ae247dc7aa9631cf52d2425b1f1))
9+
* add theme for different group styles in message bubble container ([#3019](https://github.com/GetStream/stream-chat-react-native/issues/3019)) ([b911ef5](https://github.com/GetStream/stream-chat-react-native/commit/b911ef5f4ba5680e81d5c3ef7c1ddf6f108608d2))
10+
* db sorting past 200 messages ([#3018](https://github.com/GetStream/stream-chat-react-native/issues/3018)) ([552e5b3](https://github.com/GetStream/stream-chat-react-native/commit/552e5b35e793b3448ba72896dc25ada1ef09873f))
11+
* improve channel preview display hooks and long title issue ([#3002](https://github.com/GetStream/stream-chat-react-native/issues/3002)) ([7dc6f52](https://github.com/GetStream/stream-chat-react-native/commit/7dc6f52b5440b70c395502815d53f108862832b0))
12+
* improve the entire channel list re-render for useUserPresence hook ([#3011](https://github.com/GetStream/stream-chat-react-native/issues/3011)) ([9042015](https://github.com/GetStream/stream-chat-react-native/commit/9042015b418ba7954dee6f9ec80f59456de98248))
13+
* memoize the read_vevents calculation to make it save a rerender ([#3008](https://github.com/GetStream/stream-chat-react-native/issues/3008)) ([70e6c70](https://github.com/GetStream/stream-chat-react-native/commit/70e6c7022a0d95da2bd7689fc1605fc16906fbd9))
14+
* native-image-picker pickImage issue ([#3017](https://github.com/GetStream/stream-chat-react-native/issues/3017)) ([897cf9c](https://github.com/GetStream/stream-chat-react-native/commit/897cf9cfc92d840d2a82c8a51730011a3f6e6d54))
15+
* properly resolve activeQueryType state ([#3004](https://github.com/GetStream/stream-chat-react-native/issues/3004)) ([f8968c0](https://github.com/GetStream/stream-chat-react-native/commit/f8968c09113f220ed8b64e38958229a7ae77a761))
16+
* remove scrollToFirstUnreadThreshold ([#3012](https://github.com/GetStream/stream-chat-react-native/issues/3012)) ([c423453](https://github.com/GetStream/stream-chat-react-native/commit/c423453a385591397bf6afae97e7c9366a87f734))
17+
318
### [6.6.7](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.6...v6.6.7) (2025-03-07)
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.6.7",
4+
"version": "6.6.8",
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.7"
13+
"stream-chat-react-native-core": "6.6.8"
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.7",
4+
"version": "6.6.8",
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.7"
23+
"stream-chat-react-native-core": "6.6.8"
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.7",
4+
"version": "6.6.8",
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.7"
2+
"version": "6.6.8"
33
}

0 commit comments

Comments
 (0)