Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 7c66713

Browse files
committed
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

+1
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

+1-1
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)