File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed
stream_chat_localizations Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ command:
59
59
shimmer : ^3.0.0
60
60
sqlite3_flutter_libs : ^0.5.26
61
61
stream_chat : ^9.2.0
62
- stream_chat_flutter : ^9.2.0
62
+ stream_chat_flutter : ^9.2.0+1
63
63
stream_chat_flutter_core : ^9.2.0
64
64
stream_chat_localizations : ^9.2.0
65
65
stream_chat_persistence : ^9.2.0
Original file line number Diff line number Diff line change
1
+ ## 9.2.0+1
2
+
3
+ - Remove untracked files from the package.
4
+
1
5
## 9.2.0
2
6
3
7
🐞 Fixed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
flutter :
26
26
sdk : flutter
27
27
responsive_builder : ^0.7.0
28
- stream_chat_flutter : ^9.2.0
28
+ stream_chat_flutter : ^9.2.0+1
29
29
stream_chat_localizations : ^9.2.0
30
30
stream_chat_persistence : ^9.2.0
31
31
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 : 9.2.0
4
+ version : 9.2.0+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
1
## 9.2.0
2
2
3
- - Updated ` stream_chat_flutter ` dependency to [ ` 9.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
3
+ - Updated ` stream_chat_flutter ` dependency to [ ` 9.2.0+1 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
4
5
5
## 9.1.0
6
6
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies:
24
24
cupertino_icons : ^1.0.3
25
25
flutter :
26
26
sdk : flutter
27
- stream_chat_flutter : ^9.2.0
27
+ stream_chat_flutter : ^9.2.0+1
28
28
stream_chat_localizations : ^9.2.0
29
29
30
30
flutter :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
sdk : flutter
27
27
flutter_localizations :
28
28
sdk : flutter
29
- stream_chat_flutter : ^9.2.0
29
+ stream_chat_flutter : ^9.2.0+1
30
30
31
31
dev_dependencies :
32
32
flutter_test :
You can’t perform that action at this time.
0 commit comments