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

Commit 7f7a0f6

Browse files
committed
Restore path dependency to intl.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149784990
1 parent 7a4a632 commit 7f7a0f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Add a facility to check if messages are being called before locale
1212
initialization, which can lead to errors if the results are being cached. See
1313
UninitializedLocaleData.throwOnFallback.
14+
* Restore dependency on path which was removed when intl_translation was
15+
separated.
1416

1517
## 0.14.0
1618
* MAJOR BREAKING CHANGE! Remove message extraction and code generation into a

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
sdk: '>=1.12.0 <2.0.0'
88
documentation: http://www.dartdocs.org/documentation/intl/latest
99
dependencies:
10+
path: '>=0.9.0 <2.0.0'
1011
dev_dependencies:
1112
fixnum: '>=0.9.0 <0.11.0'
1213
unittest: '>=0.10.0 <0.12.0'

0 commit comments

Comments
 (0)