Skip to content

Commit 801c708

Browse files
committed
0.3.0
1 parent 2ffc9f5 commit 801c708

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
3+
- sdk: ">=3.0.0" e intl: 0.18.1.
4+
15
## 0.2.2
26

37
- Adiciona contrib.rocks.

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "0.2.1"
50+
version: "0.3.0"
5151
clock:
5252
dependency: transitive
5353
description:
@@ -132,10 +132,10 @@ packages:
132132
dependency: transitive
133133
description:
134134
name: intl
135-
sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
135+
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
136136
url: "https://pub.dev"
137137
source: hosted
138-
version: "0.18.0"
138+
version: "0.18.1"
139139
io:
140140
dependency: transitive
141141
description:
@@ -393,4 +393,4 @@ packages:
393393
source: hosted
394394
version: "3.1.1"
395395
sdks:
396-
dart: ">=2.18.3 <3.0.0"
396+
dart: ">=3.0.0 <4.0.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutterbootcamp/brasil_datetime
55
publish_to: 'none'
66

77
environment:
8-
sdk: '>=2.18.3 <3.0.0'
8+
sdk: '>=3.0.0 <4.0.0'
99

1010
dependencies:
1111
brasil_datetime:

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: brasil_datetime
22
description: Extensões para a classe DateTime para facilitar a formatação em pt_BR
3-
version: 0.2.2
3+
version: 0.3.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
77

88
environment:
9-
sdk: '>=2.18.3 <3.0.0'
9+
sdk: '>=3.0.0 <4.0.0'
1010

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

1414
dev_dependencies:
15-
lints: ^2.0.1
16-
test: ^1.22.0
15+
lints: ^2.1.0
16+
test: ^1.24.2

0 commit comments

Comments
 (0)