Merge branch 'development' into fix/1635

This commit is contained in:
Leonid Logvinov
2019-02-27 13:09:04 -08:00
committed by GitHub
71 changed files with 368 additions and 98 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.1.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.2 - _February 27, 2019_
* Dependencies updated
## v1.1.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,7 +68,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,9 +68,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "0.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.3 - _February 27, 2019_
* Dependencies updated
## v0.0.2 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-tec",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,11 +68,11 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "^1.1.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-exchange-libs": "^1.1.2",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "3.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "3.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.7 - _February 27, 2019_
* Dependencies updated
## v3.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.0.6",
"version": "3.0.7",
"engines": {
"node": ">=6.12"
},
@@ -43,10 +43,10 @@
"@0x/abi-gen": "^2.0.5",
"@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-coverage": "^2.0.5",
"@0x/sol-profiler": "^3.1.0",
"@0x/sol-trace": "^2.0.6",
"@0x/sol-compiler": "^3.1.2",
"@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",