From 88f71cc5bb11d61333d15c723438533ab4cb4d4e Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 14 Nov 2024 12:12:02 +0100 Subject: [PATCH] Add changelog --- pkgs/intl/CHANGELOG.md | 4 ++++ pkgs/intl/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 91f2153e..e56553d7 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.20.1-wip + * Upgrade `package:web` dependency constraint to `">=0.5.1 <2.0.0"`, fixes + issue [#916](https://github.com/dart-lang/i18n/issues/916). + ## 0.20.0 * Fix caching of messages in `CompositeMessageLookup`. * Type `numberFormatSymbols` as a `Map`. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 24cd8046..0daaca8c 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -1,5 +1,5 @@ name: intl -version: 0.20.0 +version: 0.20.1-wip description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other