From 16647532c4a9e39bd683cba1599a9ef40c49ad6a Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 11 Nov 2024 20:15:45 +0100 Subject: [PATCH] Publish v0.20.1 of intl_translation (#913) --- pkgs/intl_translation/CHANGELOG.md | 3 ++- pkgs/intl_translation/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/intl_translation/CHANGELOG.md b/pkgs/intl_translation/CHANGELOG.md index be55d6a1..a20ad7d2 100644 --- a/pkgs/intl_translation/CHANGELOG.md +++ b/pkgs/intl_translation/CHANGELOG.md @@ -1,9 +1,10 @@ -## 0.20.1-wip +## 0.20.1 * Add topics to `pubspec.yaml` * Update to `dart_style `2.3.7`. `bin/make_examples_const.dart` and `rewrite_intl_messages.dart` will now look for a surrounding `.dart_tool/package_config.json` file to infer the language version of the files updated by the script. + * Upgrade dep on `package:intl`. ## 0.20.0 * Throw if the `Intl.select` `arg` is not in the list of `args`. diff --git a/pkgs/intl_translation/pubspec.yaml b/pkgs/intl_translation/pubspec.yaml index 2fa090c0..dfa3bc53 100644 --- a/pkgs/intl_translation/pubspec.yaml +++ b/pkgs/intl_translation/pubspec.yaml @@ -1,5 +1,5 @@ name: intl_translation -version: 0.20.1-wip +version: 0.20.1 description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and @@ -18,7 +18,7 @@ dependencies: analyzer: ^6.3.0 args: ^2.0.0 dart_style: ^2.0.0 - intl: '>=0.18.0 <0.20.0' + intl: '>=0.19.0 <0.21.0' package_config: ^2.1.0 path: ^1.0.0 pub_semver: '>=1.4.4 <3.0.0'