diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index d48a058b..8394603b 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.20.1-wip +## 0.20.1 * Upgrade `package:web` dependency constraint to `1.1.0`, fixes issue [#916](https://github.com/dart-lang/i18n/issues/916). * Update to CLDR v46. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 98d011c0..32810159 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -1,10 +1,11 @@ name: intl -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 other internationalization issues. repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl +issue_tracker: https://github.com/dart-lang/i18n/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aintl topics: - i18n