We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288dbdb commit facdb5eCopy full SHA for facdb5e
json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.7.1
2
+
3
+- Support the latest `package:analyzer`.
4
5
## 6.7.0
6
7
- Support `Record` types.
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 6.7.0
+version: 6.7.1
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
@@ -13,7 +13,7 @@ topics:
13
- codegen
14
15
dependencies:
16
- analyzer: ^5.12.0
+ analyzer: '>=5.12.0 <7.0.0'
17
async: ^2.8.0
18
build: ^2.0.0
19
build_config: '>=0.4.4 <2.0.0'
0 commit comments