diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index b0057dbc..88607b6f 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,9 +1,9 @@ -## 0.19.0-dev - +## 0.19.0 + * Update to CLDR v44. + * Update to CLDR v43. * Add `tryParse` to NumberFormat. * Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat. * Add fallback for deprecated locales, such as `he` <-> `iw`. - * Update to CLDR v43. * Switch QAR currency name to Riyal. * Add license headers to some files. * Update CVE currency symbol. @@ -11,7 +11,6 @@ * Switch to `3.0.0` SDK. * Fix issue [#483](https://github.com/dart-lang/i18n/issues/483) about date parsing with a `yy` skeleton. * Extract `NumberParserBase` abstract class - * Update to CLDR v44. ## 0.18.1 * Update ruble sign and update corresponding test. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index ea89175a..8509b87a 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -1,5 +1,5 @@ name: intl -version: 0.19.0-dev +version: 0.19.0 description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other