Skip to content

Commit deef64c

Browse files
committed
0.2.0
1 parent 06225f5 commit deef64c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
- Atualiza `intl`.
4+
15
## 0.1.4
26

37
- Melhorias na descrição.

example/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
path: ".."
4343
relative: true
4444
source: path
45-
version: "0.1.4"
45+
version: "0.2.0"
4646
clock:
4747
dependency: transitive
4848
description:
@@ -119,7 +119,7 @@ packages:
119119
name: intl
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122-
version: "0.17.0"
122+
version: "0.18.0"
123123
io:
124124
dependency: transitive
125125
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: brasil_datetime
22
description: Extensões para a classe DateTime para facilitar a formatação em pt_BR
3-
version: 0.1.4
3+
version: 0.2.0
44
homepage: https://github.com/flutterbootcamp/brasil_datetime
55
repository: https://github.com/flutterbootcamp/brasil_datetime
66
issue_tracker: https://github.com/flutterbootcamp/brasil_datetime/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: '>=2.18.3 <3.0.0'
1010

1111
dependencies:
12-
intl: ^0.17.0
12+
intl: ^0.18.0
1313

1414
dev_dependencies:
1515
lints: ^2.0.1

0 commit comments

Comments
 (0)