From 77db45fc8012b0f762b817f57134c59eb808fce4 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 14 May 2024 10:39:42 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 633634206 --- pkgs/intl_translation/CHANGELOG.md | 4 +++- pkgs/intl_translation/pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/intl_translation/CHANGELOG.md b/pkgs/intl_translation/CHANGELOG.md index e15097eb..2bee35e1 100644 --- a/pkgs/intl_translation/CHANGELOG.md +++ b/pkgs/intl_translation/CHANGELOG.md @@ -1,5 +1,7 @@ -## 0.20.0-wip +## 0.20.0 * Throw if the `Intl.select` `arg` is not in the list of `args`. + * Support `package:intl` `0.19.0`. + * Require Dart 3.0. ## 0.19.0 * Always generate null safe code, remove `null-safe` flag. diff --git a/pkgs/intl_translation/pubspec.yaml b/pkgs/intl_translation/pubspec.yaml index a36bef4c..29dee009 100644 --- a/pkgs/intl_translation/pubspec.yaml +++ b/pkgs/intl_translation/pubspec.yaml @@ -1,5 +1,5 @@ name: intl_translation -version: 0.20.0-wip +version: 0.20.0 description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and @@ -7,13 +7,13 @@ description: >- repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl_translation environment: - sdk: '>=2.19.0 <4.0.0' + sdk: ^3.0.0 dependencies: analyzer: ^6.3.0 args: ^2.0.0 dart_style: ^2.0.0 - intl: ^0.18.0 + intl: '>=0.18.0 <0.20.0' path: ^1.0.0 dev_dependencies: