Skip to content

Commit

Permalink
Publish v0.20.1 of intl_translation (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Nov 11, 2024
1 parent dddf276 commit 1664753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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 @@ -18,7 +18,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

0 comments on commit 1664753

Please sign in to comment.