diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-04 02:14:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 02:14:36 +0800 |
commit | 4a9752d7cda05f616d2709e34f4687da813d3090 (patch) | |
tree | b00a8e74aee2fe39f5999e081616144a9a8c265f /packages/subproviders | |
parent | 7db9a016395eb699e7f9c531dbec2616cd2b819b (diff) | |
parent | 185f70f2ddfb5521beecf62bb400aee54f90acf3 (diff) | |
download | dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.gz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.bz2 dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.lz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.xz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.zst dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.zip |
Merge pull request #495 from 0xProject/fix/publishProcess
Improve Publish Flow
Diffstat (limited to 'packages/subproviders')
-rw-r--r-- | packages/subproviders/CHANGELOG.json | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/packages/subproviders/CHANGELOG.json b/packages/subproviders/CHANGELOG.json index def8d3feb..54eb32378 100644 --- a/packages/subproviders/CHANGELOG.json +++ b/packages/subproviders/CHANGELOG.json @@ -6,8 +6,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "version": "0.8.3", @@ -21,8 +20,7 @@ "pr": 465 } ], - "timestamp": 1522658513, - "isPublished": true + "timestamp": 1522658513 }, { "version": "0.8.0", @@ -43,8 +41,7 @@ "note": "Ignore `ganache-core` dependency when using package in a browser environment." } ], - "timestamp": 1521298800, - "isPublished": true + "timestamp": 1521298800 }, { "version": "0.7.0", @@ -55,8 +52,7 @@ "pr": 437 } ], - "timestamp": 1520434800, - "isPublished": true + "timestamp": 1520434800 }, { "version": "0.6.0", @@ -70,8 +66,7 @@ "pr": 432 } ], - "timestamp": 1520089200, - "isPublished": true + "timestamp": 1520089200 }, { "version": "0.5.0", @@ -81,8 +76,7 @@ "pr": 392 } ], - "timestamp": 1518706800, - "isPublished": true + "timestamp": 1518706800 }, { "version": "0.4.1", @@ -92,8 +86,7 @@ "pr": 389 } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.4.0", @@ -108,8 +101,7 @@ "pr": 363 } ], - "timestamp": 1517929200, - "isPublished": true + "timestamp": 1517929200 }, { "version": "0.3.6", @@ -119,8 +111,7 @@ "pr": 303 } ], - "timestamp": 1517065200, - "isPublished": true + "timestamp": 1517065200 }, { "version": "0.3.0", @@ -129,8 +120,7 @@ "note": "Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests" } ], - "timestamp": 1514386800, - "isPublished": true + "timestamp": 1514386800 }, { "version": "0.2.0", @@ -140,7 +130,6 @@ "pr": 271 } ], - "timestamp": 1513695600, - "isPublished": true + "timestamp": 1513695600 } ] |