diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 91f2153e..a0c1234b 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 `1.1.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/lib/intl.dart b/pkgs/intl/lib/intl.dart index 7b823d73..add3dadf 100644 --- a/pkgs/intl/lib/intl.dart +++ b/pkgs/intl/lib/intl.dart @@ -119,7 +119,7 @@ class Intl { /// and pass the appropriate arguments to it. If provided, [name] must be /// globally unique in the program. It must match the enclosing function name, /// or if the function is a method of a class, [name] can also be of the form - /// _, to make it easier to distinguish messages with + /// `_`, to make it easier to distinguish messages with /// the same name but in different classes. /// /// The [desc] provides a description of the message usage. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 46d3cf0c..98d011c0 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 @@ -18,11 +18,11 @@ dependencies: http: ^1.0.0 meta: ^1.0.2 path: ^1.8.0 - web: ^0.5.0 + web: ^1.1.0 dev_dependencies: benchmark_harness: ^2.2.0 - ffi: ^1.0.0 + ffi: ^2.1.3 fixnum: ^1.0.0 - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.16.0