Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
feat: Export MultiAssetData in types
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Dec 2, 2018
1 parent e2f2bd6 commit b5b044d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "2.0.7",
"changes": [
{
"note": "Export `MultiAssetData` from types",
"pr": 1363
}
]
},
{
"timestamp": 1543401373,
"version": "2.0.6",
Expand Down
1 change: 1 addition & 0 deletions packages/0x.js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export {
AssetData,
ERC20AssetData,
ERC721AssetData,
MultiAssetData,
SignatureType,
OrderRelevantState,
Stats,
Expand Down
1 change: 1 addition & 0 deletions packages/order-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export {
AssetData,
ERC20AssetData,
ERC721AssetData,
MultiAssetData,
AssetProxyId,
SignatureType,
OrderStateValid,
Expand Down

0 comments on commit b5b044d

Please sign in to comment.