From 9f95012f064785051aac966855c6c9614eadfc69 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 31 Mar 2020 10:34:38 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 1 - pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2355893..8dfee43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.12 + +- Fix dependency error on iOS using flutter_form_builder + ## 0.1.11 - Fix bug in ChannelPreview when list of messages is empty diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 731da594..2968dbca 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,7 +11,6 @@ dependencies: sdk: flutter stream_chat_flutter: path: ../ - flutter_form_builder: any dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index e916a5af..eba0842a 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.1.11 +version: 0.1.12 environment: sdk: ">=2.3.0 <3.0.0"