Skip to content

Commit 6c31f8a

Browse files
authored
chore(repo): Release 7.2.0-hotfix.1 (#1891)
1 parent 676cec0 commit 6c31f8a

File tree

16 files changed

+42
-22
lines changed

16 files changed

+42
-22
lines changed

packages/stream_chat/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.2.0-hotfix.1
2+
3+
- Version to keep in sync with the rest of the packages
4+
15
## 7.2.0
26

37
✅ Added

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.0
15+
stream_chat: ^7.2.0-hotfix.1
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.0';
6+
const PACKAGE_VERSION = '7.2.0-hotfix.1';

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.0
4+
version: 7.2.0-hotfix.1
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 7.2.0
28

39
✅ Added
@@ -12,9 +18,6 @@ Added Mark as Unread option to `StreamMessageWidget` context menu that will show
1218

1319
- Added `showMarkUnreadMessage` to `StreamMessageWidget` that controls visibility of Mark as Unread option.
1420

15-
🔄 Changed
16-
- Updated `connectivity_plus` dependency to `>=4.0.2 <7.0.0`
17-
1821
## 7.1.0
1922

2023
🐞 Fixed

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

@@ -39,7 +39,7 @@ dependencies:
3939
rxdart: ^0.27.7
4040
share_plus: ">=7.1.0 <9.0.0"
4141
shimmer: ^3.0.0
42-
stream_chat_flutter_core: ^7.2.0
42+
stream_chat_flutter_core: ^7.2.0-hotfix.1
4343
synchronized: ^3.1.0
4444
thumblr: ^0.0.4
4545
url_launcher: ^6.1.12

packages/stream_chat_flutter_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## 7.2.0
27

38
- Updated `stream_chat` dependency to [`7.2.0`](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.0
14+
stream_chat_flutter_core: ^7.2.0-hotfix.1
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.0
4+
version: 7.2.0-hotfix.1
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.0
20+
stream_chat: ^7.2.0-hotfix.1
2121

2222
dev_dependencies:
2323
build_runner: ^2.4.6

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+
## 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+
15
# 7.2.0
26

37
* Updated `stream_chat_flutter` dependency to [`7.2.0`](https://pub.dev/packages/stream_chat_flutter/changelog).

packages/stream_chat_localizations/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
cupertino_icons: ^1.0.3
1313
flutter:
1414
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
1717

1818
flutter:
1919
uses-material-design: true

packages/stream_chat_localizations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 7.2.0
3+
version: 7.2.0-hotfix.1
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: ^7.2.0
17+
stream_chat_flutter: ^7.2.0-hotfix.1
1818

1919
dev_dependencies:
2020
flutter_test:

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+
## 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+
15
## 7.2.0
26

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

packages/stream_chat_persistence/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
cupertino_icons: ^1.0.3
1212
flutter:
1313
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
1616

1717
flutter:
1818
uses-material-design: true

packages/stream_chat_persistence/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 7.2.0
4+
version: 7.2.0-hotfix.1
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.0
2020
sqlite3_flutter_libs: ^0.5.15
21-
stream_chat: ^7.2.0
21+
stream_chat: ^7.2.0-hotfix.1
2222

2323
dev_dependencies:
2424
build_runner: ^2.4.6

0 commit comments

Comments
 (0)