Skip to content

Commit 34b9838

Browse files
committed
Merge branch 'pre_nnbd' into master
2 parents 6c14f73 + 34f3358 commit 34b9838

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

checked_yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- *BREAKING* `checkedYamlDecode` `sourceUrl` parameter is now a `Uri`.
44
- Require at least Dart `2.12.0-0`.
55

6+
## 1.0.4
7+
8+
- Allow `package:yaml` `v3.x`.
9+
610
## 1.0.3
711

812
- Require at least Dart `2.7.0`.

checked_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.9.0-nullsafety-dev
44
description: >-
55
Generate more helpful exceptions when decoding YAML documents using
66
package:json_serializable and package:yaml.
7-
homepage: https://github.com/google/json_serializable.dart
7+
repository: https://github.com/google/json_serializable.dart
88
environment:
99
sdk: '>=2.12.0-0 <3.0.0'
1010

0 commit comments

Comments
 (0)