Skip to content

Commit 310fee2

Browse files
chore(release): 6.4.1 [skip ci]
1 parent 0e242bd commit 310fee2

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

package/CHANGELOG.md

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

3+
### [6.4.1](https://github.com/GetStream/stream-chat-react-native/compare/v6.4.0...v6.4.1) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* bottom sheet layout issue interrupting with animated view ([#2917](https://github.com/GetStream/stream-chat-react-native/issues/2917)) ([3627f32](https://github.com/GetStream/stream-chat-react-native/commit/3627f32a9e7e551a9847080c97c811102ffb4675))
9+
* bump stream-chat-js version for poll state invalidation bug ([#2918](https://github.com/GetStream/stream-chat-react-native/issues/2918)) ([555fb68](https://github.com/GetStream/stream-chat-react-native/commit/555fb68db55a787c605103bdf07a9e7eadc18394))
10+
* regression in file upload preview remove item ([#2919](https://github.com/GetStream/stream-chat-react-native/issues/2919)) ([569ed39](https://github.com/GetStream/stream-chat-react-native/commit/569ed39915475e3a6abda990d5018a19dafbae7b))
11+
* warn users about new google policy and to replace cameraroll with image-picker ([#2916](https://github.com/GetStream/stream-chat-react-native/issues/2916)) ([5c16879](https://github.com/GetStream/stream-chat-react-native/commit/5c16879f0f87b70b0d872fea2d576f6b287d3172))
12+
313
## [6.4.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.3.1...v6.4.0) (2025-01-29)
414

515

package/expo-package/package.json

Lines changed: 2 additions & 2 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.4.0",
4+
"version": "6.4.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.4.0"
13+
"stream-chat-react-native-core": "6.4.1"
1414
},
1515
"peerDependencies": {
1616
"expo": ">=51.0.0",

package/native-package/package.json

Lines changed: 2 additions & 2 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.4.0",
4+
"version": "6.4.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.4.0"
23+
"stream-chat-react-native-core": "6.4.1"
2424
},
2525
"peerDependencies": {
2626
"@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.4.0",
4+
"version": "6.4.1",
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.4.0"
2+
"version": "6.4.1"
33
}

0 commit comments

Comments
 (0)