Skip to content

Commit 91c42a9

Browse files
authored
release v8.1.0 (#2025)
1 parent 7766873 commit 91c42a9

File tree

11 files changed

+35
-12
lines changed

11 files changed

+35
-12
lines changed

packages/stream_chat/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## unreleased
1+
## 8.1.0
22

33
✅ Added
44
- Added `httpClientAdapter` to `StreamHttpClient` that enables the use native http implementations
55

6+
🔄 Changed
7+
8+
- Changed minimum Flutter version to 3.22 for the SDK.
9+
610
## 8.0.0
711

812
🐞 Fixed

packages/stream_chat/lib/version.dart

+1-1
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.0.0';
6+
const PACKAGE_VERSION = '8.1.0';

packages/stream_chat/pubspec.yaml

+1-1
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.0.0
4+
version: 8.1.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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## Upcoming
1+
## 8.1.0
22

33
🐞 Fixed
44

55
- Fixed enrichment errors causing some URLs to enrich twice.
66
- Added option to use the native attachment picker on mobile
77

8+
🔄 Changed
9+
10+
- Changed minimum Flutter version to 3.22 for the SDK.
11+
812
## 8.0.0
913

1014
🐞 Fixed

packages/stream_chat_flutter/pubspec.yaml

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

@@ -41,7 +41,7 @@ dependencies:
4141
rxdart: ^0.28.0
4242
share_plus: ^10.0.2
4343
shimmer: ^3.0.0
44-
stream_chat_flutter_core: ^8.0.0
44+
stream_chat_flutter_core: ^8.1.0
4545
synchronized: ^3.1.0+1
4646
thumblr: ^0.0.4
4747
url_launcher: ^6.3.0

packages/stream_chat_flutter_core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.1.0
2+
3+
🔄 Changed
4+
5+
- Changed minimum Flutter version to 3.22 for the SDK.
6+
- Updated `stream_chat` dependency to [`8.1.0`](https://pub.dev/packages/stream_chat/changelog).
7+
18
## 8.0.0
29

310
🐞 Fixed

packages/stream_chat_flutter_core/pubspec.yaml

+2-2
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.0.0
4+
version: 8.1.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.0.0
20+
stream_chat: ^8.1.0
2121

2222
dev_dependencies:
2323
build_runner: ^2.4.9

packages/stream_chat_localizations/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.1.0
2+
3+
- Updated `stream_chat_flutter` dependency to [`8.1.0`](https://pub.dev/packages/stream_chat/changelog).
4+
15
## 8.0.0
26

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

packages/stream_chat_localizations/pubspec.yaml

+2-2
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.0.0
3+
version: 8.1.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
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
flutter_localizations:
1616
sdk: flutter
17-
stream_chat_flutter: ^8.0.0
17+
stream_chat_flutter: ^8.1.0
1818

1919
dev_dependencies:
2020
flutter_test:

packages/stream_chat_persistence/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.1.0
2+
3+
- Updated `stream_chat` dependency to [`8.1.0`](https://pub.dev/packages/stream_chat/changelog).
4+
15
## 8.0.0
26

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

packages/stream_chat_persistence/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_chat_persistence
22
homepage: https://github.com/GetStream/stream-chat-flutter
33
description: Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
4-
version: 8.0.0
4+
version: 8.1.0
55
repository: https://github.com/GetStream/stream-chat-flutter
66
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
77

@@ -18,7 +18,7 @@ dependencies:
1818
path: ^1.8.3
1919
path_provider: ^2.1.3
2020
sqlite3_flutter_libs: ^0.5.24
21-
stream_chat: ^8.0.0
21+
stream_chat: ^8.1.0
2222

2323
dev_dependencies:
2424
build_runner: ^2.4.9

0 commit comments

Comments
 (0)