feat: add changelog entries for changed packages
This commit is contained in:
parent
e7130af6a9
commit
43f8f2abbd
@ -4,6 +4,10 @@
|
|||||||
"changes": [
|
"changes": [
|
||||||
{
|
{
|
||||||
"note": "Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`"
|
"note": "Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Export `BuyQuoteInfo` type",
|
||||||
|
"pr": 1131
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter.",
|
"note": "Rename `ecSignOrderHashAsync` to `ecSignHashAsync` removing `SignerType` parameter.",
|
||||||
"pr": 1102
|
"pr": 1102
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Use `AssetData` union type for function return values.",
|
||||||
|
"pr": 1131
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Added `ZeroExTransaction` type for Exchange executeTransaction",
|
"note": "Added `ZeroExTransaction` type for Exchange executeTransaction",
|
||||||
"pr": 1102
|
"pr": 1102
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add `AssetData` union type (`type AssetData = ERC20AssetData | ERC721AssetData`)",
|
||||||
|
"pr": 1131
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
17
yarn.lock
17
yarn.lock
@ -5594,21 +5594,6 @@ ethers@3.0.22:
|
|||||||
uuid "2.0.1"
|
uuid "2.0.1"
|
||||||
xmlhttprequest "1.8.0"
|
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:
|
ethers@~4.0.4:
|
||||||
version "4.0.4"
|
version "4.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.4.tgz#d3f85e8b27f4b59537e06526439b0fb15b44dc65"
|
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-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
|
||||||
ethereumjs-util "^5.2.0"
|
ethereumjs-util "^5.2.0"
|
||||||
ethereumjs-vm "2.3.5"
|
ethereumjs-vm "2.3.5"
|
||||||
ethereumjs-wallet "0.6.0"
|
ethereumjs-wallet "~0.6.0"
|
||||||
fake-merkle-patricia-tree "~1.0.1"
|
fake-merkle-patricia-tree "~1.0.1"
|
||||||
heap "~0.2.6"
|
heap "~0.2.6"
|
||||||
js-scrypt "^0.2.0"
|
js-scrypt "^0.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user