diff --git a/CHANGELOG.md b/CHANGELOG.md index 4742cf80..f65ce3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.3.3] +- Updated Dependencies conflicting. + # [7.3.2] - Added builder for custom button in _LinkDialog. diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 568cbe1d..7b8e5f90 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.4.1 +- Updated Dependencies conflicting. + ## 0.4.0 - Fix backspace around images [PR #1309](https://github.com/singerdmx/flutter-quill/pull/1309) - Feat/link regexp [PR #1329](https://github.com/singerdmx/flutter-quill/pull/1329) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 23d808e3..fccac67c 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.4.0 +version: 0.4.1 homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.3.2 + flutter_quill: ^7.3.3 image_picker: ^1.0.2 photo_view: ^0.14.0 diff --git a/pubspec.yaml b/pubspec.yaml index fa242751..c5a59fcb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 7.3.2 +version: 7.3.3 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill