diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-18 23:20:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 23:20:38 +0800 |
commit | 3a18c249f5c780240f3dac7eb318118740056367 (patch) | |
tree | 350dec8142f70ab2064e833cd3b4b4d4e303594e /packages/order-utils | |
parent | 7c0775aa1b08de8c626e7b9aad0b3ca1a3d3c7b5 (diff) | |
parent | ba927546699a0a9f547cbfc54dbde890cde75a69 (diff) | |
download | dexon-0x-contracts-3a18c249f5c780240f3dac7eb318118740056367.tar.gz dexon-0x-contracts-3a18c249f5c780240f3dac7eb318118740056367.tar.zst dexon-0x-contracts-3a18c249f5c780240f3dac7eb318118740056367.zip |
Merge pull request #889 from 0xProject/update_versions
Update Versions & Changelogs
Diffstat (limited to 'packages/order-utils')
-rw-r--r-- | packages/order-utils/CHANGELOG.json | 9 | ||||
-rw-r--r-- | packages/order-utils/CHANGELOG.md | 4 | ||||
-rw-r--r-- | packages/order-utils/package.json | 12 |
3 files changed, 19 insertions, 6 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index 715d58a43..4358c2c9c 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -13,6 +13,15 @@ ] }, { + "timestamp": 1531919263, + "version": "0.0.9", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1531149657, "version": "0.0.8", "changes": [ diff --git a/packages/order-utils/CHANGELOG.md b/packages/order-utils/CHANGELOG.md index 672affc19..17464a966 100644 --- a/packages/order-utils/CHANGELOG.md +++ b/packages/order-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v0.0.9 - _July 18, 2018_ + + * Dependencies updated + ## v0.0.8 - _July 9, 2018_ * Dependencies updated diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index cdacf58d0..1ac2804d7 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0xproject/dev-utils": "^0.4.5", + "@0xproject/dev-utils": "^0.4.6", "@0xproject/monorepo-scripts": "^0.2.2", "@0xproject/tslint-config": "^0.4.21", "@types/bn.js": "^4.11.0", @@ -72,13 +72,13 @@ }, "dependencies": { "@0xproject/assert": "^0.3.0", - "@0xproject/base-contract": "^0.3.5", + "@0xproject/base-contract": "^0.3.6", "@0xproject/json-schemas": "1.0.0", - "@0xproject/sol-compiler": "^0.5.3", + "@0xproject/sol-compiler": "^0.5.4", "@0xproject/types": "^1.0.0", - "@0xproject/typescript-typings": "^0.4.2", - "@0xproject/utils": "^0.7.2", - "@0xproject/web3-wrapper": "^0.7.2", + "@0xproject/typescript-typings": "^0.4.3", + "@0xproject/utils": "^0.7.3", + "@0xproject/web3-wrapper": "^0.7.3", "@types/node": "^8.0.53", "bn.js": "^4.11.8", "ethereum-types": "^0.0.2", |