Skip to content

Commit

Permalink
chore(deps): improve intl constraint for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Dec 12, 2024
1 parent 5632dc1 commit 4faf9ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion flutter_quill_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4faf9ce

Please sign in to comment.