diff options
Diffstat (limited to 'packages/json-schemas')
-rw-r--r-- | packages/json-schemas/CHANGELOG.json | 21 | ||||
-rw-r--r-- | packages/json-schemas/CHANGELOG.md | 16 | ||||
-rw-r--r-- | packages/json-schemas/package.json | 10 |
3 files changed, 38 insertions, 9 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index 0729c75e5..a5249d0cb 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -1,5 +1,23 @@ [ { + "version": "1.0.1-rc.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1532357734, + "version": "1.0.0", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1532043000, "version": "1.0.0-rc.1", "changes": [ { @@ -51,7 +69,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_ diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 87182831f..f56a020d2 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/json-schemas", - "version": "1.0.0-rc.1", + "version": "1.0.0", "engines": { "node": ">=6.12" }, @@ -47,15 +47,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md", "dependencies": { - "@0xproject/typescript-typings": "^1.0.0", + "@0xproject/typescript-typings": "^1.0.1", "@types/node": "^8.0.53", "jsonschema": "^1.2.0", "lodash.values": "^4.3.0" }, "devDependencies": { - "@0xproject/monorepo-scripts": "^1.0.0", - "@0xproject/tslint-config": "^1.0.0", - "@0xproject/utils": "^1.0.0", + "@0xproject/monorepo-scripts": "^1.0.1", + "@0xproject/tslint-config": "^1.0.1", + "@0xproject/utils": "^1.0.1", "@types/lodash.foreach": "^4.5.3", "@types/lodash.values": "^4.3.3", "@types/mocha": "^2.2.42", |