Skip to content

Commit 2b796be

Browse files
authored
Publish checked_yaml v2 null-safe, stable (#812)
Fixes #793
1 parent 7af0e17 commit 2b796be

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

checked_yaml/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-dev
1+
## 2.0.0
22

33
- *BREAKING* `checkedYamlDecode` `sourceUrl` parameter is now a `Uri`.
44
- Require at least Dart `2.12.0-0`.

checked_yaml/pubspec.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
name: checked_yaml
2-
version: 1.9.0-dev
2+
version: 2.0.0
33

44
description: >-
55
Generate more helpful exceptions when decoding YAML documents using
66
package:json_serializable and package:yaml.
7-
repository: https://github.com/google/json_serializable.dart
7+
repository: https://github.com/google/json_serializable.dart/tree/master/checked_yaml
88
environment:
99
sdk: '>=2.12.0-0 <3.0.0'
1010

1111
dependencies:
12-
json_annotation: '>=2.2.0 <5.0.0'
12+
json_annotation: ^4.0.0
1313
source_span: ^1.8.0
1414
yaml: ^3.0.0
1515

1616
dev_dependencies:
1717
build_runner: ^1.0.0
1818
build_verify: ^1.1.0
19-
json_serializable: ^3.0.0
19+
json_serializable: ^4.0.0
2020
path: ^1.0.0
2121
test: ^1.16.0
2222
test_process: ^1.0.1
2323

2424
dependency_overrides:
25-
json_annotation:
26-
path: ../json_annotation
27-
json_serializable:
28-
path: ../json_serializable
25+
# Need to update dependencies on these packages
26+
build_config: ^0.4.4
27+
pubspec_parse: ^0.1.5

0 commit comments

Comments
 (0)