From 4faf9ceb21e8b807413ecf74b59af80d7d37eccf Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 13 Dec 2024 01:22:31 +0300 Subject: [PATCH] chore(deps): improve intl constraint for compatibility --- CHANGELOG.md | 3 ++- flutter_quill_extensions/CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ac53ee4..1ebda4081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Avoid using deprecated APIs in Flutter 3.27.0. -- Resolved analysis warnings for Flutter 3.27 and Dart 3.6. +- Resolve analysis warnings for Flutter 3.27 and Dart 3.6. +- Update `intl` dependency to support versions `0.19.0` and `0.20.0`. ## [11.0.0-dev.14] - 2024-11-24 diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 39a9125c9..d6c7fa308 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Avoid using deprecated APIs in Flutter 3.27.0. -- Resolved analysis warnings for Flutter 3.27 and Dart 3.6. +- Resolve analysis warnings for Flutter 3.27 and Dart 3.6. ## [11.0.0-dev.4] - 2024-11-24 diff --git a/pubspec.yaml b/pubspec.yaml index 863b52833..77812f6a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: quiver: ^3.2.0 meta: ^1.7.0 html: ^0.15.0 - intl: ^0.19.0 + intl: '>=0.19.0 <0.21.0' flutter_colorpicker: ^1.1.0