Skip to content

Commit 9682d39

Browse files
chore(release): 7.0.1 [skip ci]
1 parent 081bebf commit 9682d39

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

package/CHANGELOG.md

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

3+
### [7.0.1](https://github.com/GetStream/stream-chat-react-native/compare/v7.0.0...v7.0.1) (2025-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* guard against fetching appsettings many times ([#3095](https://github.com/GetStream/stream-chat-react-native/issues/3095)) ([06a4b61](https://github.com/GetStream/stream-chat-react-native/commit/06a4b61bfc4f09cccde0d8417117214aa10798e1))
9+
* prefer error screen over loading screen ([#3083](https://github.com/GetStream/stream-chat-react-native/issues/3083)) ([cb7d71a](https://github.com/GetStream/stream-chat-react-native/commit/cb7d71af452519a141622f71365705f2216e098f))
10+
* remounting specific attachments and jittery fast animations ([#3086](https://github.com/GetStream/stream-chat-react-native/issues/3086)) ([857fb68](https://github.com/GetStream/stream-chat-react-native/commit/857fb68fae995f941972c577af72c20669e94951))
11+
* swipe to reply remounting ([#3088](https://github.com/GetStream/stream-chat-react-native/issues/3088)) ([6c32f8b](https://github.com/GetStream/stream-chat-react-native/commit/6c32f8bbb79df58fa0a21cc027045752bce5ab34))
12+
* takePhoto regression with incorrect file name and size for image ([#3089](https://github.com/GetStream/stream-chat-react-native/issues/3089)) ([9793203](https://github.com/GetStream/stream-chat-react-native/commit/979320327263bda06d4e0d041ab40fff22020726))
13+
* use useSyncExternalStore in the useStateStore hook ([#3084](https://github.com/GetStream/stream-chat-react-native/issues/3084)) ([a15126f](https://github.com/GetStream/stream-chat-react-native/commit/a15126f0cc762f0ae67d85899afb11c1e352c678))
14+
15+
16+
### Performance Improvements
17+
18+
* optimize channel ctx usage in message ([#3087](https://github.com/GetStream/stream-chat-react-native/issues/3087)) ([84010f1](https://github.com/GetStream/stream-chat-react-native/commit/84010f1765756800c07e58cf93616813f93e09d6))
19+
320
## [7.0.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.4...v7.0.0) (2025-05-06)
421

522

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": "7.0.0",
4+
"version": "7.0.1",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"mime": "^4.0.7",
14-
"stream-chat-react-native-core": "7.0.0"
14+
"stream-chat-react-native-core": "7.0.1"
1515
},
1616
"peerDependencies": {
1717
"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": "7.0.0",
4+
"version": "7.0.1",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"es6-symbol": "^3.1.3",
2323
"mime": "^4.0.7",
24-
"stream-chat-react-native-core": "7.0.0"
24+
"stream-chat-react-native-core": "7.0.1"
2525
},
2626
"peerDependencies": {
2727
"@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": "7.0.0",
4+
"version": "7.0.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": "7.0.0"
2+
"version": "7.0.1"
33
}

0 commit comments

Comments
 (0)