From f92187fe406f90784d7516d052afaf4c67919545 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:10:53 +0300 Subject: [PATCH] Update flutter_quill_extensions --- flutter_quill_extensions/CHANGELOG.md | 3 +++ flutter_quill_extensions/pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index ce1f9d3a..be67e782 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +- This version is not stable yet as it doesn't have mirgration guide and missing some things and we might introduce more breaking changes very soon but we decided to publish it because the latest stable version is not compatible with latest stable version of `flutter_quill`` + ## 0.6.0-dev.6 - Better support for web - Smal fixes and updates diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index be42577a..58f0ee40 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.0-dev.6 +version: 0.6.0 homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions @@ -26,7 +26,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^8.2.2 + flutter_quill: ^8.2.3 http: ^1.1.0 photo_view: ^0.14.0 @@ -34,7 +34,7 @@ dependencies: youtube_player_flutter: ^8.1.2 flutter_inappwebview: ^5.8.0 universal_html: ^2.2.4 - gal: ^2.1.2 + gal: ^2.1.3 path: ^1.8.3 image_picker: ^1.0.4 math_keyboard: ^0.2.1