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