merge development

This commit is contained in:
Fabio Berger 2019-02-05 13:55:05 +00:00
commit a8078aa151
137 changed files with 856 additions and 643 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,24 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.3 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v2.2.2 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Move all AssetProxy contracts out of contracts-protocol to new package (#1539)
## v2.2.1 - _January 11, 2019_
* Dependencies updated
## v2.2.0 - _January 9, 2019_
* Added LibAddressArray (#1383)
* Add validation and comments to MultiAssetProxy (#1455)
* Move OrderValidator to extensions (#1464)
## v2.1.59 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-asset-proxy", "name": "@0x/contracts-asset-proxy",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,10 +44,10 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -63,17 +63,17 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.6 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v1.0.5 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Move all ERC20 contracts out of contracts-tokens to new package (#1539)
## v1.0.4 - _January 11, 2019_
* Dependencies updated
## v1.0.3 - _January 9, 2019_
* Dependencies updated
## v1.0.2 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc20", "name": "@0x/contracts-erc20",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.6 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v1.0.5 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Move all ERC721 contracts out of contracts-tokens to new package (#1539)
## v1.0.4 - _January 11, 2019_
* Dependencies updated
## v1.0.3 - _January 9, 2019_
* Dependencies updated
## v1.0.2 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc721", "name": "@0x/contracts-erc721",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,13 +64,13 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,28 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.2.3 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v1.2.2 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Move Forwarder contract out of contracts-extensions into new package (#1539)
## v1.2.1 - _January 11, 2019_
* Dependencies updated
## v1.2.0 - _January 9, 2019_
* Added Dutch Auction Wrapper (#1465)
## v1.1.0 - _Invalid date_
* Added Balance Threshold Filter (#1383)
* Add OrderMatcher (#1117)
* Add OrderValidator (#1464)
## v1.0.2 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-forwarder", "name": "@0x/contracts-exchange-forwarder",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -65,19 +65,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-exchange": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,22 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.6 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v1.0.5 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Rename contracts-libs to contracts-exchange-libs (#1539)
* Move LibAddressArray contract to contracts-utils (#1539)
## v1.0.4 - _January 11, 2019_
* Dependencies updated
## v1.0.3 - _January 9, 2019_
* Dependencies updated
## v1.0.2 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-libs", "name": "@0x/contracts-exchange-libs",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -5,24 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.3 - _January 17, 2019_ ## v1.0.1 - _February 5, 2019_
* Dependencies updated * Dependencies updated
## v2.2.2 - _January 15, 2019_ ## v1.0.0 - _Invalid date_
* Dependencies updated * Move Exchange contract out of contracts-protocol to new package (#1539)
* Move example contracts out of contracts-examples to new package (#1539)
## v2.2.1 - _January 11, 2019_
* Dependencies updated
## v2.2.0 - _January 9, 2019_
* Added LibAddressArray (#1383)
* Add validation and comments to MultiAssetProxy (#1455)
* Move OrderValidator to extensions (#1464)
## v2.1.59 - _December 13, 2018_
* Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange", "name": "@0x/contracts-exchange",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,10 +44,10 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -63,19 +63,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },

View File

@ -1,7 +1,11 @@
[ [
{ {
"version": "3.0.0", "version": "2.0.0",
"changes": [ "changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{ {
"note": "Move Forwarder contract into new package", "note": "Move Forwarder contract into new package",
"pr": 1539 "pr": 1539
@ -10,16 +14,8 @@
"note": "Nest extensions under src directory", "note": "Nest extensions under src directory",
"pr": 1539 "pr": 1539
} }
] ],
}, "timestamp": 1549373905
{
"version": "2.0.0",
"changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Move Forwarder contract into new package (#1539)
* Nest extensions under src directory (#1539)
## v1.2.3 - _January 17, 2019_ ## v1.2.3 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-extensions", "name": "@0x/contracts-extensions",
"version": "1.2.3", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -65,19 +65,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-exchange": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "3.0.0", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,7 +1,11 @@
[ [
{ {
"version": "3.0.0", "version": "2.0.0",
"changes": [ "changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{ {
"note": "Add AssetProxyOwner contract", "note": "Add AssetProxyOwner contract",
"pr": 1539 "pr": 1539
@ -10,16 +14,8 @@
"note": "Rename multisig directory to src", "note": "Rename multisig directory to src",
"pr": 1539 "pr": 1539
} }
] ],
}, "timestamp": 1549373905
{
"version": "2.0.0",
"changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Add AssetProxyOwner contract (#1539)
* Rename multisig directory to src (#1539)
## v1.0.6 - _January 17, 2019_ ## v1.0.6 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-multisig", "name": "@0x/contracts-multisig",
"version": "1.0.6", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v2.0.1 - _January 17, 2019_ ## v2.0.1 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-test-utils", "name": "@0x/contracts-test-utils",
"version": "2.0.1", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -40,19 +40,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/sol-coverage": "^1.0.3", "@0x/sol-coverage": "^2.0.0",
"@0x/sol-profiler": "^1.0.3", "@0x/sol-profiler": "^2.0.1",
"@0x/sol-trace": "^1.0.3", "@0x/sol-trace": "^2.0.1",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/bn.js": "^4.11.0", "@types/bn.js": "^4.11.0",
"@types/js-combinatorics": "^0.5.29", "@types/js-combinatorics": "^0.5.29",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
@ -62,7 +62,7 @@
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0", "chai-bignumber": "^3.0.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"js-combinatorics": "^0.5.3", "js-combinatorics": "^0.5.3",

View File

@ -1,7 +1,15 @@
[ [
{ {
"version": "3.0.0", "version": "2.0.0",
"changes": [ "changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
"pr": 1535
},
{ {
"note": "Add LibAddressArray contract", "note": "Add LibAddressArray contract",
"pr": 1539 "pr": 1539
@ -14,25 +22,8 @@
"note": "Rename utils directory to src", "note": "Rename utils directory to src",
"pr": 1539 "pr": 1539
} }
] ],
}, "timestamp": 1549373905
{
"version": "2.0.1",
"changes": [
{
"note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports",
"pr": 1535
}
]
},
{
"version": "2.0.0",
"changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
* Add LibAddressArray contract (#1539)
* Do not nest contracts in redundant directories (#1539)
* Rename utils directory to src (#1539)
## v1.0.6 - _January 17, 2019_ ## v1.0.6 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-utils", "name": "@0x/contracts-utils",
"version": "3.0.0", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,14 +44,14 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"@types/bn.js": "^4.11.0",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0", "chai-bignumber": "^3.0.0",
@ -65,14 +65,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v3.0.3 - _January 17, 2019_ ## v3.0.3 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "3.0.3", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,11 +42,11 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "*", "@types/node": "*",
@ -72,18 +72,18 @@
"webpack": "^4.20.2" "webpack": "^4.20.2"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/order-watcher": "^2.4.3", "@0x/order-watcher": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/web3-provider-engine": "^14.0.0", "@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.2 - _January 15, 2019_ ## v1.0.2 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen-templates", "name": "@0x/abi-gen-templates",
"version": "1.0.2", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"version": "2.2.0", "version": "2.2.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v2.2.0 - _January 15, 2019_ ## v2.2.0 - _January 15, 2019_
* Added `MultiAssetProxy` (#1503) * Added `MultiAssetProxy` (#1503)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen-wrappers", "name": "@0x/abi-gen-wrappers",
"version": "2.2.0", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -30,19 +30,19 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/abi-gen-templates": "^1.0.2", "@0x/abi-gen-templates": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"shx": "^0.2.2" "shx": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13" "@0x/base-contract": "^4.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.22 - _January 15, 2019_ ## v1.0.22 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen", "name": "@0x/abi-gen",
"version": "1.0.22", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -31,10 +31,10 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
"dependencies": { "dependencies": {
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
"lodash": "^4.17.11", "lodash": "^4.17.11",
@ -45,7 +45,7 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/glob": "5.0.35", "@types/glob": "5.0.35",
"@types/handlebars": "^4.0.36", "@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.23 - _January 15, 2019_ ## v1.0.23 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/assert", "name": "@0x/assert",
"version": "1.0.23", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2", "@types/valid-url": "^1.0.2",
@ -44,9 +44,9 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"version": "4.1.0", "version": "4.1.0",

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v4.1.0 - _Invalid date_
* Adds new public method getLiquidityForAssetDataAsync, and exposes getOrdersAndFillableAmountsAsync as public method (#1512)
## v4.0.2 - _January 17, 2019_ ## v4.0.2 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/asset-buyer", "name": "@0x/asset-buyer",
"version": "4.0.2", "version": "5.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -36,21 +36,21 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/connect": "^3.0.13", "@0x/connect": "^4.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "*", "@types/node": "*",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v3.0.13 - _January 15, 2019_ ## v3.0.13 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/base-contract", "name": "@0x/base-contract",
"version": "3.0.13", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -40,10 +40,10 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v3.0.13 - _January 15, 2019_ ## v3.0.13 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/connect", "name": "@0x/connect",
"version": "3.0.13", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"query-string": "^6.0.0", "query-string": "^6.0.0",
"sinon": "^4.0.0", "sinon": "^4.0.0",
@ -57,7 +57,7 @@
"websocket": "^1.0.25" "websocket": "^1.0.25"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/fetch-mock": "^6.0.3", "@types/fetch-mock": "^6.0.3",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1549373905,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "2.2.0", "version": "2.2.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.1 - _February 5, 2019_
* Dependencies updated
## v2.2.0 - _January 15, 2019_ ## v2.2.0 - _January 15, 2019_
* Added migration for `MultiAssetProxy` contract (#1503) * Added migration for `MultiAssetProxy` contract (#1503)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-addresses", "name": "@0x/contract-addresses",
"version": "2.2.0", "version": "2.2.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -6,7 +6,8 @@
"note": "Fix OrderValidatorWrapper constructor to use the correct address", "note": "Fix OrderValidatorWrapper constructor to use the correct address",
"pr": 1568 "pr": 1568
} }
] ],
"timestamp": 1549373905
}, },
{ {
"version": "6.0.0", "version": "6.0.0",

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.1 - _February 5, 2019_
* Fix OrderValidatorWrapper constructor to use the correct address (#1568)
## v6.0.0 - _Invalid date_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v5.0.1 - _January 17, 2019_ ## v5.0.1 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-wrappers", "name": "@0x/contract-wrappers",
"version": "5.0.1", "version": "6.0.1",
"description": "Smart TS wrappers for 0x smart contracts", "description": "Smart TS wrappers for 0x smart contracts",
"keywords": [ "keywords": [
"0xproject", "0xproject",
@ -37,10 +37,10 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "*", "@types/node": "*",
@ -65,19 +65,19 @@
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/fill-scenarios": "^1.1.2", "@0x/fill-scenarios": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/dev-tools-pages", "name": "@0x/dev-tools-pages",
"version": "0.0.14", "version": "0.0.15",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -26,7 +26,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/react-shared": "^1.1.2", "@0x/react-shared": "^2.0.0",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"bowser": "^1.9.3", "bowser": "^1.9.3",
"highlight.js": "^9.13.1", "highlight.js": "^9.13.1",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.24 - _January 15, 2019_ ## v1.0.24 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/dev-utils", "name": "@0x/dev-utils",
"version": "1.0.24", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -41,14 +41,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/web3-provider-engine": "^14.0.0", "@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1", "chai": "^4.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"publishConfig": { "publishConfig": {

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.1.6 - _January 15, 2019_ ## v1.1.6 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "ethereum-types", "name": "ethereum-types",
"version": "1.1.6", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.1.2 - _January 15, 2019_ ## v1.1.2 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/fill-scenarios", "name": "@0x/fill-scenarios",
"version": "1.1.2", "version": "2.0.0",
"description": "0x order fill scenario generator", "description": "0x order fill scenario generator",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -20,7 +20,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -28,15 +28,15 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/instant", "name": "@0x/instant",
"version": "1.0.8", "version": "1.0.9",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,19 +42,19 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/asset-buyer": "^4.0.2", "@0x/asset-buyer": "^5.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"bowser": "^1.9.4", "bowser": "^1.9.4",
"copy-to-clipboard": "^3.0.8", "copy-to-clipboard": "^3.0.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"polished": "^1.9.2", "polished": "^1.9.2",
"react": "^16.5.2", "react": "^16.5.2",
@ -67,7 +67,7 @@
"ts-optchain": "^0.1.1" "ts-optchain": "^0.1.1"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@static/discharge": "https://github.com/0xProject/discharge.git", "@static/discharge": "https://github.com/0xProject/discharge.git",
"@types/enzyme": "^3.1.14", "@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3", "@types/enzyme-adapter-react-16": "^1.0.3",
@ -81,11 +81,11 @@
"@types/styled-components": "4.0.1", "@types/styled-components": "4.0.1",
"awesome-typescript-loader": "^5.2.1", "awesome-typescript-loader": "^5.2.1",
"babel-loader": "^7.1.5", "babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0", "babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"dotenv-cli": "^1.4.0", "dotenv-cli": "^1.4.0",
"enzyme": "^3.6.0", "enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0", "enzyme-adapter-react-16": "^1.5.0",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v2.1.7 - _January 15, 2019_ ## v2.1.7 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/json-schemas", "name": "@0x/json-schemas",
"version": "2.1.7", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -39,14 +39,14 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
"dependencies": { "dependencies": {
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@types/node": "*", "@types/node": "*",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
"lodash.values": "^4.3.0" "lodash.values": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@types/lodash.foreach": "^4.5.3", "@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3", "@types/lodash.values": "^4.3.3",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/metacoin", "name": "@0x/metacoin",
"version": "0.0.36", "version": "0.0.37",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,28 +29,28 @@
"author": "", "author": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/abi-gen-templates": "^1.0.2", "@0x/abi-gen-templates": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/sol-coverage": "^1.0.3", "@0x/sol-coverage": "^2.0.0",
"@0x/sol-profiler": "^1.0.3", "@0x/sol-profiler": "^2.0.1",
"@0x/sol-trace": "^1.0.3", "@0x/sol-trace": "^2.0.1",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"copyfiles": "^2.0.0", "copyfiles": "^2.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"run-s": "^0.0.0" "run-s": "^0.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0", "chai-bignumber": "^3.0.0",

View File

@ -18,7 +18,8 @@
"note": "Convert `from` to lower case when passed in via cli", "note": "Convert `from` to lower case when passed in via cli",
"pr": 1533 "pr": 1533
} }
] ],
"timestamp": 1549373905
}, },
{ {
"version": "2.4.0", "version": "2.4.0",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Removed `owner` in Migrations (#1533)
* `txDefaults` parameter now requires the `from` field (#1533)
* Convert `from` to lower case when passed in via cli (#1533)
## v2.4.0 - _January 15, 2019_ ## v2.4.0 - _January 15, 2019_
* Added migrations for `MultiAssetProxy` contract (#1503) * Added migrations for `MultiAssetProxy` contract (#1503)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/migrations", "name": "@0x/migrations",
"version": "2.4.0", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -35,9 +35,9 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
@ -48,18 +48,18 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0x/monorepo-scripts", "name": "@0x/monorepo-scripts",
"version": "1.0.19", "version": "1.0.20",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -47,7 +47,7 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@lerna/batch-packages": "^3.0.0-beta.18", "@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0", "@types/depcheck": "^0.6.0",
"async-child-process": "^1.1.1", "async-child-process": "^1.1.1",

View File

@ -10,7 +10,8 @@
"note": "Fix preSigned isSignatureValidAsync check", "note": "Fix preSigned isSignatureValidAsync check",
"pr": 1580 "pr": 1580
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v3.1.2 - _January 15, 2019_ ## v3.1.2 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/order-utils", "name": "@0x/order-utils",
"version": "3.1.2", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -35,8 +35,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0", "@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -53,19 +53,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/node": "*", "@types/node": "*",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4", "ethers": "~4.0.4",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v2.4.3 - _January 17, 2019_ ## v2.4.3 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/order-watcher", "name": "@0x/order-watcher",
"version": "2.4.3", "version": "3.0.0",
"description": "An order watcher daemon that watches for order validity", "description": "An order watcher daemon that watches for order validity",
"keywords": [ "keywords": [
"0x", "0x",
@ -38,10 +38,10 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2", "@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@ -63,21 +63,21 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/fill-scenarios": "^1.1.2", "@0x/fill-scenarios": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/pipeline", "name": "@0x/pipeline",
"version": "1.0.5", "version": "1.0.6",
"private": true, "private": true,
"description": "Data pipeline for offline analysis", "description": "Data pipeline for offline analysis",
"scripts": { "scripts": {
@ -27,7 +27,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/axios": "^0.14.0", "@types/axios": "^0.14.0",
"@types/ramda": "^0.25.38", "@types/ramda": "^0.25.38",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -39,23 +39,23 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/connect": "^3.0.13", "@0x/connect": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/dockerode": "^2.5.9", "@types/dockerode": "^2.5.9",
"@types/p-limit": "^2.0.0", "@types/p-limit": "^2.0.0",
"async-parallel": "^1.2.3", "async-parallel": "^1.2.3",
"axios": "^0.18.0", "axios": "^0.18.0",
"bottleneck": "^2.13.2", "bottleneck": "^2.13.2",
"dockerode": "^2.5.7", "dockerode": "^2.5.7",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"pg": "^7.5.0", "pg": "^7.5.0",
"prettier": "^1.15.3", "prettier": "^1.15.3",
"ramda": "^0.25.0", "ramda": "^0.25.0",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.25 - _January 15, 2019_ ## v1.0.25 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/react-docs", "name": "@0x/react-docs",
"version": "1.0.25", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -24,8 +24,8 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/compare-versions": "^3.0.0", "@types/compare-versions": "^3.0.0",
"@types/styled-components": "4.0.0", "@types/styled-components": "4.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -34,9 +34,9 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/react-shared": "^1.1.2", "@0x/react-shared": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "^0.20.0", "@types/material-ui": "^0.20.0",
"@types/node": "*", "@types/node": "*",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.1.2 - _January 15, 2019_ ## v1.1.2 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/react-shared", "name": "@0x/react-shared",
"version": "1.1.2", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -25,15 +25,15 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@material-ui/core": "^3.0.1", "@material-ui/core": "^3.0.1",
"@types/is-mobile": "0.3.0", "@types/is-mobile": "0.3.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v2.0.2 - _January 15, 2019_ ## v2.0.2 - _January 15, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-compiler", "name": "@0x/sol-compiler",
"version": "2.0.2", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,8 +42,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/chokidar": "^1.7.5", "@types/chokidar": "^1.7.5",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/pluralize": "^0.0.29", "@types/pluralize": "^0.0.29",
@ -67,17 +67,17 @@
"zeppelin-solidity": "1.8.0" "zeppelin-solidity": "1.8.0"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/sol-resolver": "^1.2.3", "@0x/sol-resolver": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"chokidar": "^2.0.4", "chokidar": "^2.0.4",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547747677, "timestamp": 1547747677,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.3 - _January 17, 2019_ ## v1.0.3 - _January 17, 2019_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-coverage", "name": "@0x/sol-coverage",
"version": "1.0.3", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,14 +29,14 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
"dependencies": { "dependencies": {
"@0x/sol-tracing-utils": "^4.0.1", "@0x/sol-tracing-utils": "^6.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/node": "*", "@types/node": "*",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",

View File

@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517 "pr": 1517
} }
] ],
"timestamp": 1549373905
}, },
{ {
"timestamp": 1547561734, "timestamp": 1547561734,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v1.0.14 - _January 15, 2019_ ## v1.0.14 - _January 15, 2019_
* Dependencies updated * Dependencies updated

Some files were not shown because too many files have changed in this diff Show More