From 2d75d73fd0c402f4eff1d812e6f3c9c2dceb52e5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 6 Dec 2023 09:57:33 +0100 Subject: [PATCH 1/2] Publish `package:intl` v0.19.0 --- pkgs/intl/CHANGELOG.md | 3 +-- pkgs/intl/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index b0057dbc..b9e45f74 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,5 +1,4 @@ -## 0.19.0-dev - +## 0.19.0 * Add `tryParse` to NumberFormat. * Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat. * Add fallback for deprecated locales, such as `he` <-> `iw`. 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 From a1431f82d6df035a0f5bfa640fede3fa32c6a12b Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 7 Dec 2023 14:00:59 +0100 Subject: [PATCH 2/2] Switch changelog entries --- pkgs/intl/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index b9e45f74..88607b6f 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,8 +1,9 @@ ## 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. @@ -10,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.