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 caeb6e3e..b5265f77 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 @@ -17,7 +17,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'