From 9314522d920bc5cd9d00d05fbfedef21a30bd6a6 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 11 Nov 2024 17:07:24 +0100 Subject: [PATCH] Publish `v0.20.0` of `package:intl` (#909) * Publish v0.20.0 of package:intl * Add changelog entry for CLDR --- pkgs/intl/CHANGELOG.md | 3 ++- pkgs/intl/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 470e30a0..91f2153e 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 cd347a3b..46d3cf0c 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