Skip to content

Commit e6f5e25

Browse files
authored
chore(repo): release v10.0.0-beta.7 (#2417)
1 parent 37e0466 commit e6f5e25

File tree

18 files changed

+44
-30
lines changed

18 files changed

+44
-30
lines changed

melos.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ command:
8484
share_plus: ">=11.0.0 <13.0.0"
8585
shimmer: ^3.0.0
8686
sqlite3_flutter_libs: ^0.5.26
87-
stream_chat: ^10.0.0-beta.6
88-
stream_chat_flutter: ^10.0.0-beta.6
89-
stream_chat_flutter_core: ^10.0.0-beta.6
90-
stream_chat_localizations: ^10.0.0-beta.6
91-
stream_chat_persistence: ^10.0.0-beta.6
87+
stream_chat: ^10.0.0-beta.7
88+
stream_chat_flutter: ^10.0.0-beta.7
89+
stream_chat_flutter_core: ^10.0.0-beta.7
90+
stream_chat_localizations: ^10.0.0-beta.7
91+
stream_chat_persistence: ^10.0.0-beta.7
9292
streaming_shared_preferences: ^2.0.0
9393
svg_icon_widget: ^0.0.1
9494
synchronized: ^3.1.0+1

packages/stream_chat/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcoming Beta
1+
## 10.0.0-beta.7
22

33
🛑️ Breaking
44

@@ -25,6 +25,8 @@ For more details, please refer to the [migration guide](../../migrations/v10-mig
2525
- `StreamChatClient.removeImage()` - Remove an image from the Stream CDN
2626
- `StreamChatClient.removeFile()` - Remove a file from the Stream CDN
2727

28+
- Included the changes from version [`9.18.0`](https://pub.dev/packages/stream_chat/changelog).
29+
2830
## 9.18.0
2931

3032
🐞 Fixed

packages/stream_chat/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
cupertino_icons: ^1.0.3
2525
flutter:
2626
sdk: flutter
27-
stream_chat: ^10.0.0-beta.6
27+
stream_chat: ^10.0.0-beta.7
2828

2929
flutter:
3030
uses-material-design: true

packages/stream_chat/lib/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stream_chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_chat
22
homepage: https://getstream.io/
33
description: The official Dart client for Stream Chat, a service for building chat applications.
4-
version: 10.0.0-beta.6
4+
version: 10.0.0-beta.7
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

packages/stream_chat_flutter/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## Upcoming Beta
1+
## 10.0.0-beta.7
22

33
✅ Added
44

55
- Added support for `StreamMessageWidget.deletedMessageBuilder` to customize the deleted message UI.
66

7+
- Included the changes from version [`9.18.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
8+
79
## 9.18.0
810

911
🐞 Fixed

packages/stream_chat_flutter/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
responsive_builder: ^0.7.0
28-
stream_chat_flutter: ^10.0.0-beta.6
29-
stream_chat_localizations: ^10.0.0-beta.6
30-
stream_chat_persistence: ^10.0.0-beta.6
28+
stream_chat_flutter: ^10.0.0-beta.7
29+
stream_chat_localizations: ^10.0.0-beta.7
30+
stream_chat_persistence: ^10.0.0-beta.7
3131

3232
flutter:
3333
uses-material-design: true

packages/stream_chat_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_chat_flutter
22
homepage: https://github.com/GetStream/stream-chat-flutter
33
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
4-
version: 10.0.0-beta.6
4+
version: 10.0.0-beta.7
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

@@ -55,7 +55,7 @@ dependencies:
5555
rxdart: ^0.28.0
5656
share_plus: ">=11.0.0 <13.0.0"
5757
shimmer: ^3.0.0
58-
stream_chat_flutter_core: ^10.0.0-beta.6
58+
stream_chat_flutter_core: ^10.0.0-beta.7
5959
svg_icon_widget: ^0.0.1
6060
synchronized: ^3.1.0+1
6161
thumblr: ^0.0.4

packages/stream_chat_flutter_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.0.0-beta.7
2+
3+
- Included the changes from version [`9.18.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
4+
15
## 9.18.0
26

37
- Updated `stream_chat` dependency to [`9.18.0`](https://pub.dev/packages/stream_chat/changelog).

packages/stream_chat_flutter_core/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
cupertino_icons: ^1.0.3
2424
flutter:
2525
sdk: flutter
26-
stream_chat_flutter_core: ^10.0.0-beta.6
26+
stream_chat_flutter_core: ^10.0.0-beta.7
2727

2828
flutter:
2929
uses-material-design: true

0 commit comments

Comments
 (0)