File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.11.1
2
+
3
+ - Allow ` build: '>=3.0.0 <5.0.0' ` .
4
+ - Allow ` source_gen: '>=3.1.0 <5.0.0' ` .
5
+
1
6
## 6.11.0
2
7
3
8
- Support ` JsonKey ` annotation on constructor parameters.
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 6.11.0
2
+ version : 6.11.1
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 <9.0.0'
19
19
async : ^2.10.0
20
- build : ^ 3.0.0
20
+ build : ' >= 3.0.0 <5.0.0 '
21
21
build_config : ^1.1.0
22
22
dart_style : ^3.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.1.0
31
+ source_gen : ' >= 3.1.0 <5.0.0 '
32
32
source_helper : ^1.3.6
33
33
34
34
dev_dependencies :
You can’t perform that action at this time.
0 commit comments