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 0fec8d4 commit 25f62a8Copy full SHA for 25f62a8
source_gen/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.0.1-wip
2
+
3
+- Allow `analyzer: '>=7.4.0 <9.0.0'`.
4
5
## 3.0.0
6
7
- **Breaking Change**: use the new `element2` APIs in `analyzer`. Builders that
source_gen/pubspec.yaml
@@ -1,5 +1,5 @@
name: source_gen
-version: 3.0.0
+version: 3.0.1-wip
description: >-
Source code generation builders and utilities for the Dart build system
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,7 +9,7 @@ environment:
9
sdk: ^3.7.0
10
11
dependencies:
12
- analyzer: ^7.4.0
+ analyzer: '>=7.4.0 <9.0.0'
13
async: ^2.10.0
14
build: ^3.0.0
15
dart_style: ^3.0.0
0 commit comments