Update CHANGELOGs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[
|
||||
{
|
||||
"version": "2.0.9",
|
||||
"version": "2.1.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Export `MultiAssetData` from types",
|
||||
"note":
|
||||
"Export `MultiAssetData`, `MultiAssetDataWithRecursiveDecoding`, `ObjectMap`, and `SingleAssetData` from types",
|
||||
"pr": 1363
|
||||
}
|
||||
]
|
||||
|
@@ -71,6 +71,7 @@ export { AbiDecoder } from '@0x/utils';
|
||||
export { BigNumber } from '@0x/utils';
|
||||
|
||||
export {
|
||||
AssetData,
|
||||
ExchangeContractErrs,
|
||||
Order,
|
||||
SignedOrder,
|
||||
@@ -85,6 +86,7 @@ export {
|
||||
MultiAssetData,
|
||||
MultiAssetDataWithRecursiveDecoding,
|
||||
SignatureType,
|
||||
ObjectMap,
|
||||
OrderRelevantState,
|
||||
Stats,
|
||||
} from '@0x/types';
|
||||
|
Reference in New Issue
Block a user