diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-03 08:45:59 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-03 08:45:59 +0800 |
commit | cd3e14f45a1031c1d9976586c57f602822aeec76 (patch) | |
tree | 4bb94e87f31f0bebcd268b4a6165b967a6f19a1e /packages/tslint-config/CHANGELOG.json | |
parent | dd87588dfec2b9ec79b47b72e1dd99afadcbabe7 (diff) | |
download | dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar.gz dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar.bz2 dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar.lz dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar.xz dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.tar.zst dexon-sol-tools-cd3e14f45a1031c1d9976586c57f602822aeec76.zip |
Remove `isPublished` from all CHANGELOG.json filesx
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 } ] |