Skip to content

Commit 77db45f

Browse files
Googlercopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 633634206
1 parent ba119d7 commit 77db45f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pkgs/intl_translation/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 0.20.0-wip
1+
## 0.20.0
22
* Throw if the `Intl.select` `arg` is not in the list of `args`.
3+
* Support `package:intl` `0.19.0`.
4+
* Require Dart 3.0.
35

46
## 0.19.0
57
* Always generate null safe code, remove `null-safe` flag.

pkgs/intl_translation/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: intl_translation
2-
version: 0.20.0-wip
2+
version: 0.20.0
33
description: >-
44
Contains code to deal with internationalized/localized messages,
55
date and number formatting and parsing, bi-directional text, and
66
other internationalization issues.
77
repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl_translation
88

99
environment:
10-
sdk: '>=2.19.0 <4.0.0'
10+
sdk: ^3.0.0
1111

1212
dependencies:
1313
analyzer: ^6.3.0
1414
args: ^2.0.0
1515
dart_style: ^2.0.0
16-
intl: ^0.18.0
16+
intl: '>=0.18.0 <0.20.0'
1717
path: ^1.0.0
1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)