Skip to content

Commit ce17a4e

Browse files
authored
added changelog entry (#1977)
1 parent 7efc5c3 commit ce17a4e

File tree

16 files changed

+53
-21
lines changed

16 files changed

+53
-21
lines changed

packages/stream_chat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.3.0
2+
3+
🔄 Changed
4+
5+
- Changed minimum Flutter version to 3.19 for the SDK.
6+
17
## 7.2.2
28

39
- Version to keep in sync with the rest of the packages

packages/stream_chat/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
cupertino_icons: ^1.0.5
1313
flutter:
1414
sdk: flutter
15-
stream_chat: ^7.2.2
15+
stream_chat: ^7.3.0
1616

1717
flutter:
1818
uses-material-design: true

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 = '7.2.2';
6+
const PACKAGE_VERSION = '7.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: 7.2.2
4+
version: 7.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
## Upcoming
1+
## 7.3.0
22

33
🐞 Fixed
44

5-
- Fixed copy message function.
5+
- Fixed copy message function.
6+
7+
🔄 Changed
8+
9+
- Changed minimum Flutter version to 3.19 for the SDK.
10+
- Updated `stream_chat_flutter_core` dependency to [`7.3.0`](https://pub.dev/packages/stream_chat/changelog).
611

712
## 7.2.2
813

packages/stream_chat_flutter/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
responsive_builder: ^0.7.0
16-
stream_chat_flutter: ^7.2.2
17-
stream_chat_localizations: ^7.2.2
18-
stream_chat_persistence: ^7.2.2
16+
stream_chat_flutter: ^7.3.0
17+
stream_chat_localizations: ^7.3.0
18+
stream_chat_persistence: ^7.3.0
1919

2020
flutter:
2121
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: 7.2.2
4+
version: 7.3.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.27.7
4242
share_plus: ">=8.0.2 <10.0.0"
4343
shimmer: ^3.0.0
44-
stream_chat_flutter_core: ^7.2.2
44+
stream_chat_flutter_core: ^7.3.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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.3.0
2+
3+
🔄 Changed
4+
5+
- Changed minimum Flutter version to 3.19 for the SDK.
6+
- Updated `stream_chat` dependency to [`7.3.0`](https://pub.dev/packages/stream_chat/changelog).
7+
18
## 7.2.2
29

310
- Updated `stream_chat` dependency to [`7.2.2`](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
@@ -11,7 +11,7 @@ dependencies:
1111
cupertino_icons: ^1.0.3
1212
flutter:
1313
sdk: flutter
14-
stream_chat_flutter_core: ^7.2.2
14+
stream_chat_flutter_core: ^7.3.0
1515

1616
flutter:
1717
uses-material-design: true

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: 7.2.2
4+
version: 7.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.27.7
20-
stream_chat: ^7.2.2
20+
stream_chat: ^7.3.0
2121

2222
dev_dependencies:
2323
build_runner: ^2.4.6

0 commit comments

Comments
 (0)