diff --git a/contracts/asset-proxy/CHANGELOG.json b/contracts/asset-proxy/CHANGELOG.json index 48715ec4ac..bacae283f3 100644 --- a/contracts/asset-proxy/CHANGELOG.json +++ b/contracts/asset-proxy/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "2.2.4", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/coordinator/CHANGELOG.json b/contracts/coordinator/CHANGELOG.json index 5e4de0da30..e0b850a28b 100644 --- a/contracts/coordinator/CHANGELOG.json +++ b/contracts/coordinator/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "2.0.9", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/dev-utils/CHANGELOG.json b/contracts/dev-utils/CHANGELOG.json index 36dd39311f..5008c1e250 100644 --- a/contracts/dev-utils/CHANGELOG.json +++ b/contracts/dev-utils/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "0.0.6", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/erc1155/CHANGELOG.json b/contracts/erc1155/CHANGELOG.json index 38c845e207..2467578051 100644 --- a/contracts/erc1155/CHANGELOG.json +++ b/contracts/erc1155/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "1.1.11", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index 7740c3154b..c6eb414b52 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "2.2.10", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json index ead118f9e6..c4b04e2b33 100644 --- a/contracts/erc721/CHANGELOG.json +++ b/contracts/erc721/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "2.1.11", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/exchange-forwarder/CHANGELOG.json b/contracts/exchange-forwarder/CHANGELOG.json index d5da6350cb..0ab43b00e5 100644 --- a/contracts/exchange-forwarder/CHANGELOG.json +++ b/contracts/exchange-forwarder/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "3.0.8", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json index cf15a7a57c..6b10657a53 100644 --- a/contracts/exchange-libs/CHANGELOG.json +++ b/contracts/exchange-libs/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "3.0.4", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index 8a2cf00b79..aec0453f09 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "2.1.10", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/extensions/CHANGELOG.json b/contracts/extensions/CHANGELOG.json index 23e2f74a9d..88d1b84925 100644 --- a/contracts/extensions/CHANGELOG.json +++ b/contracts/extensions/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "4.0.4", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/multisig/CHANGELOG.json b/contracts/multisig/CHANGELOG.json index 3754eea6ac..f0b0252ff7 100644 --- a/contracts/multisig/CHANGELOG.json +++ b/contracts/multisig/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "3.1.10", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 } ] diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index cbe11a0e09..f3b4c95b34 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,9 +1,9 @@ [ { - "version": "3.1.11", + "version": "3.2.0", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include artifact dependencies.", + "note": "Updated calls to .deployFrom0xArtifactAsync to include artifact dependencies.", "pr": 1995 }, { diff --git a/contracts/utils/test/log_decoding.ts b/contracts/utils/test/log_decoding.ts index 3422dc06b1..141731892a 100644 --- a/contracts/utils/test/log_decoding.ts +++ b/contracts/utils/test/log_decoding.ts @@ -11,7 +11,7 @@ const expect = chai.expect; const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper); -describe.only('TestLogDecoding', () => { +describe('TestLogDecoding', () => { let testLogDecodingWithDependencies: TestLogDecodingContract; let testLogDecodingDeployedWithoutDependencies: TestLogDecodingContract; const expectedEvent = { diff --git a/packages/abi-gen-templates/CHANGELOG.json b/packages/abi-gen-templates/CHANGELOG.json index 74c93864a2..05a8b3878e 100644 --- a/packages/abi-gen-templates/CHANGELOG.json +++ b/packages/abi-gen-templates/CHANGELOG.json @@ -3,7 +3,11 @@ "version": "2.4.0", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include log decode dependencies.", + "note": "Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies.", + "pr": 1995 + }, + { + "note": "Updated interface to `deployAsync` to include log decode dependencies.", "pr": 1995 } ] diff --git a/packages/base-contract/CHANGELOG.json b/packages/base-contract/CHANGELOG.json index 4e373d25aa..19faddc6aa 100644 --- a/packages/base-contract/CHANGELOG.json +++ b/packages/base-contract/CHANGELOG.json @@ -3,7 +3,11 @@ "version": "5.3.0", "changes": [ { - "note": "Updated interface to .deploy0xArtifactAsync to include log decode dependencies.", + "note": "Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies.", + "pr": 1995 + }, + { + "note": "Updated interface to `deployAsync` to include log decode dependencies.", "pr": 1995 } ] diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index c058c8810f..6a9011b151 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -3,7 +3,11 @@ "version": "10.1.0", "changes": [ { - "note": "Updated calls to .deploy0xArtifactAsync to include log decode dependencies.", + "note": "Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies.", + "pr": 1995 + }, + { + "note": "Updated interface to `deployAsync` to include log decode dependencies.", "pr": 1995 } ]