diff options
Diffstat (limited to 'packages/sol-compiler')
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 27 | ||||
-rw-r--r-- | packages/sol-compiler/CHANGELOG.md | 20 | ||||
-rw-r--r-- | packages/sol-compiler/package.json | 26 |
3 files changed, 57 insertions, 16 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index c96efcd89..693d6ef20 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -1,5 +1,32 @@ [ { + "timestamp": 1532357734, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1532043000, + "version": "1.0.0", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1531919263, + "version": "0.5.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1531149657, "version": "0.5.3", "changes": [ diff --git a/packages/sol-compiler/CHANGELOG.md b/packages/sol-compiler/CHANGELOG.md index 1a69a1c8e..781c1794a 100644 --- a/packages/sol-compiler/CHANGELOG.md +++ b/packages/sol-compiler/CHANGELOG.md @@ -1,10 +1,22 @@ <!-- -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.5.4 - _July 18, 2018_ + + * Dependencies updated + ## v0.5.3 - _July 9, 2018_ * Dependencies updated @@ -13,13 +25,15 @@ CHANGELOG * Dependencies updated -## v0.5.1 - _June 1, 2018_ +## v0.5.1 - _May 22, 2018_ - * Incorrect publish that was unpublished + * Make `opts` constructor parameter optional (#621) + * Add schema validation for compiler configuration (#621) ## v0.5.0 - _May 22, 2018_ * Properly export the executable binary (#588) + * Add the ability to define a specific solidity version (#589) ## v0.4.3 - _May 5, 2018_ diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 99e00cdc2..99a49e1f2 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/sol-compiler", - "version": "0.5.3", + "version": "1.0.0", "engines": { "node": ">=6.12" }, @@ -53,9 +53,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "devDependencies": { - "@0xproject/dev-utils": "^0.4.5", - "@0xproject/monorepo-scripts": "^0.2.2", - "@0xproject/tslint-config": "^0.4.21", + "@0xproject/dev-utils": "^1.0.0", + "@0xproject/monorepo-scripts": "^1.0.0", + "@0xproject/tslint-config": "^1.0.0", "@types/mkdirp": "^0.5.2", "@types/require-from-string": "^1.2.0", "@types/semver": "^5.5.0", @@ -76,21 +76,21 @@ "zeppelin-solidity": "1.8.0" }, "dependencies": { - "@0xproject/assert": "0.2.13", - "@0xproject/json-schemas": "0.8.2", - "@0xproject/sol-resolver": "^0.0.8", - "@0xproject/types": "^0.8.2", - "@0xproject/typescript-typings": "^0.4.2", - "@0xproject/utils": "^0.7.2", - "@0xproject/web3-wrapper": "^0.7.2", + "@0xproject/assert": "^1.0.0", + "@0xproject/json-schemas": "^1.0.0-rc.1", + "@0xproject/sol-resolver": "^1.0.0", + "@0xproject/types": "^1.0.0-rc.1", + "@0xproject/typescript-typings": "^1.0.0", + "@0xproject/utils": "^1.0.0", + "@0xproject/web3-wrapper": "^1.0.0", "@types/yargs": "^11.0.0", - "ethereum-types": "^0.0.2", + "ethereum-types": "^1.0.0", "chalk": "^2.3.0", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.4", "mkdirp": "^0.5.1", "require-from-string": "^2.0.1", - "semver": "^5.5.0", + "semver": "5.5.0", "solc": "^0.4.23", "web3-eth-abi": "^1.0.0-beta.24", "yargs": "^10.0.3" |