Skip to content

Commit 4c50faf

Browse files
camsteffenkevmoo
authored andcommitted
increase analyzer min version (#195)
* Update pubspec.yaml * prepare 0.5.10+1
1 parent 9c356d3 commit 4c50faf

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.10+1
2+
3+
* Update minimum `analyzer` package to `0.29.10`.
4+
15
## 0.5.10
26

37
* Bug fixes:

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.11-dev
2+
version: 0.5.10+1
33
author: Dart Team <[email protected]>
44
description: Automated source code generation for Dart.
55
homepage: https://github.com/dart-lang/source_gen
66
environment:
77
sdk: '>=1.22.1 <2.0.0'
88
dependencies:
9-
analyzer: '>=0.29.2 <0.31.0'
9+
analyzer: '>=0.29.10 <0.31.0'
1010
build: ^0.9.0
1111
collection: ^1.1.2
1212
dart_style: '>=0.1.7 <2.0.0'

0 commit comments

Comments
 (0)