Skip to content

Commit d1819c1

Browse files
authored
chore(repo): release v10.0.0-beta.4 (#2333)
1 parent 0a6b932 commit d1819c1

File tree

18 files changed

+49
-37
lines changed

18 files changed

+49
-37
lines changed

melos.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ command:
8585
share_plus: ^11.0.0
8686
shimmer: ^3.0.0
8787
sqlite3_flutter_libs: ^0.5.26
88-
stream_chat: ^10.0.0-beta.3
89-
stream_chat_flutter: ^10.0.0-beta.3
90-
stream_chat_flutter_core: ^10.0.0-beta.3
91-
stream_chat_localizations: ^10.0.0-beta.3
92-
stream_chat_persistence: ^10.0.0-beta.3
88+
stream_chat: ^10.0.0-beta.4
89+
stream_chat_flutter: ^10.0.0-beta.4
90+
stream_chat_flutter_core: ^10.0.0-beta.4
91+
stream_chat_localizations: ^10.0.0-beta.4
92+
stream_chat_persistence: ^10.0.0-beta.4
9393
streaming_shared_preferences: ^2.0.0
9494
svg_icon_widget: ^0.0.1
9595
synchronized: ^3.1.0+1

packages/stream_chat/CHANGELOG.md

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

33
🛑️ Breaking
44

@@ -9,11 +9,13 @@
99
✅ Added
1010

1111
- Added comprehensive location sharing support with static and live location features:
12-
- `Channel.sendStaticLocation()` - Send a static location message to the channel
13-
- `Channel.startLiveLocationSharing()` - Start sharing live location with automatic updates
14-
- `Channel.activeLiveLocations` - Track members active live location shares in the channel
15-
- `Client.activeLiveLocations` - Access current user active live location shares across channels
16-
- Location event listeners for `locationShared`, `locationUpdated`, and `locationExpired` events
12+
- `Channel.sendStaticLocation()` - Send a static location message to the channel
13+
- `Channel.startLiveLocationSharing()` - Start sharing live location with automatic updates
14+
- `Channel.activeLiveLocations` - Track members active live location shares in the channel
15+
- `Client.activeLiveLocations` - Access current user active live location shares across channels
16+
- Location event listeners for `locationShared`, `locationUpdated`, and `locationExpired` events
17+
18+
- Included the changes from version [`9.15.0`](https://pub.dev/packages/stream_chat/changelog).
1719

1820
## 9.15.0
1921

@@ -39,7 +41,7 @@
3941
- **Removed Properties**: `reactionCounts` and `reactionScores` getters from `Message` (use `reactionGroups` instead), `call` property from `StreamChatApi`
4042
- **Removed Files**: `permission_type.dart`, `call_api.dart`, `call_payload.dart` and their associated tests
4143

42-
- Included the changes from version [`9.13.0`](https://pub.dev/packages/stream_chat/changelog).
44+
- Included the changes from version [`9.14.0`](https://pub.dev/packages/stream_chat/changelog).
4345

4446
## 9.14.0
4547

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.3
27+
stream_chat: ^10.0.0-beta.4
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.3
4+
version: 10.0.0-beta.4
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,11 +1,13 @@
1-
## Upcoming Beta
1+
## 10.0.0-beta.4
22

33
✅ Added
44

55
- Added `emojiCode` property to `StreamReactionIcon` to support custom emojis in reactions.
66
- Updated default reaction builders with standard emoji codes. (`❤️`, `👍`, `👎`, `😂`, `😮`)
77
- Added `StreamChatConfiguration.maybeOf()` method for safe context access in async operations.
88

9+
- Included the changes from version [`9.15.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
10+
911
## 9.15.0
1012

1113
✅ Added

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.3
29-
stream_chat_localizations: ^10.0.0-beta.3
30-
stream_chat_persistence: ^10.0.0-beta.3
28+
stream_chat_flutter: ^10.0.0-beta.4
29+
stream_chat_localizations: ^10.0.0-beta.4
30+
stream_chat_persistence: ^10.0.0-beta.4
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.3
4+
version: 10.0.0-beta.4
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

@@ -56,7 +56,7 @@ dependencies:
5656
rxdart: ^0.28.0
5757
share_plus: ^11.0.0
5858
shimmer: ^3.0.0
59-
stream_chat_flutter_core: ^10.0.0-beta.3
59+
stream_chat_flutter_core: ^10.0.0-beta.4
6060
svg_icon_widget: ^0.0.1
6161
synchronized: ^3.1.0+1
6262
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.4
2+
3+
- Included the changes from version [`9.15.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
4+
15
## 9.15.0
26

37
✅ Added

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.3
26+
stream_chat_flutter_core: ^10.0.0-beta.4
2727

2828
flutter:
2929
uses-material-design: true

0 commit comments

Comments
 (0)