diff --git a/CHANGELOG.md b/CHANGELOG.md index 641a560..8a7649c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.14.2 +- intl: `^0.19.0` + ## 1.14.1 - Atualiza README com `gerarCPF` e `gerarCNPJ`, por [adilsonjuniordev](https://github.com/adilsonjuniordev). diff --git a/pubspec.lock b/pubspec.lock index 175071b..84ec364 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -71,10 +71,10 @@ packages: dependency: "direct main" description: name: intl - sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d" + sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf url: "https://pub.dev" source: hosted - version: "0.18.1" + version: "0.19.0" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1de02be..c4e6a4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: brasil_fields description: O jeito mais fácil de utilizar padrões e formatos brasileiros em seu projeto Dart. -version: 1.14.1 +version: 1.14.2 homepage: https://github.com/flutterbootcamp/brasil_fields repository: https://github.com/flutterbootcamp/brasil_fields issue_tracker: https://github.com/flutterbootcamp/brasil_fields/issues @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - intl: ^0.18.0 + intl: ^0.19.0 dev_dependencies: flutter_lints: ^2.0.0