From 8758c2d9529c5601bd66ac6466f42f6d5dad8612 Mon Sep 17 00:00:00 2001 From: francksoudan <112876604+francksoudan@users.noreply.github.com> Date: Wed, 10 May 2023 16:03:35 +0200 Subject: [PATCH] 7.1.17 release: updates dependencies (#1208) --- CHANGELOG.md | 3 +++ flutter_quill_extensions/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51ff476..46b9b977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.1.17] +- Updates `device_info_plus` to version 9.0.0 to benefit from AGP 8 (see [changelog#900](https://pub.dev/packages/device_info_plus/changelog#900)). + # [7.1.16] - Fixed subscript key from 'sup' to 'sub'. diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 7a04bfde..f03c97c7 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.1.16 + flutter_quill: ^7.1.17 image_picker: ^0.8.5+3 photo_view: ^0.14.0 diff --git a/pubspec.yaml b/pubspec.yaml index 324dbc80..0a369e47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 7.1.16+1 +version: 7.1.17+1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill @@ -21,7 +21,7 @@ dependencies: characters: ^1.2.1 diff_match_patch: ^0.4.1 i18n_extension: ^8.0.0 - device_info_plus: ^8.1.0 + device_info_plus: ^9.0.0 platform: ^3.1.0 pasteboard: ^0.2.0