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