We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c25cc commit d8311beCopy full SHA for d8311be
json_serializable/CHANGELOG.md
@@ -1,6 +1,10 @@
1
+## 6.9.2
2
+
3
+- Support the latest `package:analyzer`.
4
5
## 6.9.1
6
-- Support the latest `package:analyzer` and `package:source_gen`.
7
+- Support the latest `package:source_gen`.
8
- Require Dart 3.6
9
10
## 6.9.0
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 6.9.1
+version: 6.9.2
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
@@ -15,7 +15,7 @@ topics:
15
resolution: workspace
16
17
dependencies:
18
- analyzer: '>=6.5.0 <7.0.0'
+ analyzer: '>=6.5.0 <8.0.0'
19
async: ^2.10.0
20
build: ^2.4.1
21
build_config: ^1.1.0
0 commit comments