Skip to content

Commit

Permalink
Merge pull request dart-archive#75 from dart-lang/analyzer
Browse files Browse the repository at this point in the history
widen analyzer constraints
  • Loading branch information
alan-knight committed Aug 19, 2015
2 parents f1919d8 + 81994f2 commit 1c27576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.12.4+2
* update analyzer to '<0.27.0'

## 0.12.4+1
* Allow the name of an Intl.message to be "ClassName_methodName", as
well as "functionName". This makes it easier to disambiguate
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: intl
version: 0.12.4+1
version: 0.12.4+2
author: Dart Team <[email protected]>
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
environment:
sdk: '>=1.4.0 <2.0.0'
documentation: http://www.dartdocs.org/documentation/intl/latest
dependencies:
analyzer: '>=0.13.2 <0.26.0'
analyzer: '>=0.13.2 <0.27.0'
args: '>=0.12.1 <0.14.0'
path: '>=0.9.0 <2.0.0'
petitparser: '>=1.1.3 <2.0.0'
Expand Down

0 comments on commit 1c27576

Please sign in to comment.