File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 6.10.0-wip
1
+ ## 6.10.0
2
2
3
3
- Required ` analyzer: ^7.4.0 ` .
4
-
5
- ## 6.10.0-dev
6
-
7
4
- Switch to analyzer element2 model and ` build: ^3.0.0-dev ` .
8
5
- Move ` package:collection ` to a dev dependency.
9
6
- Use new ` null-aware element ` feature in generated code.
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 6.10.0-wip
2
+ version : 6.10.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -17,7 +17,7 @@ resolution: workspace
17
17
dependencies :
18
18
analyzer : ^7.4.0
19
19
async : ^2.10.0
20
- build : ^3.0.0-dev
20
+ build : ^3.0.0
21
21
build_config : ^1.1.0
22
22
dart_style : ' >=2.3.7 <4.0.0'
23
23
@@ -28,7 +28,7 @@ dependencies:
28
28
path : ^1.9.0
29
29
pub_semver : ^2.1.4
30
30
pubspec_parse : ^1.0.0
31
- source_gen : ^3.0.0-dev
31
+ source_gen : ^3.0.0
32
32
source_helper : ^1.3.4
33
33
34
34
dev_dependencies :
@@ -38,7 +38,7 @@ dev_dependencies:
38
38
build_verify : ^3.0.0
39
39
collection : ^1.17.0
40
40
logging : ^1.0.0
41
- source_gen_test : ^1.3.0-dev
41
+ source_gen_test : ^1.3.0
42
42
test : ^1.24.4
43
43
test_descriptor : ^2.0.0
44
44
test_process : ^2.0.0
You can’t perform that action at this time.
0 commit comments