From a27620950f36456b832cd61d120bb9c343882e8b Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 9 Nov 2023 03:48:26 +0000 Subject: [PATCH] chore: bump flutter_quill_extensions --- flutter_quill_extensions/CHANGELOG.md | 3 +++ flutter_quill_extensions/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 3d352da1..e6116111 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.5 +- Support the new `iconButtonFactor` property + ## 0.6.4 - Update `QuillImageUtilities` - Add new extension on `QuillController` to access `QuillImageUtilities` instance easier diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 906fa828..f9c6dc7d 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_extensions description: Embed extensions for flutter_quill including image, video, formula and etc. -version: 0.6.3 +version: 0.6.5 homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions