diff options
Diffstat (limited to 'packages/json-schemas')
-rw-r--r-- | packages/json-schemas/CHANGELOG.json | 12 | ||||
-rw-r--r-- | packages/json-schemas/CHANGELOG.md | 16 |
2 files changed, 24 insertions, 4 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index 8bffe6955..f1075ba24 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1532357734, + "version": "1.0.0", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1532043000, "version": "1.0.0-rc.1", "changes": [ @@ -52,7 +61,8 @@ "Update Order & SignedOrder schemas, remove ECSignature schema and add Hex schema as part of V2 upgrades", "pr": 615 } - ] + ], + "timestamp": 1527008794 }, { "timestamp": 1527008794, diff --git a/packages/json-schemas/CHANGELOG.md b/packages/json-schemas/CHANGELOG.md index df3150dba..80774a276 100644 --- a/packages/json-schemas/CHANGELOG.md +++ b/packages/json-schemas/CHANGELOG.md @@ -1,10 +1,20 @@ <!-- -This file is auto-generated using the monorepo-scripts package. Don't edit directly. +changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly. Edit the package's CHANGELOG.json file only. --> CHANGELOG +## v1.0.0 - _July 23, 2018_ + + * Dependencies updated + +## v1.0.0-rc.1 - _July 20, 2018_ + + * Update schemas for V2 or 0x Protocol (#615) + * Added CallData schema (#821) + * Update CallData schema id to CallData (#894) + ## v0.8.3 - _July 18, 2018_ * Dependencies updated @@ -17,9 +27,9 @@ CHANGELOG * Dependencies updated -## v0.8.0 - _June 1, 2018_ +## v0.8.0 - _May 22, 2018_ - * Incorrect publish that was unpublished + * Update Order & SignedOrder schemas, remove ECSignature schema and add Hex schema as part of V2 upgrades (#615) ## v0.7.24 - _May 22, 2018_ |