From 42b416ea5674dc5d07304699374efee77614afc9 Mon Sep 17 00:00:00 2001 From: X Code Date: Thu, 28 Jul 2022 00:02:34 -0700 Subject: [PATCH] Upgrade to 5.2.11 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ff6e16..1d5c748c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [5.2.11] +* Remove default small color. + # [5.2.10] * Don't wrap the QuillEditor's child in the EditorTextSelectionGestureDetector if selection is disabled. diff --git a/pubspec.yaml b/pubspec.yaml index 2e79591a..14fa2e6e 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: 5.2.10 +version: 5.2.11 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill