From 9380ede2aea56efc4baa7c945be9c7768fb5080e Mon Sep 17 00:00:00 2001 From: li3317 Date: Mon, 29 Nov 2021 21:22:44 -0500 Subject: [PATCH] upgrade to 2.0.22 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35c67ae..0ab8c3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.22] +* Fix attribute compare and fix font size parsing. + ## [2.0.21] * Handle click on embed object. diff --git a/pubspec.yaml b/pubspec.yaml index 2b70bb4e..39947b72 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.21 +version: 2.0.22 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill