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/tslint-config/CHANGELOG.json | |
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/tslint-config/CHANGELOG.json')
-rw-r--r-- | packages/tslint-config/CHANGELOG.json | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/packages/tslint-config/CHANGELOG.json b/packages/tslint-config/CHANGELOG.json index 9f34a8c99..363fead6f 100644 --- a/packages/tslint-config/CHANGELOG.json +++ b/packages/tslint-config/CHANGELOG.json @@ -6,8 +6,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "timestamp": 1522658513, @@ -16,8 +15,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "version": "0.4.9", @@ -26,8 +24,7 @@ "note": "Move devDeps to deps to fix missed dependency issue in published package." } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.4.8", @@ -37,8 +34,7 @@ "pr": 389 } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.4.7", @@ -49,8 +45,7 @@ "pr": 354 } ], - "timestamp": 1517929200, - "isPublished": true + "timestamp": 1517929200 }, { "version": "0.4.0", @@ -64,8 +59,7 @@ "Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews." } ], - "timestamp": 1514386800, - "isPublished": true + "timestamp": 1514386800 }, { "version": "0.3.0", @@ -75,8 +69,7 @@ "pr": 265 } ], - "timestamp": 1513695600, - "isPublished": true + "timestamp": 1513695600 }, { "version": "0.1.0", @@ -88,7 +81,6 @@ "note": "Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned." } ], - "timestamp": 1510585200, - "isPublished": true + "timestamp": 1510585200 } ] |