We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613a0c7 commit 44e28e6Copy full SHA for 44e28e6
2 files changed
json_serializable/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.11.4
2
+
3
+- Allow `analyzer: >=9.0.0 <11.0.0`
4
5
## 6.11.3
6
7
- Require `analyzer: ^9.0.0`
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 6.11.3
+version: 6.11.4
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: ^9.0.0
+ analyzer: '>=9.0.0 <11.0.0'
19
async: ^2.10.0
20
build: ^4.0.3
21
build_config: ^1.2.0
0 commit comments