[update] local_auth - intl version (#2084)
diff --git a/packages/local_auth/CHANGELOG.md b/packages/local_auth/CHANGELOG.md index 832efc7..837dc15 100644 --- a/packages/local_auth/CHANGELOG.md +++ b/packages/local_auth/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 0.6.0+1 + +* Update the `intl` constraint to ">=0.15.1 <0.17.0" (0.16.0 isn't really a breaking change). + ## 0.6.0 * Define a new parameter for signaling that the transaction is sensitive.
diff --git a/packages/local_auth/pubspec.yaml b/packages/local_auth/pubspec.yaml index a78f628..f3fa41e 100644 --- a/packages/local_auth/pubspec.yaml +++ b/packages/local_auth/pubspec.yaml
@@ -3,7 +3,7 @@ such as Fingerprint Reader and Touch ID. author: Flutter Team <flutter-dev@googlegroups.com> homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth -version: 0.6.0 +version: 0.6.0+1 flutter: plugin: @@ -15,7 +15,7 @@ flutter: sdk: flutter meta: ^1.0.5 - intl: ^0.15.1 + intl: ">=0.15.1 <0.17.0" platform: ^2.0.0 dev_dependencies: