Skip to content

Commit c844625

Browse files
authored
json_serializable: prepare to release v6.4.0 (#1206)
1 parent feadf4c commit c844625

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

example/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ dev_dependencies:
2424
test: ^1.16.0
2525

2626
dependency_overrides:
27-
json_annotation:
28-
path: ../json_annotation
2927
json_serializable:
3028
path: ../json_serializable

json_serializable/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.4.0-dev
2+
version: 6.4.0
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -37,7 +37,3 @@ dev_dependencies:
3737
test_descriptor: ^2.0.0
3838
test_process: ^2.0.0
3939
yaml: ^3.0.0
40-
41-
dependency_overrides:
42-
json_annotation:
43-
path: ../json_annotation

0 commit comments

Comments
 (0)