diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-04 02:57:42 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-04 02:57:42 +0800 |
commit | 61809130a6659335c7550cf35c55e20b3e579a6f (patch) | |
tree | 19ddd0c0312eed054595c0d3431ecddead18e857 /packages/subproviders | |
parent | f5e6e0eaf7dfa1b50852e897948e89e18aa1716c (diff) | |
parent | 4a9752d7cda05f616d2709e34f4687da813d3090 (diff) | |
download | dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar.gz dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar.bz2 dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar.lz dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar.xz dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.tar.zst dexon-sol-tools-61809130a6659335c7550cf35c55e20b3e579a6f.zip |
Merge branch 'development' into removeUnusedDeps
* development:
Temporarily remove installation test
Fix package.json
Remove `isPublished` from all CHANGELOG.json filesx
Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it.
Remove temporary convert_changelog script
# Conflicts:
# packages/monorepo-scripts/package.json
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 } ] |