Skip to content

Commit 0e0233c

Browse files
authored
checked_yaml: allow null-safe json_annotation (#765)
Prepare to release 1.0.3 Switch back to proper casing for CHANGELOG and README
1 parent 3fd508e commit 0e0233c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

checked_yaml/changelog.md renamed to checked_yaml/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.0.3-dev
1+
## 1.0.3
22

33
- Require at least Dart `2.7.0`.
4+
- Allow `package:json_annotation` `v4.x`.
45

56
## 1.0.2
67

File renamed without changes.

checked_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.7.0 <3.0.0'
99

1010
dependencies:
11-
json_annotation: '>=2.2.0 <4.0.0'
11+
json_annotation: '>=2.2.0 <5.0.0'
1212
source_span: ^1.0.0
1313
yaml: ^2.1.13
1414

0 commit comments

Comments
 (0)