We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd508e commit 0e0233cCopy full SHA for 0e0233c
checked_yaml/changelog.md renamed to checked_yaml/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 1.0.3-dev
+## 1.0.3
2
3
- Require at least Dart `2.7.0`.
4
+- Allow `package:json_annotation` `v4.x`.
5
6
## 1.0.2
7
checked_yaml/readme.md renamed to checked_yaml/README.md
checked_yaml/pubspec.yaml
@@ -8,7 +8,7 @@ environment:
8
sdk: '>=2.7.0 <3.0.0'
9
10
dependencies:
11
- json_annotation: '>=2.2.0 <4.0.0'
+ json_annotation: '>=2.2.0 <5.0.0'
12
source_span: ^1.0.0
13
yaml: ^2.1.13
14
0 commit comments