Skip to content

Commit 167aad6

Browse files
committed
fix: add wip suffix to json_annotation version number
1 parent d328cea commit 167aad6

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
resolution: workspace
88

99
dependencies:
10-
json_annotation: ^4.10.0
10+
json_annotation: ^4.10.0-wip
1111

1212
dev_dependencies:
1313
# Used by tests. Not required to use `json_serializable`.

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
1+
## 4.10.0-wip
22

33
- Add `JsonSerializable.unionRename`
44
- Add `JsonSerializable.unionDiscriminator`

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 4.10.0
2+
version: 4.10.0-wip
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.

json_serializable/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -359,15 +359,15 @@ targets:
359359
[`Enum`]: https://api.dart.dev/dart-core/Enum-class.html
360360
[`int`]: https://api.dart.dev/dart-core/int-class.html
361361
[`Iterable`]: https://api.dart.dev/dart-core/Iterable-class.html
362-
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonConverter-class.html
363-
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonEnum/valueField.html
364-
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonEnum-class.html
365-
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey/fromJson.html
366-
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey/toJson.html
367-
[`JsonKey`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonKey-class.html
368-
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonLiteral-class.html
369-
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonSerializable-class.html
370-
[`JsonValue`]: https://pub.dev/documentation/json_annotation/4.10.0/json_annotation/JsonValue-class.html
362+
[`JsonConverter`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
363+
[`JsonEnum.valueField`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum/valueField.html
364+
[`JsonEnum`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonEnum-class.html
365+
[`JsonKey.fromJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
366+
[`JsonKey.toJson`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
367+
[`JsonKey`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey-class.html
368+
[`JsonLiteral`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonLiteral-class.html
369+
[`JsonSerializable`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable-class.html
370+
[`JsonValue`]: https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonValue-class.html
371371
[`List`]: https://api.dart.dev/dart-core/List-class.html
372372
[`Map`]: https://api.dart.dev/dart-core/Map-class.html
373373
[`num`]: https://api.dart.dev/dart-core/num-class.html

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424

2525
# Use a tight version constraint to ensure that a constraint on
2626
# `json_annotation` properly constrains all features it provides.
27-
json_annotation: '>=4.10.0 <4.11.0'
27+
json_annotation: '>=4.10.0-wip <4.11.0'
2828
meta: ^1.14.0
2929
path: ^1.9.0
3030
pub_semver: ^2.1.4

0 commit comments

Comments
 (0)