From 1907bd4dd1bfe77a5f47a82239dfb9a93e991429 Mon Sep 17 00:00:00 2001 From: rubensdemelo Date: Fri, 15 Dec 2023 00:27:50 +0200 Subject: [PATCH] 1.14.2 --- CHANGELOG.md | 3 +++ pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) 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