From f74ab592ad3c9a17719f263a98685345040f3b92 Mon Sep 17 00:00:00 2001 From: Cheryl Date: Thu, 3 Aug 2023 18:30:43 -0700 Subject: [PATCH] Upgrade to 7.3.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e2cbf8..637f1082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.3.0] +- Add default attributes to basic factory. + # [7.2.19] - Feat/link regexp. diff --git a/pubspec.yaml b/pubspec.yaml index e2533e81..d0ae4fa7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 7.2.19 +version: 7.3.0 homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill