Skip to content

Commit

Permalink
Merge pull request #756 from dart-lang:publishIntl
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588771106
  • Loading branch information
copybara-github committed Dec 7, 2023
2 parents 5043160 + a1431f8 commit 92ef32a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
## 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.
* Add `EEEEE` skeleton for `DateFormat`, closing [#176](https://github.com/dart-lang/i18n/issues/176).
* 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.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/intl/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 92ef32a

Please sign in to comment.