Skip to content

Commit 8b52393

Browse files
committed
prepare to release json_serializable v1
1 parent 1454d64 commit 8b52393

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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-
## 0.6.0
1+
## 1.0.0
22

33
* **BREAKING** By default, code generated to support `toJson` now creates
44
a top-level function instead of a mixin. The default for the

json_serializable/pubspec.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.6.0-dev
2+
version: 1.0.0
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
@@ -13,7 +13,7 @@ dependencies:
1313

1414
# Use a tight version constraint to ensure that a constraint on
1515
# `json_annotation`. Properly constrains all features it provides.
16-
json_annotation: '>=0.3.0 <0.3.1'
16+
json_annotation: '>=1.0.0 <1.1.0'
1717
meta: ^1.1.0
1818
path: ^1.3.2
1919
source_gen: ^0.9.0
@@ -28,6 +28,7 @@ dev_dependencies:
2828
test: ^1.0.0
2929
yaml: ^2.1.13
3030

31+
# Will remove before publish - required to get 'pub get' to work
32+
# without an update to build_config
3133
dependency_overrides:
32-
json_annotation:
33-
path: ../json_annotation
34+
json_annotation: 1.0.0

0 commit comments

Comments
 (0)