Skip to content

Commit b224a1b

Browse files
committed
1.10.0
1 parent b88cf0f commit b224a1b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.10.0
2+
- Atualiza `intl`.
3+
14
## 1.9.1
25
- Ajustes nos comentários. Remoção de variáveis alocadas desnecessáriamente.
36

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: brasil_fields
22
description: O jeito mais fácil de utilizar padrões e formatos brasileiros em seu projeto Dart.
3-
version: 1.9.1
3+
version: 1.10.0
44
homepage: https://github.com/flutterbootcamp/brasil_fields
55
repository: https://github.com/flutterbootcamp/brasil_fields
66
issue_tracker: https://github.com/flutterbootcamp/brasil_fields/issues
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
intl: ^0.17.0
14+
intl: ^0.18.0
1515

1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)