Skip to content

Commit 1bfbf31

Browse files
committed
Merge branch 'develop' into feat/offline-support-v2
# Conflicts: # examples/ExpoMessaging/yarn.lock # examples/SampleApp/yarn.lock # examples/TypeScriptMessaging/yarn.lock # package/expo-package/package.json # package/native-package/package.json # package/package.json # package/src/components/Channel/Channel.tsx # package/src/components/ChannelList/ChannelList.tsx # package/src/components/ChannelList/hooks/usePaginatedChannels.ts # package/src/components/Chat/Chat.tsx # package/src/components/Chat/hooks/handleEventToSyncDB.ts # package/src/components/Chat/hooks/useAppSettings.ts # package/src/components/MessageMenu/hooks/useFetchReactions.ts # package/src/contexts/messagesContext/MessagesContext.tsx # package/src/store/apis/getReactionsforFilterSort.ts # package/src/store/apis/updatePollMessage.ts # package/src/utils/addReactionToLocalState.ts # package/src/utils/removeReactionFromLocalState.ts # package/yarn.lock # release/next.js
2 parents 32523d3 + 84e9216 commit 1bfbf31

File tree

9 files changed

+58
-13
lines changed

9 files changed

+58
-13
lines changed

examples/SampleApp/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v3.0.0) (2025-05-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* V7 release candidate
9+
10+
* chore: add rc channel
11+
12+
* fix: typo in branch name
13+
* Release V7
14+
15+
* chore: remove dryRun
16+
17+
* chore: bump stream-chat version to latest rc
18+
19+
* chore: bump stream-chat to latest
20+
21+
### Features
22+
23+
* V7 ([#2999](https://github.com/GetStream/stream-chat-react-native/issues/2999)) ([e2a01e9](https://github.com/GetStream/stream-chat-react-native/commit/e2a01e9375267b97a7b552055edaf4548c9ef551)), closes [#2993](https://github.com/GetStream/stream-chat-react-native/issues/2993) [#3000](https://github.com/GetStream/stream-chat-react-native/issues/3000) [#3005](https://github.com/GetStream/stream-chat-react-native/issues/3005) [#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)
24+
325
### [2.5.3](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.5.3) (2025-04-30)
426

527

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampleapp",
3-
"version": "2.5.3",
3+
"version": "3.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

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

3+
## [7.0.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.4...v7.0.0) (2025-05-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* V7 release candidate
9+
10+
* chore: add rc channel
11+
12+
* fix: typo in branch name
13+
* Release V7
14+
15+
* chore: remove dryRun
16+
17+
* chore: bump stream-chat version to latest rc
18+
19+
* chore: bump stream-chat to latest
20+
21+
### Features
22+
23+
* V7 ([#2999](https://github.com/GetStream/stream-chat-react-native/issues/2999)) ([e2a01e9](https://github.com/GetStream/stream-chat-react-native/commit/e2a01e9375267b97a7b552055edaf4548c9ef551)), closes [#2993](https://github.com/GetStream/stream-chat-react-native/issues/2993) [#3000](https://github.com/GetStream/stream-chat-react-native/issues/3000) [#3005](https://github.com/GetStream/stream-chat-react-native/issues/3005) [#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)
24+
25+
26+
### Bug Fixes
27+
28+
* async audio button ui spacing with other buttons ([#3076](https://github.com/GetStream/stream-chat-react-native/issues/3076)) ([07376e8](https://github.com/GetStream/stream-chat-react-native/commit/07376e8bb10d46ec12774e55b2c240c0a701eb3c))
29+
330
### [6.7.4](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.3...v6.7.4) (2025-04-30)
431

532

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.7.4",
4+
"version": "7.0.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": "6.7.4"
14+
"stream-chat-react-native-core": "7.0.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": "6.7.4",
4+
"version": "7.0.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": "6.7.4"
24+
"stream-chat-react-native-core": "7.0.0"
2525
},
2626
"peerDependencies": {
2727
"@react-native-camera-roll/camera-roll": ">=7.8.0",

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-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "6.7.4",
4+
"version": "7.0.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -77,7 +77,7 @@
7777
"path": "0.12.7",
7878
"react-native-markdown-package": "1.8.2",
7979
"react-native-url-polyfill": "^1.3.0",
80-
"stream-chat": "9.0.0-rc.15",
80+
"stream-chat": "^9.0.0",
8181
"use-sync-external-store": "^1.4.0"
8282
},
8383
"peerDependencies": {

package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const styles = StyleSheet.create({
166166
alignItems: 'center',
167167
borderRadius: 50,
168168
justifyContent: 'center',
169+
marginLeft: 8,
169170
},
170171
});
171172

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.7.4"
2+
"version": "7.0.0"
33
}

release/next.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ configPromise.then((config) => {
1313
channel: 'beta',
1414
prerelease: 'beta',
1515
},
16-
{
17-
name: 'V7',
18-
channel: 'rc',
19-
prerelease: 'rc',
20-
},
2116
],
2217
}).then((result) => {
2318
// This logics avoid a overflow of next tags in github by removing the last

0 commit comments

Comments
 (0)