diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 470e30a01..91f2153e4 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.20.0-wip +## 0.20.0 * Fix caching of messages in `CompositeMessageLookup`. * Type `numberFormatSymbols` as a `Map`. * Type `dateTimeSymbolMap` as a `Map`. @@ -10,6 +10,7 @@ * Support compiling to WASM. * Update to and account for `package:lints` `^4.0.0`. * rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb". + * Update to CLDR v45. ## 0.19.0 * Update to CLDR v44. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index cd347a3b3..46d3cf0c7 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -1,5 +1,5 @@ name: intl -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 other