Skip to content

Commit 9314522

Browse files
authored
Publish v0.20.0 of package:intl (#909)
* Publish v0.20.0 of package:intl * Add changelog entry for CLDR
1 parent b437a86 commit 9314522

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/intl/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.20.0-wip
1+
## 0.20.0
22
* Fix caching of messages in `CompositeMessageLookup`.
33
* Type `numberFormatSymbols` as a `Map<String, NumberSymbols>`.
44
* Type `dateTimeSymbolMap` as a `Map<String, DateSymbols>`.
@@ -10,6 +10,7 @@
1010
* Support compiling to WASM.
1111
* Update to and account for `package:lints` `^4.0.0`.
1212
* rtl Detection fix in `bidi.dart` for Kordi Sorani "ckb".
13+
* Update to CLDR v45.
1314

1415
## 0.19.0
1516
* Update to CLDR v44.

pkgs/intl/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intl
2-
version: 0.20.0-wip
2+
version: 0.20.0
33
description: >-
44
Contains code to deal with internationalized/localized messages, date and
55
number formatting and parsing, bi-directional text, and other

0 commit comments

Comments
 (0)