diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-05 07:00:10 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-05 07:00:10 +0800 |
commit | e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4 (patch) | |
tree | c67136f54f2d8a25d888ab33b00d76fda6583f0b /packages/0x.js | |
parent | 831b4a119393ba6884796ef9b45b7e47965ec046 (diff) | |
parent | b5d88079d9876677ff983f02f55d8f98bc7ab439 (diff) | |
download | dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.gz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.bz2 dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.lz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.xz dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.tar.zst dexon-sol-tools-e2220a939f75087bf5f7fd1dbb02ed5ae4ec64e4.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/redux-styles-container
Diffstat (limited to 'packages/0x.js')
-rw-r--r-- | packages/0x.js/CHANGELOG.json | 4 | ||||
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/0x.js/package.json | 34 |
3 files changed, 24 insertions, 24 deletions
diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index 81a128c4c..1d6f08760 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,12 +1,12 @@ [ { - "timestamp": 1538475601, "version": "1.0.8", "changes": [ { "note": "Dependencies updated" } - ] + ], + "timestamp": 1538693146 }, { "timestamp": 1538157789, diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index eb5813c59..27702413d 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only. CHANGELOG -## v1.0.8 - _October 2, 2018_ +## v1.0.8 - _October 4, 2018_ * Dependencies updated @@ -49,7 +49,7 @@ CHANGELOG * Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963) -## v1.0.1-rc.3 - _August 14, 2018_ +## v1.0.1-rc.3 - _August 13, 2018_ * Dependencies updated * Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914) @@ -66,11 +66,11 @@ CHANGELOG * Dependencies updated -## v1.0.0-rc.2 - _July 20, 2018_ +## v1.0.0-rc.2 - _July 19, 2018_ * Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx` -## v1.0.0-rc.1 - _July 20, 2018_ +## v1.0.0-rc.1 - _July 19, 2018_ * Remove tokenRegistry wrapper (#863) * Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863) @@ -110,7 +110,7 @@ CHANGELOG * Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579) * Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579) -## v0.37.2 - _May 5, 2018_ +## v0.37.2 - _May 4, 2018_ * Dependencies updated diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 268972a4f..6a3074d26 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": ">=6.12" }, @@ -42,11 +42,11 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0xproject/abi-gen": "^1.0.12", - "@0xproject/dev-utils": "^1.0.11", - "@0xproject/migrations": "^1.0.13", - "@0xproject/monorepo-scripts": "^1.0.10", - "@0xproject/tslint-config": "^1.0.7", + "@0xproject/abi-gen": "^1.0.13", + "@0xproject/dev-utils": "^1.0.12", + "@0xproject/migrations": "^1.0.14", + "@0xproject/monorepo-scripts": "^1.0.11", + "@0xproject/tslint-config": "^1.0.8", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", "@types/node": "*", @@ -73,17 +73,17 @@ "webpack": "^4.20.2" }, "dependencies": { - "@0xproject/assert": "^1.0.12", - "@0xproject/base-contract": "^3.0.0", - "@0xproject/contract-wrappers": "^2.0.1", - "@0xproject/order-utils": "^1.0.6", - "@0xproject/order-watcher": "^2.1.0", - "@0xproject/subproviders": "^2.0.6", - "@0xproject/types": "^1.1.2", - "@0xproject/typescript-typings": "^3.0.0", - "@0xproject/utils": "^2.0.0", - "@0xproject/web3-wrapper": "^3.0.2", - "ethereum-types": "^1.0.9", + "@0xproject/assert": "^1.0.13", + "@0xproject/base-contract": "^3.0.1", + "@0xproject/contract-wrappers": "^2.0.2", + "@0xproject/order-utils": "^1.0.7", + "@0xproject/order-watcher": "^2.1.1", + "@0xproject/subproviders": "^2.0.7", + "@0xproject/types": "^1.1.4", + "@0xproject/typescript-typings": "^3.0.2", + "@0xproject/utils": "^2.0.2", + "@0xproject/web3-wrapper": "^3.0.3", + "ethereum-types": "^1.0.11", "ethers": "4.0.0-beta.14", "lodash": "^4.17.5", "web3-provider-engine": "14.0.6" |