Skip to content

Commit

Permalink
Merge pull request #917 from dart-lang:mosuem-patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696560183
  • Loading branch information
copybara-github committed Nov 14, 2024
2 parents 932e8c0 + 4b96666 commit 1b3fecd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pkgs/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<String, NumberSymbols>`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/intl/lib/intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// <className>_<methodName>, to make it easier to distinguish messages with
/// `<className>_<methodName>`, to make it easier to distinguish messages with
/// the same name but in different classes.
///
/// The [desc] provides a description of the message usage.
Expand Down
8 changes: 4 additions & 4 deletions pkgs/intl/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 1b3fecd

Please sign in to comment.