File tree 3 files changed +4
-8
lines changed
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
2
2
3
3
- Add type arguments to ` Map ` literals used for ` Record ` serialization.
4
4
- 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';
10
10
11
11
const _productionDirectories = {'lib' , 'bin' };
12
12
const _annotationPkgName = 'json_annotation' ;
13
- final requiredJsonAnnotationMinVersion = Version .parse ('4.8.1 ' );
13
+ final requiredJsonAnnotationMinVersion = Version .parse ('4.9.0 ' );
14
14
15
15
Future <void > pubspecHasRightVersion (BuildStep buildStep) async {
16
16
final segments = buildStep.inputId.pathSegments;
Original file line number Diff line number Diff line change 1
1
name : json_serializable
2
- version : 6.8.0-wip
2
+ version : 6.8.0
3
3
description : >-
4
4
Automatically generate code for converting to and from JSON by annotating
5
5
Dart classes.
@@ -21,18 +21,14 @@ dependencies:
21
21
22
22
# Use a tight version constraint to ensure that a constraint on
23
23
# `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'
25
25
meta : ^1.3.0
26
26
path : ^1.8.0
27
27
pub_semver : ^2.0.0
28
28
pubspec_parse : ^1.0.0
29
29
source_gen : ^1.3.2
30
30
source_helper : ^1.3.0
31
31
32
- dependency_overrides :
33
- json_annotation :
34
- path : ../json_annotation
35
-
36
32
dev_dependencies :
37
33
_json_serial_shared_test :
38
34
path : ../shared_test
You can’t perform that action at this time.
0 commit comments