diff --git a/CHANGELOG.md b/CHANGELOG.md index be38b060..42d47bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.1.6] +- Fix compatibility with `integration_test` by downgrade the minimum version of platform package to 3.1.0 + ## [8.1.5] - Background/Font Color toolbar button icons reversed. diff --git a/pubspec.yaml b/pubspec.yaml index 3d0bc8e4..e73282be 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: 8.1.5 +version: 8.1.6 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill @@ -47,7 +47,7 @@ dependencies: diff_match_patch: ^0.4.1 i18n_extension: ^9.0.2 device_info_plus: ^9.1.0 - platform: ^3.1.3 + platform: ^3.1.0 pasteboard: ^0.2.0 equatable: ^2.0.5 flutter_animate: ^4.2.0+1