Update CHANGELOG.json for all changed packages

This commit is contained in:
Alex Browne
2018-10-15 14:11:20 -07:00
parent be1a597250
commit e3af06ab10
6 changed files with 46 additions and 2 deletions

View File

@@ -15,6 +15,11 @@
"note":
"Removed `SignerType` (including `SignerType.Metamask`). Please use the `MetamaskSubprovider` to wrap `web3.currentProvider`.",
"pr": 1102
},
{
"note":
"Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers",
"pr": 1105
}
]
},

View File

@@ -4,6 +4,11 @@
"changes": [
{
"note": "Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`"
},
{
"note":
"Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers",
"pr": 1105
}
]
},

View File

@@ -1,9 +1,19 @@
[
{
"version": "2.1.0",
"version": "3.0.0",
"changes": [
{
"note": "Add optional validation to the forwarder wrapper methods"
},
{
"note":
"Updated to use new modularized artifacts. Top-level `ContractWrappers` class has a new optional `contractAddresses` parameter. Contract addresses are no longer stored in artifacts and are instead loaded from the `@0xproject/contract-addresses` package. Most contract addresses are now defined at instantiation time and are available as properties (e.g., `exchangeWrapper.address`) instead of methods (e.g., `exchangeWrapper.getContractAddress()`). Some properties and methods have been renamed.",
"pr": 1105
},
{
"note":
"Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers",
"pr": 1105
}
]
},

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.8",
"changes": [
{
"note": "Updated to use new @0xproject/contract-artifacts and @0xproject/abi-gen-wrappers packages",
"pr": 1105
}
]
},
{
"version": "1.0.7",
"changes": [

View File

@@ -1,4 +1,14 @@
[
{
"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.",
"pr": 1105
}
]
},
{
"version": "1.0.14",
"changes": [

View File

@@ -1,10 +1,15 @@
[
{
"version": "2.1.2",
"version": "2.2.0",
"changes": [
{
"note": "Added getStats function and returns a Stats object",
"pr": 1118
},
{
"note":
"Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers. Constructor has a new optional `contractAddresses` parameter.",
"pr": 1105
}
]
},