Skip to content

Commit 502f892

Browse files
authored
chore(repo): release v8.3.0 (#2059)
* feat(ui): ai assistant components * chore: update CHANGELOG.md * chore: fix lints * test: add tests * chore: fix lints * chore: prepare for release v8.3.0
1 parent 2fff032 commit 502f892

File tree

11 files changed

+29
-11
lines changed

11 files changed

+29
-11
lines changed

packages/stream_chat/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcoming
1+
## 8.3.0
22

33
✅ Added
44

packages/stream_chat/lib/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart';
33
/// Current package version
44
/// Used in [StreamChatClient] to build the `x-stream-client` header
55
// ignore: constant_identifier_names
6-
const PACKAGE_VERSION = '8.2.0';
6+
const PACKAGE_VERSION = '8.3.0';

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: 8.2.0
4+
version: 8.3.0
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Upcoming
1+
## 8.3.0
2+
3+
✅ Added
4+
5+
- Added several new widgets to enhance the AI assistant features.
6+
- `StreamingMessageView` to show AI assistant messages with streaming animation.
7+
- `AITypingIndicatorView` to show AI typing indicator.
28

39
✅ Added
410

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: 8.2.0
4+
version: 8.3.0
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

@@ -42,7 +42,7 @@ dependencies:
4242
rxdart: ^0.28.0
4343
share_plus: ^10.0.2
4444
shimmer: ^3.0.0
45-
stream_chat_flutter_core: ^8.2.0
45+
stream_chat_flutter_core: ^8.3.0
4646
synchronized: ^3.1.0+1
4747
thumblr: ^0.0.4
4848
url_launcher: ^6.3.0

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+
## 8.3.0
2+
3+
- Updated `stream_chat` dependency to [`8.3.0`](https://pub.dev/packages/stream_chat/changelog).
4+
15
## 8.2.0
26

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

packages/stream_chat_flutter_core/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_core
22
homepage: https://github.com/GetStream/stream-chat-flutter
33
description: Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
4-
version: 8.2.0
4+
version: 8.3.0
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

@@ -17,7 +17,7 @@ dependencies:
1717
freezed_annotation: ^2.4.1
1818
meta: ^1.9.1
1919
rxdart: ^0.28.0
20-
stream_chat: ^8.2.0
20+
stream_chat: ^8.3.0
2121

2222
dev_dependencies:
2323
build_runner: ^2.4.9

packages/stream_chat_localizations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.3.0
2+
3+
- Updated `stream_chat_flutter` dependency to [`8.3.0`](https://pub.dev/packages/stream_chat/changelog).
4+
15
## 8.2.0
26

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

packages/stream_chat_localizations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_chat_localizations
22
description: The Official localizations for Stream Chat Flutter, a service for building chat applications
3-
version: 8.2.0
3+
version: 8.3.0
44
homepage: https://github.com/GetStream/stream-chat-flutter
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues

packages/stream_chat_persistence/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.3.0
2+
3+
- Updated `stream_chat` dependency to [`8.3.0`](https://pub.dev/packages/stream_chat/changelog).
4+
15
## 8.2.0
26

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

0 commit comments

Comments
 (0)