From 1be23063e01b9bb7198496d62d1ad254c18c4321 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:40:29 -0700 Subject: [PATCH] Update dependency (#1129) --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ce4dae..fa6238a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [7.0.1] +* Update i18n_extension depedency to version 8.0.0 + # [7.0.0] * Breaking change: Tuples are no longer used. They have been replaced with a number of data classes. diff --git a/pubspec.yaml b/pubspec.yaml index 95b4454b..740a0696 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.0.0 +version: 7.0.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill @@ -20,7 +20,7 @@ dependencies: pedantic: ^1.11.1 characters: ^1.2.1 diff_match_patch: ^0.4.1 - i18n_extension: ^6.0.0 + i18n_extension: ^8.0.0 device_info_plus: ^8.1.0 platform: ^3.1.0 pasteboard: ^0.2.0