File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 3.0.0-wip
1
+ ## 3.0.0
2
2
3
+ - ** Breaking Change** : use the new ` element2 ` APIs in ` analyzer ` . Builders that
4
+ do resolution need to switch to the new API, see
5
+ https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md .
6
+ For questions please use https://github.com/dart-lang/build/discussions .
7
+ - Require ` build: ^3.0.0 `
8
+ - Updated the minimum package versions for a number of dependencies.
9
+ - Require Dart 3.7.0
3
10
- Update the GeneratorForAnnotation optimization to skip files with well known
4
11
annotation names such as ` override ` , ` Deprecated ` , and ` pragma ` .
5
12
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 3.0.0-wip
2
+ version : 3.0.0
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 : ^7.4.0
13
13
async : ^2.10.0
14
- build : ^3.0.0-dev
14
+ build : ^3.0.0
15
15
dart_style : ^3.0.0
16
16
glob : ^2.0.0
17
17
path : ^1.9.0
@@ -22,7 +22,7 @@ dependencies:
22
22
dev_dependencies :
23
23
_test_annotations :
24
24
path : ../_test_annotations
25
- build_test : ^3.3.0-dev
25
+ build_test : ^3.3.0
26
26
dart_flutter_team_lints : ^3.1.0
27
27
logging : ^1.2.0
28
28
term_glyph : ^1.2.0
You can’t perform that action at this time.
0 commit comments