Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkgs/intl_translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.20.1-wip
## 0.20.1
* Add topics to `pubspec.yaml`
* Update to `dart_style `2.3.7`. `bin/make_examples_const.dart` and
`rewrite_intl_messages.dart` will now look for a surrounding
`.dart_tool/package_config.json` file to infer the language version of the
files updated by the script.
* Upgrade dep on `package:intl`.

## 0.20.0
* Throw if the `Intl.select` `arg` is not in the list of `args`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/intl_translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: intl_translation
version: 0.20.1-wip
version: 0.20.1
description: >-
Contains code to deal with internationalized/localized messages,
date and number formatting and parsing, bi-directional text, and
Expand All @@ -17,7 +17,7 @@ dependencies:
analyzer: ^6.3.0
args: ^2.0.0
dart_style: ^2.0.0
intl: '>=0.18.0 <0.20.0'
intl: '>=0.19.0 <0.21.0'
package_config: ^2.1.0
path: ^1.0.0
pub_semver: '>=1.4.4 <3.0.0'
Expand Down
Loading