Skip to content

Commit 4a77952

Browse files
committed
prepare for 0.5.4+3
1 parent 72456dd commit 4a77952

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.4+3
2+
3+
* Support the latest release of `pkg/dart_style`.
4+
15
## 0.5.4+2
26

37
* Use the new `log` field instead of the deprecated `buildStep.logger`

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 0.5.4+2
2+
version: 0.5.4+3
33
author: Dart Team <misc@dartlang.org>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen
@@ -8,12 +8,12 @@ environment:
88
dependencies:
99
analyzer: ^0.29.2
1010
build: ^0.7.1
11-
dart_style: '>=0.1.7 <0.3.0'
11+
dart_style: '>=0.1.7 <2.0.0'
1212
path: ^1.3.2
1313
dev_dependencies:
1414
build_runner: ^0.3.0
1515
build_test: ^0.4.0
1616
cli_util: ^0.0.1
1717
collection: ^1.1.2
18-
mockito: '>=0.11.0 <2.0.0'
18+
mockito: '>=0.11.0 <3.0.0'
1919
test: ^0.12.3

0 commit comments

Comments
 (0)