Skip to content

Commit

Permalink
Publish v0.20.0 of package:intl (#909)
Browse files Browse the repository at this point in the history
* Publish v0.20.0 of package:intl

* Add changelog entry for CLDR
  • Loading branch information
mosuem authored Nov 11, 2024
1 parent b437a86 commit 9314522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.20.0-wip
## 0.20.0
* Fix caching of messages in `CompositeMessageLookup`.
* Type `numberFormatSymbols` as a `Map<String, NumberSymbols>`.
* Type `dateTimeSymbolMap` as a `Map<String, DateSymbols>`.
Expand All @@ -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.
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.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
Expand Down

0 comments on commit 9314522

Please sign in to comment.