Skip to content

Commit 1a8c00b

Browse files
authored
json_serializable: prepare to release v6.1.0 (#1053)
1 parent 3c1a734 commit 1a8c00b

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

json_serializable/CHANGELOG.md

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

33
- Support `JsonKey.readValue` to allow customized reading of values from source
44
JSON map objects.

json_serializable/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ targets:
199199
[`Enum`]: https://api.dart.dev/stable/dart-core/Enum-class.html
200200
[`int`]: https://api.dart.dev/stable/dart-core/int-class.html
201201
[`Iterable`]: https://api.dart.dev/stable/dart-core/Iterable-class.html
202-
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
203-
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum-class.html
204-
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
205-
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
206-
[`JsonKey`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey-class.html
207-
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonLiteral-class.html
208-
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable-class.html
209-
[`JsonValue`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonValue-class.html
202+
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonConverter-class.html
203+
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonEnum-class.html
204+
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonKey/fromJson.html
205+
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonKey/toJson.html
206+
[`JsonKey`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonKey-class.html
207+
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonLiteral-class.html
208+
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonSerializable-class.html
209+
[`JsonValue`]: https://pub.dev/documentation/json_annotation/4.4.0/json_annotation/JsonValue-class.html
210210
[`List`]: https://api.dart.dev/stable/dart-core/List-class.html
211211
[`Map`]: https://api.dart.dev/stable/dart-core/Map-class.html
212212
[`num`]: https://api.dart.dev/stable/dart-core/num-class.html

json_serializable/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.1.0-dev
2+
version: 6.1.0
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -35,7 +35,3 @@ dev_dependencies:
3535
test_descriptor: ^2.0.0
3636
test_process: ^2.0.0
3737
yaml: ^3.0.0
38-
39-
dependency_overrides:
40-
json_annotation:
41-
path: ../json_annotation

0 commit comments

Comments
 (0)