From 0d83169c07099bc9ce28f0ab9d266d64ff191f4a Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Fri, 8 Oct 2021 13:26:56 -0700 Subject: [PATCH] Upgrade to 2.0.6 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c31b49f..bf25e556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.6] +* Avoid runtime error when placed inside TabBarView. + ## [2.0.5] * Support inline code formatting. diff --git a/pubspec.yaml b/pubspec.yaml index ecb52770..4216d878 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 2.0.5 +version: 2.0.6 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill