From 3a56ccff513006038ee8a68689cc673c1c1c682b Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:59:00 +0300 Subject: [PATCH] Update CHANGELOG.md and pubspec.yaml --- flutter_quill_extensions/CHANGELOG.md | 3 +++ flutter_quill_extensions/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 67c8f430..7d5a3a5c 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0-dev.2 +- Another breaking changes, we will add mirgrate guide soon. + ## 0.6.0-dev.1 - Breaking Changes, we have refactored most of the functions and it got renamed diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 7a82cfff..82f93111 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.1 +version: 0.6.0-dev.2 homepage: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill @@ -26,7 +26,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^8.1.10 + flutter_quill: ^8.2.0 http: ^1.1.0 photo_view: ^0.14.0