Skip to content

Commit

Permalink
chore(release): 6.6.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 25, 2025
1 parent d39464a commit 8a785a4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### [6.6.5](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.4...v6.6.5) (2025-02-25)


### Bug Fixes

* pin preferredAssetRepresentationMode to current ([#2979](https://github.com/GetStream/stream-chat-react-native/issues/2979)) ([bc3b539](https://github.com/GetStream/stream-chat-react-native/commit/bc3b5397e2ca9a938914886211f2200ffe03c09d))

### [6.6.4](https://github.com/GetStream/stream-chat-react-native/compare/v6.6.3...v6.6.4) (2025-02-24)


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.6.4",
"version": "6.6.5",
"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.6.4"
"stream-chat-react-native-core": "6.6.5"
},
"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.6.4",
"version": "6.6.5",
"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.6.4"
"stream-chat-react-native-core": "6.6.5"
},
"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.6.4",
"version": "6.6.5",
"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.6.4"
"version": "6.6.5"
}

0 comments on commit 8a785a4

Please sign in to comment.