File tree Expand file tree Collapse file tree 16 files changed +42
-22
lines changed
stream_chat_localizations Expand file tree Collapse file tree 16 files changed +42
-22
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.2.0-hotfix.1
2
+
3
+ - Version to keep in sync with the rest of the packages
4
+
1
5
## 7.2.0
2
6
3
7
✅ Added
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
cupertino_icons : ^1.0.5
13
13
flutter :
14
14
sdk : flutter
15
- stream_chat : ^7.2.0
15
+ stream_chat : ^7.2.0-hotfix.1
16
16
17
17
flutter :
18
18
uses-material-design : true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart';
3
3
/// Current package version
4
4
/// Used in [StreamChatClient] to build the `x-stream-client` header
5
5
// ignore: constant_identifier_names
6
- const PACKAGE_VERSION = '7.2.0' ;
6
+ const PACKAGE_VERSION = '7.2.0-hotfix.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : stream_chat
2
2
homepage : https://getstream.io/
3
3
description : The official Dart client for Stream Chat, a service for building chat applications.
4
- version : 7.2.0
4
+ version : 7.2.0-hotfix.1
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
Original file line number Diff line number Diff line change
1
+ ## 7.2.0-hotfix.1
2
+
3
+ 🔄 Changed
4
+ - Updated ` stream_chat_flutter_core ` dependency to [ ` 7.2.0-hotfix.1 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
5
+
6
+
1
7
## 7.2.0
2
8
3
9
✅ Added
@@ -12,9 +18,6 @@ Added Mark as Unread option to `StreamMessageWidget` context menu that will show
12
18
13
19
- Added ` showMarkUnreadMessage ` to ` StreamMessageWidget ` that controls visibility of Mark as Unread option.
14
20
15
- 🔄 Changed
16
- - Updated ` connectivity_plus ` dependency to ` >=4.0.2 <7.0.0 `
17
-
18
21
## 7.1.0
19
22
20
23
🐞 Fixed
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies:
13
13
flutter :
14
14
sdk : flutter
15
15
responsive_builder : ^0.7.0
16
- stream_chat_flutter : ^7.2.0
17
- stream_chat_localizations : ^7.2.0
18
- stream_chat_persistence : ^7.2.0
16
+ stream_chat_flutter : ^7.2.0-hotfix.1
17
+ stream_chat_localizations : ^7.2.0-hotfix.1
18
+ stream_chat_persistence : ^7.2.0-hotfix.1
19
19
20
20
flutter :
21
21
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_flutter
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
4
- version : 7.2.0
4
+ version : 7.2.0-hotfix.1
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -39,7 +39,7 @@ dependencies:
39
39
rxdart : ^0.27.7
40
40
share_plus : " >=7.1.0 <9.0.0"
41
41
shimmer : ^3.0.0
42
- stream_chat_flutter_core : ^7.2.0
42
+ stream_chat_flutter_core : ^7.2.0-hotfix.1
43
43
synchronized : ^3.1.0
44
44
thumblr : ^0.0.4
45
45
url_launcher : ^6.1.12
Original file line number Diff line number Diff line change
1
+ ## 7.2.0-hotfix.1
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 7.2.0-hotfix.1 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+ - Reverted the ` connectivity_plus ` dependency bump causing [ 1889] ( https://github.com/GetStream/stream-chat-flutter/issues/1889 )
5
+
1
6
## 7.2.0
2
7
3
8
- Updated ` stream_chat ` dependency to [ ` 7.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
cupertino_icons : ^1.0.3
12
12
flutter :
13
13
sdk : flutter
14
- stream_chat_flutter_core : ^7.2.0
14
+ stream_chat_flutter_core : ^7.2.0-hotfix.1
15
15
16
16
flutter :
17
17
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_flutter_core
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
4
- version : 7.2.0
4
+ version : 7.2.0-hotfix.1
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -17,7 +17,7 @@ dependencies:
17
17
freezed_annotation : ^2.4.1
18
18
meta : ^1.9.1
19
19
rxdart : ^0.27.7
20
- stream_chat : ^7.2.0
20
+ stream_chat : ^7.2.0-hotfix.1
21
21
22
22
dev_dependencies :
23
23
build_runner : ^2.4.6
Original file line number Diff line number Diff line change
1
+ ## 7.2.0-hotfix.1
2
+
3
+ - Updated ` stream_chat_flutter ` dependency to [ ` 7.2.0-hotfix.1 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
# 7.2.0
2
6
3
7
* Updated ` stream_chat_flutter ` dependency to [ ` 7.2.0 ` ] ( https://pub.dev/packages/stream_chat_flutter/changelog ) .
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies:
12
12
cupertino_icons : ^1.0.3
13
13
flutter :
14
14
sdk : flutter
15
- stream_chat_flutter : ^7.2.0
16
- stream_chat_localizations : ^7.2.0
15
+ stream_chat_flutter : ^7.2.0-hotfix.1
16
+ stream_chat_localizations : ^7.2.0-hotfix.1
17
17
18
18
flutter :
19
19
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_localizations
2
2
description : The Official localizations for Stream Chat Flutter, a service for building chat applications
3
- version : 7.2.0
3
+ version : 7.2.0-hotfix.1
4
4
homepage : https://github.com/GetStream/stream-chat-flutter
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
flutter_localizations :
16
16
sdk : flutter
17
- stream_chat_flutter : ^7.2.0
17
+ stream_chat_flutter : ^7.2.0-hotfix.1
18
18
19
19
dev_dependencies :
20
20
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 7.2.0-hotfix.1
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 7.2.0-hotfix.1 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 7.2.0
2
6
3
7
- Updated ` stream_chat ` dependency to [ ` 7.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies:
11
11
cupertino_icons : ^1.0.3
12
12
flutter :
13
13
sdk : flutter
14
- stream_chat : ^7.2.0
15
- stream_chat_persistence : ^7.2.0
14
+ stream_chat : ^7.2.0-hotfix.1
15
+ stream_chat_persistence : ^7.2.0-hotfix.1
16
16
17
17
flutter :
18
18
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_persistence
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
4
- version : 7.2.0
4
+ version : 7.2.0-hotfix.1
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -18,7 +18,7 @@ dependencies:
18
18
path : ^1.8.3
19
19
path_provider : ^2.1.0
20
20
sqlite3_flutter_libs : ^0.5.15
21
- stream_chat : ^7.2.0
21
+ stream_chat : ^7.2.0-hotfix.1
22
22
23
23
dev_dependencies :
24
24
build_runner : ^2.4.6
You can’t perform that action at this time.
0 commit comments