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,9 @@
## 2.0.0-nullsafety.2
* Update llc dependency
* Minor fixes and improvements
* Fixed bug not saving message.mentioned_users
## 2.0.0-nullsafety.1
* Migrate this package to null safety
@@ -1,7 +1,7 @@
name: stream_chat_persistence
homepage: https://github.com/GetStream/stream-chat-flutter
description: Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
version: 2.0.0-nullsafety.1
version: 2.0.0-nullsafety.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -17,8 +17,8 @@ dependencies:
mutex: ^3.0.0
path: ^1.8.0
path_provider: ^2.0.1
sqlite3_flutter_libs: ^0.4.1
stream_chat: ^2.0.0-nullsafety.0
sqlite3_flutter_libs: ^0.4.2
stream_chat: ^2.0.0-nullsafety.2
dev_dependencies:
build_runner: ^2.0.1