From 0efbb680f69c96121e6d8fd0bd976290ef8aabec Mon Sep 17 00:00:00 2001 From: X Code Date: Tue, 10 Jan 2023 07:49:13 -0800 Subject: [PATCH] Upgrade to 6.2.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc1545a..4827f6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.2.0] +* Align numerical and bullet lists along with text content. + # [6.1.12] * Apply i18n for default font dropdown option labels corresponding to 'Clear'. diff --git a/pubspec.yaml b/pubspec.yaml index d5145582..00b3bb74 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: 6.1.12 +version: 6.2.0 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill