Skip to content

Commit 938b2c1

Browse files
chore(release): 7.1.0 [skip ci]
1 parent cbfff9e commit 938b2c1

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

package/CHANGELOG.md

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

3+
## [7.1.0](https://github.com/GetStream/stream-chat-react-native/compare/v7.0.1...v7.1.0) (2025-05-27)
4+
5+
6+
### Features
7+
8+
* offline support v2 ([#3096](https://github.com/GetStream/stream-chat-react-native/issues/3096)) ([055199d](https://github.com/GetStream/stream-chat-react-native/commit/055199d3f9c342b94620de6163b944fecbc7315d)), closes [#2993](https://github.com/GetStream/stream-chat-react-native/issues/2993) [#3000](https://github.com/GetStream/stream-chat-react-native/issues/3000) [#3010](https://github.com/GetStream/stream-chat-react-native/issues/3010) [#3050](https://github.com/GetStream/stream-chat-react-native/issues/3050) [#3061](https://github.com/GetStream/stream-chat-react-native/issues/3061) [#3073](https://github.com/GetStream/stream-chat-react-native/issues/3073) [#3072](https://github.com/GetStream/stream-chat-react-native/issues/3072)
9+
10+
11+
### Bug Fixes
12+
13+
* expose abstract offline db implementation ([#3103](https://github.com/GetStream/stream-chat-react-native/issues/3103)) ([ffc59e8](https://github.com/GetStream/stream-chat-react-native/commit/ffc59e8dc92dc25bf3fb2dfa8dbd01a9540d06a1))
14+
315
### [7.0.1](https://github.com/GetStream/stream-chat-react-native/compare/v7.0.0...v7.0.1) (2025-05-23)
416

517

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.1",
4+
"version": "7.1.0",
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.1"
14+
"stream-chat-react-native-core": "7.1.0"
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.1",
4+
"version": "7.1.0",
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.1"
24+
"stream-chat-react-native-core": "7.1.0"
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.1",
4+
"version": "7.1.0",
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.1"
2+
"version": "7.1.0"
33
}

0 commit comments

Comments
 (0)