From aeb8da7d03a83a04324c255e61c3236f43aa7706 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Sat, 16 Oct 2021 20:38:32 -0700 Subject: [PATCH] Upgrade to 2.0.7 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf25e556..be9a8eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.7] +* Added theming options for toolbar icons and LinkDialog. + ## [2.0.6] * Avoid runtime error when placed inside TabBarView. diff --git a/pubspec.yaml b/pubspec.yaml index 4216d878..197c0c4b 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.6 +version: 2.0.7 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill