Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c66713

Browse files
committedJun 15, 2017
Make a 0.15.1 version of Intl
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159151668
1 parent 810432e commit 7c66713

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.15.1
22
* Use the platform.locale API to get the OS platform.
3+
* Convert to use package:test
34

45
## 0.15.0
56
* Fix compactCurrency to correctly use passed-in symbol.

‎pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intl
2-
version: 0.15.1-dev
2+
version: 0.15.1
33
author: Dart Team <misc@dartlang.org>
44
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
55
homepage: https://github.com/dart-lang/intl

0 commit comments

Comments
 (0)
This repository has been archived.