From cf29e62873f012f0eba7092f5533a2de126f4371 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 4 Jun 2020 16:38:44 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe5d7f3..41e38e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1-alpha+8 + +- User queryMembers for mentions + ## 0.2.1-alpha+7 - Update llc dependency diff --git a/pubspec.yaml b/pubspec.yaml index 12e0e323..7335e45e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_chat_flutter homepage: https://github.com/GetStream/stream-chat-flutter description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter. -version: 0.2.1-alpha+7 +version: 0.2.1-alpha+8 environment: sdk: ">=2.3.0 <3.0.0" @@ -19,9 +19,9 @@ dependencies: video_player: ^0.10.11+1 chewie: ^0.9.10 file_picker: ^1.9.0+1 - image_picker: ^0.6.6+5 + image_picker: ^0.6.7 flutter_keyboard_visibility: ^3.0.0 - stream_chat: ^0.2.0-alpha+18 + stream_chat: ^0.2.0-alpha+19 mime: ^0.9.6+3 visibility_detector: ^0.1.5 http_parser: ^3.1.4