From 7c66713436e9fb3553980016c5acea7a6f6046e4 Mon Sep 17 00:00:00 2001 From: alanknight Date: Thu, 15 Jun 2017 14:09:58 -0700 Subject: [PATCH] Make a 0.15.1 version of Intl ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159151668 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63466e0..312b6d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.15.1 * Use the platform.locale API to get the OS platform. + * Convert to use package:test ## 0.15.0 * Fix compactCurrency to correctly use passed-in symbol. diff --git a/pubspec.yaml b/pubspec.yaml index 7a28ee08..a4b3315b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: intl -version: 0.15.1-dev +version: 0.15.1 author: Dart Team description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. homepage: https://github.com/dart-lang/intl