File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
8
8
dependencies :
9
9
analyzer : ' >=7.4.0 <9.0.0'
10
- build : ^ 3.0.0
10
+ build : ' >= 3.0.0 <5.0.0 '
11
11
source_gen : any
12
12
13
13
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 4.0.1
2
+
3
+ - Require ` analyzer: '>=8.1.1 <9.0.0' ` .
4
+ - Allow ` build: '>=3.0.0 <5.0.0' ` .
5
+
1
6
## 4.0.0
2
7
3
8
- ** Breaking Change** : remove ` TypeChecker.fromRuntime ` , use
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 4.0.0
2
+ version : 4.0.1
3
3
description : >-
4
4
Source code generation builders and utilities for the Dart build system
5
5
repository : https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
analyzer : ' >=8.1.1 <9.0.0'
13
13
async : ^2.10.0
14
- build : ^ 3.0.0
14
+ build : ' >= 3.0.0 <5.0.0 '
15
15
dart_style : ^3.0.0
16
16
glob : ^2.0.0
17
17
path : ^1.9.0
You can’t perform that action at this time.
0 commit comments