aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2019-01-14 07:10:39 +0800
committerJacob Evans <jacob@dekz.net>2019-01-14 07:10:39 +0800
commitb108b1119a890ebefb29226ac404d8dfd09fd859 (patch)
tree4b271932290b95e6936415e49a898753f1c35cdf
parentb5420fde529a27eb144307777292c4c5f582015d (diff)
downloaddexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.gz
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.bz2
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.lz
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.xz
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.tar.zst
dexon-sol-tools-b108b1119a890ebefb29226ac404d8dfd09fd859.zip
Update prettier changelogs
-rw-r--r--packages/abi-gen-wrappers/CHANGELOG.json3
-rw-r--r--packages/migrations/CHANGELOG.json6
2 files changed, 3 insertions, 6 deletions
diff --git a/packages/abi-gen-wrappers/CHANGELOG.json b/packages/abi-gen-wrappers/CHANGELOG.json
index 7b4d63bf9..1879d7696 100644
--- a/packages/abi-gen-wrappers/CHANGELOG.json
+++ b/packages/abi-gen-wrappers/CHANGELOG.json
@@ -59,8 +59,7 @@
"version": "1.1.0",
"changes": [
{
- "note":
- "`deployFrom0xArtifactAsync` additionally accepts artifacts that conform to the `SimpleContractArtifact` interface",
+ "note": "`deployFrom0xArtifactAsync` additionally accepts artifacts that conform to the `SimpleContractArtifact` interface",
"pr": 1298
}
],
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json
index 13a99bb05..6a7df758b 100644
--- a/packages/migrations/CHANGELOG.json
+++ b/packages/migrations/CHANGELOG.json
@@ -67,8 +67,7 @@
"version": "2.1.0",
"changes": [
{
- "note":
- "Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping",
+ "note": "Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping",
"pr": 1301
}
],
@@ -114,8 +113,7 @@
"version": "2.0.0",
"changes": [
{
- "note":
- "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.",
+ "note": "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.",
"pr": 1105
}
],