Merge branch 'development' into removeMigrateStep

* development:
  Publish
  Updated CHANGELOGS

# Conflicts:
#	packages/0x.js/package.json
#	packages/deployer/package.json
#	packages/utils/CHANGELOG.json
This commit is contained in:
Fabio Berger 2018-04-12 08:53:12 +09:00
commit 27b915789e
63 changed files with 357 additions and 165 deletions

View File

@ -6,7 +6,8 @@
"note": "Moved Web3.Provider to `@0xproject/types:Provider`", "note": "Moved Web3.Provider to `@0xproject/types:Provider`",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"version": "0.35.0", "version": "0.35.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.36.0 - _April 11, 2018_
* Moved Web3.Provider to `@0xproject/types:Provider` (#501)
## v0.35.0 - _April 2, 2018_ ## v0.35.0 - _April 2, 2018_
* Removed `ZeroExError.TransactionMiningTimeout` and moved it to '@0xproject/web3_wrapper' `Web3WrapperErrors.TransactionMiningTimeout` (#485) * Removed `ZeroExError.TransactionMiningTimeout` and moved it to '@0xproject/web3_wrapper' `Web3WrapperErrors.TransactionMiningTimeout` (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "0.35.0", "version": "0.36.0",
"description": "A javascript library for interacting with the 0x protocol", "description": "A javascript library for interacting with the 0x protocol",
"keywords": [ "keywords": [
"0x.js", "0x.js",
@ -61,11 +61,11 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/deployer": "^0.3.5", "@0xproject/deployer": "^0.4.0",
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.5",
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.4",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@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",
@ -97,13 +97,13 @@
"webpack": "^3.1.0" "webpack": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.5", "@0xproject/assert": "^0.2.6",
"@0xproject/base-contract": "^0.1.0", "@0xproject/base-contract": "^0.2.0",
"@0xproject/json-schemas": "^0.7.19", "@0xproject/json-schemas": "^0.7.20",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.2.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.2.9", "version": "0.2.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.2.10 - _April 11, 2018_
* Dependencies updated
## v0.2.9 - _April 2, 2018_ ## v0.2.9 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/abi-gen", "name": "@0xproject/abi-gen",
"version": "0.2.9", "version": "0.2.10",
"description": "Generate contract wrappers from ABI and handlebars templates", "description": "Generate contract wrappers from ABI and handlebars templates",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -24,9 +24,9 @@
}, },
"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": {
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
@ -36,8 +36,8 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/glob": "^5.0.33", "@types/glob": "^5.0.33",
"@types/handlebars": "^4.0.36", "@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.1", "@types/mkdirp": "^0.5.1",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.2.5", "version": "0.2.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.2.6 - _April 11, 2018_
* Dependencies updated
## v0.2.5 - _April 2, 2018_ ## v0.2.5 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/assert", "name": "@0xproject/assert",
"version": "0.2.5", "version": "0.2.6",
"description": "Provides a standard way of performing type and schema validation across 0x projects", "description": "Provides a standard way of performing type and schema validation across 0x projects",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -27,8 +27,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@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",
@ -43,9 +43,9 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.19", "@0xproject/json-schemas": "^0.7.20",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },

View File

@ -6,7 +6,8 @@
"note": "Contract wrappers now accept Provider and defaults instead of Web3Wrapper", "note": "Contract wrappers now accept Provider and defaults instead of Web3Wrapper",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"version": "0.1.0", "version": "0.1.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.2.0 - _April 11, 2018_
* Contract wrappers now accept Provider and defaults instead of Web3Wrapper (#501)
## v0.1.0 - _April 2, 2018_ ## v0.1.0 - _April 2, 2018_
* Add tests for traversing ABI tree (#485) * Add tests for traversing ABI tree (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/base-contract", "name": "@0xproject/base-contract",
"version": "0.1.0", "version": "0.2.0",
"description": "0x Base TS contract", "description": "0x Base TS contract",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -26,8 +26,8 @@
}, },
"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": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
@ -38,10 +38,10 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"lodash": "^4.17.4" "lodash": "^4.17.4"
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.6.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.6.8", "version": "0.6.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.6.9 - _April 11, 2018_
* Dependencies updated
## v0.6.8 - _April 2, 2018_ ## v0.6.8 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/connect", "name": "@0xproject/connect",
"version": "0.6.8", "version": "0.6.9",
"description": "A javascript library for interacting with the standard relayer api", "description": "A javascript library for interacting with the standard relayer api",
"keywords": [ "keywords": [
"connect", "connect",
@ -50,19 +50,19 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.5", "@0xproject/assert": "^0.2.6",
"@0xproject/json-schemas": "^0.7.19", "@0xproject/json-schemas": "^0.7.20",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"query-string": "^5.0.1", "query-string": "^5.0.1",
"websocket": "^1.0.25" "websocket": "^1.0.25"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/fetch-mock": "^5.12.1", "@types/fetch-mock": "^5.12.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "contracts", "name": "contracts",
"version": "2.1.21", "version": "2.1.22",
"description": "Smart contract components of 0x protocol", "description": "Smart contract components of 0x protocol",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@ -40,8 +40,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.5",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"@types/yargs": "^10.0.0", "@types/yargs": "^10.0.0",
@ -60,12 +60,12 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"dependencies": { "dependencies": {
"0x.js": "^0.35.0", "0x.js": "^0.36.0",
"@0xproject/deployer": "^0.3.5", "@0xproject/deployer": "^0.4.0",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",

View File

@ -6,7 +6,8 @@
"note": "Changed the config key `web3Provider` to `provider` to be consistent with other tools", "note": "Changed the config key `web3Provider` to `provider` to be consistent with other tools",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"version": "0.3.5", "version": "0.3.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.4.0 - _April 11, 2018_
* Changed the config key `web3Provider` to `provider` to be consistent with other tools (#501)
## v0.3.5 - _April 2, 2018_ ## v0.3.5 - _April 2, 2018_
* Don't try to write contract artifact if an error occured (#485) * Don't try to write contract artifact if an error occured (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/deployer", "name": "@0xproject/deployer",
"version": "0.3.5", "version": "0.4.0",
"description": "Smart contract deployer of 0x protocol", "description": "Smart contract deployer of 0x protocol",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -48,8 +48,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/deployer/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/deployer/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.4",
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/require-from-string": "^1.2.0", "@types/require-from-string": "^1.2.0",
"@types/semver": "^5.5.0", "@types/semver": "^5.5.0",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
@ -68,11 +68,11 @@
"web3-typescript-typings": "^0.10.2" "web3-typescript-typings": "^0.10.2"
}, },
"dependencies": { "dependencies": {
"@0xproject/json-schemas": "^0.7.19", "@0xproject/json-schemas": "^0.7.20",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.3.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.3.4", "version": "0.3.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.3.5 - _April 11, 2018_
* Dependencies updated
## v0.3.4 - _April 2, 2018_ ## v0.3.4 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/dev-utils", "name": "@0xproject/dev-utils",
"version": "0.3.4", "version": "0.3.5",
"description": "0x dev TS utils", "description": "0x dev TS utils",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -26,8 +26,8 @@
}, },
"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": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -40,11 +40,11 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/sol-cov": "^0.0.6", "@0xproject/sol-cov": "^0.0.7",
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.5",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0", "web3": "^0.20.0",
"web3-provider-engine": "^13.0.1" "web3-provider-engine": "^13.0.1"

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.7.20",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.7.19", "version": "0.7.19",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.7.20 - _April 11, 2018_
* Dependencies updated
## v0.7.19 - _April 2, 2018_ ## v0.7.19 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/json-schemas", "name": "@0xproject/json-schemas",
"version": "0.7.19", "version": "0.7.20",
"description": "0x-related json schemas", "description": "0x-related json schemas",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -42,14 +42,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": {
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
"lodash.values": "^4.3.0" "lodash.values": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.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": "@0xproject/metacoin", "name": "@0xproject/metacoin",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"description": "Example solidity project using 0x dev tools", "description": "Example solidity project using 0x dev tools",
"scripts": { "scripts": {
@ -23,21 +23,21 @@
"author": "", "author": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0xproject/abi-gen": "^0.2.9", "@0xproject/abi-gen": "^0.2.10",
"@0xproject/base-contract": "^0.1.0", "@0xproject/base-contract": "^0.2.0",
"@0xproject/deployer": "^0.3.5", "@0xproject/deployer": "^0.4.0",
"@0xproject/sol-cov": "^0.0.6", "@0xproject/sol-cov": "^0.0.7",
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.5",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3-provider-engine": "^13.0.1" "web3-provider-engine": "^13.0.1"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.5",
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.1", "chai-bignumber": "^2.0.1",

View File

@ -28,7 +28,7 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/deployer": "^0.3.5", "@0xproject/deployer": "^0.4.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.0",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.5.0",
"lodash": "^4.17.4" "lodash": "^4.17.4"

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.1.17",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522658513, "timestamp": 1522658513,
"version": "0.1.16", "version": "0.1.16",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.1.17 - _April 11, 2018_
* Dependencies updated
## v0.1.16 - _April 2, 2018_ ## v0.1.16 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/monorepo-scripts", "name": "@0xproject/monorepo-scripts",
"version": "0.1.16", "version": "0.1.17",
"description": "Helper scripts for the monorepo", "description": "Helper scripts for the monorepo",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0xproject/react-docs-example", "name": "@0xproject/react-docs-example",
"version": "0.0.6", "version": "0.0.7",
"description": "An example app using react-docs", "description": "An example app using react-docs",
"scripts": { "scripts": {
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'", "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
@ -23,7 +23,7 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
@ -46,7 +46,7 @@
"webpack-dev-server": "^2.11.1" "webpack-dev-server": "^2.11.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/react-docs": "^0.0.6", "@0xproject/react-docs": "^0.0.7",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.0.6", "version": "0.0.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.7 - _April 11, 2018_
* Dependencies updated
## v0.0.6 - _April 2, 2018_ ## v0.0.6 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/react-docs", "name": "@0xproject/react-docs",
"version": "0.0.6", "version": "0.0.7",
"description": "React documentation component for rendering TypeDoc & Doxity generated JSON", "description": "React documentation component for rendering TypeDoc & Doxity generated JSON",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -22,17 +22,17 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.5",
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/react-shared": "^0.1.1", "@0xproject/react-shared": "^0.1.2",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0", "@types/material-ui": "0.18.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.1.1", "version": "0.1.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.1.2 - _April 11, 2018_
* Dependencies updated
## v0.1.1 - _April 2, 2018_ ## v0.1.1 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/react-shared", "name": "@0xproject/react-shared",
"version": "0.1.1", "version": "0.1.2",
"description": "0x shared react components", "description": "0x shared react components",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -22,9 +22,9 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/dev-utils": "^0.3.4", "@0xproject/dev-utils": "^0.3.5",
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "^5.9.1", "tslint": "^5.9.1",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.0.6", "version": "0.0.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.7 - _April 11, 2018_
* Dependencies updated
## v0.0.6 - _April 2, 2018_ ## v0.0.6 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sol-cov", "name": "@0xproject/sol-cov",
"version": "0.0.6", "version": "0.0.7",
"description": "Generate coverage reports for Solidity code", "description": "Generate coverage reports for Solidity code",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -41,9 +41,9 @@
}, },
"homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md", "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
"dependencies": { "dependencies": {
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.5",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
@ -52,8 +52,8 @@
"solidity-parser-antlr": "^0.2.8" "solidity-parser-antlr": "^0.2.8"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/istanbul": "^0.4.29", "@types/istanbul": "^0.4.29",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.0.7", "version": "0.0.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.8 - _April 11, 2018_
* Dependencies updated
## v0.0.7 - _April 2, 2018_ ## v0.0.7 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/sra-report", "name": "@0xproject/sra-report",
"version": "0.0.7", "version": "0.0.8",
"description": "Generate reports for standard relayer API compliance", "description": "Generate reports for standard relayer API compliance",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -28,20 +28,20 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
"dependencies": { "dependencies": {
"0x.js": "^0.35.0", "0x.js": "^0.36.0",
"@0xproject/assert": "^0.2.5", "@0xproject/assert": "^0.2.6",
"@0xproject/connect": "^0.6.8", "@0xproject/connect": "^0.6.9",
"@0xproject/json-schemas": "^0.7.19", "@0xproject/json-schemas": "^0.7.20",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"newman": "^3.9.3", "newman": "^3.9.3",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.48", "@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2", "@types/nock": "^9.1.2",

View File

@ -11,7 +11,8 @@
"note": "Add private key subprovider and refactor shared functionality into a base wallet subprovider", "note": "Add private key subprovider and refactor shared functionality into a base wallet subprovider",
"pr": 506 "pr": 506
} }
] ],
"timestamp": 1523462196
}, },
{ {
"timestamp": 1522673609, "timestamp": 1522673609,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.8.5 - _April 11, 2018_
* Add private key subprovider and refactor shared functionality into a base wallet subprovider (#506)
## v0.8.4 - _April 2, 2018_ ## v0.8.4 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/subproviders", "name": "@0xproject/subproviders",
"version": "0.8.4", "version": "0.8.5",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -36,10 +36,10 @@
} }
}, },
"dependencies": { "dependencies": {
"@0xproject/assert": "^0.2.5", "@0xproject/assert": "^0.2.6",
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"@ledgerhq/hw-transport-u2f": "^4.3.0", "@ledgerhq/hw-transport-u2f": "^4.3.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
@ -53,9 +53,9 @@
"web3-provider-engine": "^13.0.1" "web3-provider-engine": "^13.0.1"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0xproject/testnet-faucets", "name": "@0xproject/testnet-faucets",
"version": "1.0.22", "version": "1.0.23",
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether", "description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@ -15,10 +15,10 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.35.0", "0x.js": "^0.36.0",
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.5",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"body-parser": "^1.17.1", "body-parser": "^1.17.1",
"ethereumjs-tx": "^1.3.3", "ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
@ -29,7 +29,7 @@
"web3-provider-engine": "^13.0.1" "web3-provider-engine": "^13.0.1"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/body-parser": "^1.16.1", "@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35", "@types/express": "^4.0.35",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1523462196,
"version": "0.4.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1522673609, "timestamp": 1522673609,
"version": "0.4.14", "version": "0.4.14",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.4.15 - _April 11, 2018_
* Dependencies updated
## v0.4.14 - _April 2, 2018_ ## v0.4.14 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/tslint-config", "name": "@0xproject/tslint-config",
"version": "0.4.14", "version": "0.4.15",
"description": "Lint rules related to 0xProject for TSLint", "description": "Lint rules related to 0xProject for TSLint",
"main": "tslint.json", "main": "tslint.json",
"scripts": { "scripts": {
@ -31,7 +31,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -6,7 +6,8 @@
"note": "Add Provider type", "note": "Add Provider type",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"version": "0.5.0", "version": "0.5.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.6.0 - _April 11, 2018_
* Add Provider type (#501)
## v0.5.0 - _April 2, 2018_ ## v0.5.0 - _April 2, 2018_
* Make `DataItem.components` optional (#485) * Make `DataItem.components` optional (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/types", "name": "@0xproject/types",
"version": "0.5.0", "version": "0.6.0",
"description": "0x types", "description": "0x types",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -21,8 +21,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -6,7 +6,8 @@
"note": "Add types for more packages", "note": "Add types for more packages",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"timestamp": 1522673609, "timestamp": 1522673609,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.1.0 - _April 11, 2018_
* Add types for more packages (#501)
## v0.0.3 - _April 2, 2018_ ## v0.0.3 - _April 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/typescript-typings", "name": "@0xproject/typescript-typings",
"version": "0.0.3", "version": "0.1.0",
"description": "0x project typescript type definitions", "description": "0x project typescript type definitions",
"scripts": { "scripts": {
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts", "build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
@ -21,11 +21,11 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme", "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": { "dependencies": {
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"bignumber.js": "~4.1.0" "bignumber.js": "~4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"shx": "^0.2.2" "shx": "^0.2.2"
}, },

View File

@ -1,6 +1,6 @@
[ [
{ {
"version": "0.5.1", "version": "0.5.2",
"changes": [ "changes": [
{ {
"note": "Export NULL_BYTES constant", "note": "Export NULL_BYTES constant",
@ -8,6 +8,15 @@
} }
] ]
}, },
{
"timestamp": 1523462196,
"version": "0.5.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.5.0", "version": "0.5.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.5.1 - _April 11, 2018_
* Dependencies updated
## v0.5.0 - _April 2, 2018_ ## v0.5.0 - _April 2, 2018_
* Make `AbiDecoder.addABI` public (#485) * Make `AbiDecoder.addABI` public (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/utils", "name": "@0xproject/utils",
"version": "0.5.0", "version": "0.5.1",
"description": "0x TS utils", "description": "0x TS utils",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -21,8 +21,8 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
@ -31,8 +31,8 @@
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@types/node": "^8.0.53", "@types/node": "^8.0.53",
"bignumber.js": "~4.1.0", "bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",

View File

@ -10,7 +10,8 @@
"note": "Add static methods `toUnitAmount` and `toBaseUnitAmount`", "note": "Add static methods `toUnitAmount` and `toBaseUnitAmount`",
"pr": 501 "pr": 501
} }
] ],
"timestamp": 1523462196
}, },
{ {
"version": "0.5.0", "version": "0.5.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.6.0 - _April 11, 2018_
* Make `isAddress` and `toWei` static (#501)
* Add static methods `toUnitAmount` and `toBaseUnitAmount` (#501)
## v0.5.0 - _April 2, 2018_ ## v0.5.0 - _April 2, 2018_
* Add `web3Wrapper.awaitTransactionMinedAsync` (#485) * Add `web3Wrapper.awaitTransactionMinedAsync` (#485)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/web3-wrapper", "name": "@0xproject/web3-wrapper",
"version": "0.5.0", "version": "0.6.0",
"description": "Wraps around web3 and gives a nicer interface", "description": "Wraps around web3 and gives a nicer interface",
"main": "lib/src/index.js", "main": "lib/src/index.js",
"types": "lib/src/index.d.ts", "types": "lib/src/index.d.ts",
@ -40,27 +40,27 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
"devDependencies": { "devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.16", "@0xproject/monorepo-scripts": "^0.1.17",
"@0xproject/tslint-config": "^0.4.14", "@0xproject/tslint-config": "^0.4.15",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"copyfiles": "^1.2.0",
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"chai": "^4.0.1", "chai": "^4.0.1",
"mocha": "^4.0.1",
"nyc": "^11.0.1",
"ganache-core": "0xProject/ganache-core",
"chai-as-promised": "^7.1.0", "chai-as-promised": "^7.1.0",
"chai-bignumber": "^2.0.1", "chai-bignumber": "^2.0.1",
"copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"ganache-core": "0xProject/ganache-core",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.2",
"nyc": "^11.0.1",
"shx": "^0.2.2",
"tslint": "5.8.0", "tslint": "5.8.0",
"typedoc": "0xProject/typedoc", "typedoc": "0xProject/typedoc",
"typescript": "2.7.1" "typescript": "2.7.1"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^0.5.0", "@0xproject/types": "^0.6.0",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"ethers-contracts": "^2.2.1", "ethers-contracts": "^2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0" "web3": "^0.20.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@0xproject/website", "name": "@0xproject/website",
"version": "0.0.24", "version": "0.0.25",
"private": true, "private": true,
"description": "Website and 0x portal dapp", "description": "Website and 0x portal dapp",
"scripts": { "scripts": {
@ -14,13 +14,13 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^0.35.0", "0x.js": "^0.36.0",
"@0xproject/react-docs": "^0.0.6", "@0xproject/react-docs": "^0.0.7",
"@0xproject/react-shared": "^0.1.1", "@0xproject/react-shared": "^0.1.2",
"@0xproject/subproviders": "^0.8.4", "@0xproject/subproviders": "^0.8.5",
"@0xproject/typescript-typings": "^0.0.3", "@0xproject/typescript-typings": "^0.1.0",
"@0xproject/utils": "^0.5.0", "@0xproject/utils": "^0.5.1",
"@0xproject/web3-wrapper": "^0.5.0", "@0xproject/web3-wrapper": "^0.6.0",
"accounting": "^0.4.1", "accounting": "^0.4.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"blockies": "^0.0.2", "blockies": "^0.0.2",