aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-10 01:46:28 +0800
committerFabio Berger <me@fabioberger.com>2018-07-10 01:46:28 +0800
commitada8a402da2f458029cb1788f152fe04a5c4c957 (patch)
tree40f1f5b0ccd62c711344b61a688658bef0c12469 /packages/sol-compiler
parent324b1079e7eb29829bf06ff65299acdc58abf308 (diff)
parent17956efe351e3ec0b1e9cdeee8292ebb0b4e563c (diff)
downloaddexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.gz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.bz2
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.lz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.xz
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.tar.zst
dexon-sol-tools-ada8a402da2f458029cb1788f152fe04a5c4c957.zip
merge v2-prototype
Diffstat (limited to 'packages/sol-compiler')
-rw-r--r--packages/sol-compiler/CHANGELOG.json9
-rw-r--r--packages/sol-compiler/CHANGELOG.md4
-rw-r--r--packages/sol-compiler/package.json22
3 files changed, 24 insertions, 11 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json
index bb1a5f006..c96efcd89 100644
--- a/packages/sol-compiler/CHANGELOG.json
+++ b/packages/sol-compiler/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1531149657,
+ "version": "0.5.3",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1529397769,
"version": "0.5.2",
"changes": [
diff --git a/packages/sol-compiler/CHANGELOG.md b/packages/sol-compiler/CHANGELOG.md
index 524a361de..1a69a1c8e 100644
--- a/packages/sol-compiler/CHANGELOG.md
+++ b/packages/sol-compiler/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v0.5.3 - _July 9, 2018_
+
+ * Dependencies updated
+
## v0.5.2 - _June 19, 2018_
* Dependencies updated
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index ff995673e..2a9486a2d 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-compiler",
- "version": "0.5.2",
+ "version": "0.5.3",
"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.4",
- "@0xproject/monorepo-scripts": "^0.2.1",
- "@0xproject/tslint-config": "^0.4.20",
+ "@0xproject/dev-utils": "^0.4.5",
+ "@0xproject/monorepo-scripts": "^0.2.2",
+ "@0xproject/tslint-config": "^0.4.21",
"@types/mkdirp": "^0.5.2",
"@types/require-from-string": "^1.2.0",
"@types/semver": "^5.5.0",
@@ -76,13 +76,13 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
- "@0xproject/assert": "0.2.12",
- "@0xproject/json-schemas": "0.8.1",
- "@0xproject/sol-resolver": "^0.0.7",
- "@0xproject/types": "^0.8.1",
- "@0xproject/typescript-typings": "^0.4.1",
- "@0xproject/utils": "^0.7.1",
- "@0xproject/web3-wrapper": "^0.7.1",
+ "@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",
"@types/yargs": "^11.0.0",
"ethereum-types": "^0.0.2",
"chalk": "^2.3.0",