Skip to content

Commit 9c68eaa

Browse files
authored
Prepare to release json_annonation v4.10.0 (#1547)
1 parent 997f008 commit 9c68eaa

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

json_annotation/CHANGELOG.md

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

33
- Support `JsonKey` annotation on constructor parameters.
44
- Add `JsonSerializable(createJsonSchema: true)`.

json_annotation/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 4.10.0-wip
2+
version: 4.10.0
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.
@@ -18,7 +18,7 @@ resolution: workspace
1818
dependencies:
1919
meta: ^1.16.0
2020

21-
dev_dependencies:
22-
build_runner: any
23-
json_serializable:
24-
path: ../json_serializable
21+
#dev_dependencies:
22+
# build_runner: any
23+
# json_serializable:
24+
# path: ../json_serializable

json_serializable/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,15 +350,15 @@ targets:
350350
[`Enum`]: https://api.dart.dev/dart-core/Enum-class.html
351351
[`int`]: https://api.dart.dev/dart-core/int-class.html
352352
[`Iterable`]: https://api.dart.dev/dart-core/Iterable-class.html
353-
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
354-
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum/valueField.html
355-
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum-class.html
356-
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
357-
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
358-
[`JsonKey`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey-class.html
359-
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonLiteral-class.html
360-
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable-class.html
361-
[`JsonValue`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonValue-class.html
353+
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonConverter-class.html
354+
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonEnum/valueField.html
355+
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonEnum-class.html
356+
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey/fromJson.html
357+
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey/toJson.html
358+
[`JsonKey`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey-class.html
359+
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonLiteral-class.html
360+
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonSerializable-class.html
361+
[`JsonValue`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonValue-class.html
362362
[`List`]: https://api.dart.dev/dart-core/List-class.html
363363
[`Map`]: https://api.dart.dev/dart-core/Map-class.html
364364
[`num`]: https://api.dart.dev/dart-core/num-class.html

0 commit comments

Comments
 (0)