From 8ce885089e20e8695d8aa5b3b8d246704fc1133c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 22 Jan 2019 21:23:58 +0100 Subject: Change strings to numbers in CHANGELOGs --- contracts/utils/CHANGELOG.json | 2 +- packages/sol-profiler/CHANGELOG.json | 2 +- packages/sol-tracing-utils/CHANGELOG.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index dcc03ecf7..d44a81fef 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -4,7 +4,7 @@ "changes": [ { "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports", - "pr": "1535" + "pr": 1535 } ] }, diff --git a/packages/sol-profiler/CHANGELOG.json b/packages/sol-profiler/CHANGELOG.json index ec3a03c68..fc928b516 100644 --- a/packages/sol-profiler/CHANGELOG.json +++ b/packages/sol-profiler/CHANGELOG.json @@ -4,7 +4,7 @@ "changes": [ { "note": "Fix a bug when some parts of the profiling report were missing because of the coverage ignore lines", - "pr": "1535" + "pr": 1535 } ] }, diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json index c3fc9e649..16a12ca63 100644 --- a/packages/sol-tracing-utils/CHANGELOG.json +++ b/packages/sol-tracing-utils/CHANGELOG.json @@ -4,19 +4,19 @@ "changes": [ { "note": "`SolCompilerArtifactAdapter` now uses `SolResolver` under the hood which allows to resolve `NPM` dependencies properly", - "pr": "1535" + "pr": 1535 }, { "note": "Cache the `utils.getContractDataIfExists` leading to faster execution", - "pr": "1535" + "pr": 1535 }, { "note": "`SolCompilerArtifactAdapter` now doesn't return the `ContractData` for interfaces", - "pr": "1535" + "pr": 1535 }, { "note": "Print resasonable error message on bytecode collision", - "pr": "1535" + "pr": 1535 } ] }, -- cgit v1.2.3