From 40bd3a16089c520920d798469839d5f97940107f Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 11 Nov 2024 09:10:35 +0100 Subject: [PATCH] Publish v0.20.0 of package:intl --- pkgs/intl/CHANGELOG.md | 2 +- pkgs/intl/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 470e30a0..256d0abc 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.20.0-wip +## 0.20.0 * Fix caching of messages in `CompositeMessageLookup`. * Type `numberFormatSymbols` as a `Map`. * Type `dateTimeSymbolMap` as a `Map`. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index cd347a3b..46d3cf0c 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -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