Skip to content

Commit 1be9d95

Browse files
committed
Support latest pkg/analyzer
1 parent ad59337 commit 1be9d95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1+4
2+
3+
* Support `package:analyzer` 0.29.0
4+
15
## 0.5.1+3
26

37
* Upgrade to be compatible with the breaking changes in analyzer 0.28.0

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: source_gen
2-
version: 0.5.1+3
2+
version: 0.5.1+4
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen
66
environment:
77
sdk: '>=1.12.0 <2.0.0'
88
dependencies:
9-
analyzer: ^0.28.0
9+
analyzer: '>=0.28.0 <0.30.0'
1010
build: '>=0.2.1 <0.5.0'
1111
cli_util: ^0.0.1
1212
dart_style: '>=0.1.7 <0.3.0'

0 commit comments

Comments
 (0)