We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c356d3 commit 4c50fafCopy full SHA for 4c50faf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.10+1
2
+
3
+* Update minimum `analyzer` package to `0.29.10`.
4
5
## 0.5.10
6
7
* Bug fixes:
pubspec.yaml
@@ -1,12 +1,12 @@
name: source_gen
-version: 0.5.11-dev
+version: 0.5.10+1
author: Dart Team <[email protected]>
description: Automated source code generation for Dart.
homepage: https://github.com/dart-lang/source_gen
environment:
sdk: '>=1.22.1 <2.0.0'
8
dependencies:
9
- analyzer: '>=0.29.2 <0.31.0'
+ analyzer: '>=0.29.10 <0.31.0'
10
build: ^0.9.0
11
collection: ^1.1.2
12
dart_style: '>=0.1.7 <2.0.0'
0 commit comments