From c99fa1ba41bbcbe5aa31fb769c6b0ab976e51a9b Mon Sep 17 00:00:00 2001 From: Jonathan Salmon Date: Tue, 24 Oct 2023 22:21:16 +0100 Subject: [PATCH] chore: bump flutter_quill_extensions to version 0.6.0 for dev release --- flutter_quill_extensions/CHANGELOG.md | 2 +- flutter_quill_extensions/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 67c40380..82ccd270 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.1 +## 0.6.0 - Provide a way to use custom image provider for the image widgets - Provide a way to handle different errors in image widgets diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 7e2259e5..6c5f69f7 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.5.1 +version: 0.6.0-dev homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions platforms: @@ -19,7 +19,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.8.0 + flutter_quill: ^7.10.0 # In case you are working on changes for both libraries, # flutter_quill: # path: ../