Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633634206
  • Loading branch information
Googler authored and copybara-github committed May 14, 2024
1 parent ba119d7 commit 77db45f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion pkgs/intl_translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 0.20.0-wip
## 0.20.0
* Throw if the `Intl.select` `arg` is not in the list of `args`.
* Support `package:intl` `0.19.0`.
* Require Dart 3.0.

## 0.19.0
* Always generate null safe code, remove `null-safe` flag.
Expand Down
6 changes: 3 additions & 3 deletions pkgs/intl_translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: intl_translation
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 internationalization issues.
repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl_translation

environment:
sdk: '>=2.19.0 <4.0.0'
sdk: ^3.0.0

dependencies:
analyzer: ^6.3.0
args: ^2.0.0
dart_style: ^2.0.0
intl: ^0.18.0
intl: '>=0.18.0 <0.20.0'
path: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit 77db45f

Please sign in to comment.