Skip to content

Commit

Permalink
chore(release): 6.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 30, 2025
1 parent 0e242bd commit 310fee2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

### [6.4.1](https://github.com/GetStream/stream-chat-react-native/compare/v6.4.0...v6.4.1) (2025-01-30)


### Bug Fixes

* 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))
* 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))
* 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))
* 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))

## [6.4.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.3.1...v6.4.0) (2025-01-29)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "6.4.0",
"version": "6.4.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "6.4.0"
"stream-chat-react-native-core": "6.4.1"
},
"peerDependencies": {
"expo": ">=51.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "6.4.0",
"version": "6.4.1",
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
"author": {
"company": "Stream.io Inc",
Expand All @@ -20,7 +20,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "6.4.0"
"stream-chat-react-native-core": "6.4.1"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "6.4.0",
"version": "6.4.1",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.4.0"
"version": "6.4.1"
}

0 comments on commit 310fee2

Please sign in to comment.