Skip to content

Commit 25f62a8

Browse files
authored
Allow analyzer 8. (#773)
1 parent 0fec8d4 commit 25f62a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source_gen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1-wip
2+
3+
- Allow `analyzer: '>=7.4.0 <9.0.0'`.
4+
15
## 3.0.0
26

37
- **Breaking Change**: use the new `element2` APIs in `analyzer`. Builders that

source_gen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 3.0.0
2+
version: 3.0.1-wip
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.7.0
1010

1111
dependencies:
12-
analyzer: ^7.4.0
12+
analyzer: '>=7.4.0 <9.0.0'
1313
async: ^2.10.0
1414
build: ^3.0.0
1515
dart_style: ^3.0.0

0 commit comments

Comments
 (0)