File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- ## 6.8.0-wip
1+ ## 6.8.0
22
33- Add type arguments to ` Map ` literals used for ` Record ` serialization.
44- Add support for ` JsonSerializable(createJsonKeys: true) ` .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'package:pubspec_parse/pubspec_parse.dart';
1010
1111const _productionDirectories = {'lib' , 'bin' };
1212const _annotationPkgName = 'json_annotation' ;
13- final requiredJsonAnnotationMinVersion = Version .parse ('4.8.1 ' );
13+ final requiredJsonAnnotationMinVersion = Version .parse ('4.9.0 ' );
1414
1515Future <void > pubspecHasRightVersion (BuildStep buildStep) async {
1616 final segments = buildStep.inputId.pathSegments;
Original file line number Diff line number Diff line change 11name : json_serializable
2- version : 6.8.0-wip
2+ version : 6.8.0
33description : >-
44 Automatically generate code for converting to and from JSON by annotating
55 Dart classes.
@@ -21,18 +21,14 @@ dependencies:
2121
2222 # Use a tight version constraint to ensure that a constraint on
2323 # `json_annotation` properly constrains all features it provides.
24- json_annotation : ' >=4.8.1 <4.9 .0'
24+ json_annotation : ' >=4.9.0 <4.10 .0'
2525 meta : ^1.3.0
2626 path : ^1.8.0
2727 pub_semver : ^2.0.0
2828 pubspec_parse : ^1.0.0
2929 source_gen : ^1.3.2
3030 source_helper : ^1.3.0
3131
32- dependency_overrides :
33- json_annotation :
34- path : ../json_annotation
35-
3632dev_dependencies :
3733 _json_serial_shared_test :
3834 path : ../shared_test
You can’t perform that action at this time.
0 commit comments