diff options
Diffstat (limited to 'packages/dev-utils')
-rw-r--r-- | packages/dev-utils/CHANGELOG.json | 12 | ||||
-rw-r--r-- | packages/dev-utils/CHANGELOG.md | 16 | ||||
-rw-r--r-- | packages/dev-utils/package.json | 18 |
3 files changed, 33 insertions, 13 deletions
diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json index f94fd5f30..20cf96f80 100644 --- a/packages/dev-utils/CHANGELOG.json +++ b/packages/dev-utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1532357734, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1532043000, "version": "1.0.0", "changes": [ @@ -46,7 +55,8 @@ "note": "Add SolidityProfiler to EnvVars", "pr": 675 } - ] + ], + "timestamp": 1527008544 }, { "version": "0.4.2", diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md index de9287478..339e86685 100644 --- a/packages/dev-utils/CHANGELOG.md +++ b/packages/dev-utils/CHANGELOG.md @@ -1,10 +1,18 @@ <!-- -This file is auto-generated using the monorepo-scripts package. Don't edit directly. +changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly. Edit the package's CHANGELOG.json file only. --> CHANGELOG +## v1.0.1 - _July 23, 2018_ + + * Dependencies updated + +## v1.0.0 - _July 20, 2018_ + + * Dependencies updated + ## v0.4.6 - _July 18, 2018_ * Dependencies updated @@ -17,12 +25,14 @@ CHANGELOG * Dependencies updated -## v0.4.3 - _June 1, 2018_ +## v0.4.3 - _May 22, 2018_ - * Incorrect publish that was unpublished + * Add optional parameter shouldUseFakeGasEstimate to Web3Config (#622) + * Add SolidityProfiler to EnvVars (#675) ## v0.4.2 - _May 22, 2018_ + * Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589) * Move callbackErrorReporter over from 0x.js (#579) ## v0.4.1 - _May 5, 2018_ diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 7a1f3c4ff..5f66ad1a7 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/dev-utils", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md", "devDependencies": { - "@0xproject/monorepo-scripts": "^1.0.0", - "@0xproject/tslint-config": "^1.0.0", + "@0xproject/monorepo-scripts": "^1.0.1", + "@0xproject/tslint-config": "^1.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", "chai": "^4.0.1", @@ -45,12 +45,12 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/subproviders": "^1.0.0", - "@0xproject/types": "^1.0.0-rc.1", - "@0xproject/utils": "^1.0.0", - "ethereum-types": "^1.0.0", - "@0xproject/typescript-typings": "^1.0.0", - "@0xproject/web3-wrapper": "^1.0.0", + "@0xproject/subproviders": "^1.0.1", + "@0xproject/types": "^1.0.0", + "@0xproject/typescript-typings": "^1.0.1", + "@0xproject/utils": "^1.0.1", + "@0xproject/web3-wrapper": "^1.0.1", + "ethereum-types": "^1.0.1", "lodash": "^4.17.4" }, "publishConfig": { |