We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15aa00c commit a1a09a1Copy full SHA for a1a09a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.2
2
+
3
+- intl: 0.19.0.
4
5
## 0.3.1
6
7
- intl: 0.18.0.
pubspec.yaml
@@ -1,6 +1,6 @@
name: brasil_datetime
description: Extensões para a classe DateTime para facilitar a formatação em pt_BR
-version: 0.3.1
+version: 0.3.2
homepage: https://github.com/flutterbootcamp/brasil_datetime
repository: https://github.com/flutterbootcamp/brasil_datetime
issue_tracker: https://github.com/flutterbootcamp/brasil_datetime/issues
@@ -9,7 +9,7 @@ environment:
9
sdk: '>=3.0.0 <4.0.0'
10
11
dependencies:
12
- intl: ^0.18.0
+ intl: ^0.19.0
13
14
dev_dependencies:
15
lints: ^2.1.0
0 commit comments