bump changelogs and pubspecs

This commit is contained in:
Salvatore Giordano
2021-05-19 12:43:52 +02:00
parent 99afb0ba8e
commit 3ab1e1956e
9 changed files with 37 additions and 14 deletions
@@ -1,3 +1,8 @@
## 2.0.0-nullsafety.3
* Update llc dependency
* Minor fixes and improvements
## 2.0.0-nullsafety.2
* Fix ChannelsBloc not performing calls if pagination ended
@@ -1,7 +1,7 @@
name: stream_chat_flutter_core
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
version: 2.0.0-nullsafety.2
version: 2.0.0-nullsafety.3
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -10,12 +10,12 @@ environment:
flutter: ">=1.17.0"
dependencies:
collection: ^1.15.0-nullsafety.4
collection: ^1.15.0
flutter:
sdk: flutter
meta: ^1.3.0
rxdart: ^0.26.0
stream_chat: ^2.0.0-nullsafety.1
rxdart: ^0.27.0
stream_chat: ^2.0.0-nullsafety.2
dev_dependencies:
fake_async: ^1.2.0