diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c42fb..133383f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,7 @@ # 1.0.4 * Add option grouping turn off. Huge Thanks! @yuriescl + +# 1.0.5 + + * Update intl package to 0.17.0. diff --git a/README.md b/README.md index be4cb9d..5b7d8f7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://pub.dev/packages/currency_text_input_formatter ### Add pubspec.yaml ``` yaml dependencies: - currency_text_input_formatter: ^1.0.4 + currency_text_input_formatter: ^1.0.5 ``` ### Solving Intl package conflict Add this code end of pubspec.yaml. diff --git a/example/pubspec.lock b/example/pubspec.lock index c6181ee..0570819 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -105,7 +105,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" fake_async: dependency: transitive description: @@ -167,7 +167,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.16.1" + version: "0.17.0" io: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 6cd0fde..8760528 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -143,7 +143,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.16.1" + version: "0.17.0" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 48a156f..5ec60e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: currency_text_input_formatter description: Currency Text Input Formatter for Flutter. Use it easy and simple for your flutter app. -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/gtgalone/currency_text_input_formatter environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: ^0.16.1 + intl: ^0.17.0 dev_dependencies: