feat: add changelog entries for changed packages

This commit is contained in:
fragosti 2018-10-15 14:20:31 -07:00
parent e7130af6a9
commit 43f8f2abbd
4 changed files with 13 additions and 16 deletions

View File

@ -4,6 +4,10 @@
"changes": [
{
"note": "Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`"
},
{
"note": "Export `BuyQuoteInfo` type",
"pr": 1131
}
]
},

View File

@ -14,6 +14,10 @@
{
"note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter.",
"pr": 1102
},
{
"note": "Use `AssetData` union type for function return values.",
"pr": 1131
}
]
},

View File

@ -9,6 +9,10 @@
{
"note": "Added `ZeroExTransaction` type for Exchange executeTransaction",
"pr": 1102
},
{
"note": "Add `AssetData` union type (`type AssetData = ERC20AssetData | ERC721AssetData`)",
"pr": 1131
}
]
},

View File

@ -5594,21 +5594,6 @@ ethers@3.0.22:
uuid "2.0.1"
xmlhttprequest "1.8.0"
ethers@4.0.0-beta.14:
version "4.0.0-beta.14"
resolved "https://registry.npmjs.org/ethers/-/ethers-4.0.0-beta.14.tgz#76aa9257b9c93a7604ff4dc11f2a445d07f6459d"
dependencies:
"@types/node" "^10.3.2"
aes-js "3.0.0"
bn.js "^4.4.0"
elliptic "6.3.3"
hash.js "1.1.3"
js-sha3 "0.5.7"
scrypt-js "2.0.3"
setimmediate "1.0.4"
uuid "2.0.1"
xmlhttprequest "1.8.0"
ethers@~4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.4.tgz#d3f85e8b27f4b59537e06526439b0fb15b44dc65"
@ -6401,7 +6386,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep:
ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
ethereumjs-util "^5.2.0"
ethereumjs-vm "2.3.5"
ethereumjs-wallet "0.6.0"
ethereumjs-wallet "~0.6.0"
fake-merkle-patricia-tree "~1.0.1"
heap "~0.2.6"
js-scrypt "^0.2.0"