Updated CHANGELOGS

This commit is contained in:
Fabio Berger 2019-07-13 01:32:53 -07:00
parent 14f48a5f4f
commit 2ce09d73ac
113 changed files with 728 additions and 171 deletions

View File

@ -14,7 +14,8 @@
"note": "Implement StaticCallProxy",
"pr": 1863
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.0 - _July 13, 2019_
* Add `LibAssetProxyIds` contract (#1835)
* Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases. (#1852)
* Implement StaticCallProxy (#1863)
## v2.1.5 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.5 - _July 13, 2019_
* Dependencies updated
## v2.0.4 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "0.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.0.1",
"changes": [

View File

@ -0,0 +1,19 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.0.2 - _July 13, 2019_
* Dependencies updated
## v0.0.1 - _Invalid date_
* Create dev-utils package (#1848)
* Add `LibAssetData` and `LibTransactionDecoder` contracts (#1848)
* Refactor `LibAssetData` to only check 0x-specific allowances (#1848)
* Refactor `LibAssetData` balance/allowance checks to never revert (#1848)
* Refactor `OrderValidationUtils` to calculate `fillableTakerAssetAmount` (#1848)
* Add support for StaticCallProxy (#1863)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "1.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "1.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.7 - _July 13, 2019_
* Dependencies updated
## v1.1.6 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.2.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.6 - _July 13, 2019_
* Dependencies updated
## v2.2.5 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.7 - _July 13, 2019_
* Dependencies updated
## v2.1.6 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.4 - _July 13, 2019_
* Dependencies updated
## v3.0.3 - _May 24, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Move `LibTransactionDecoder` to contracts/dev-utils package",
"pr": 1848
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.0 - _July 13, 2019_
* Move `LibTransactionDecoder` to contracts/dev-utils package (#1848)
## v2.1.6 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.6 - _July 13, 2019_
* Dependencies updated
## v2.1.5 - _May 24, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils`",
"pr": 1848
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.0 - _July 13, 2019_
* Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils` (#1848)
## v3.1.5 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.6 - _July 13, 2019_
* Dependencies updated
## v3.1.5 - _May 24, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Fixed false positives in `expectTransactionFailedAsync` and `expectContractCallFailedAsync`",
"pr": 1852
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.8 - _July 13, 2019_
* Fixed false positives in `expectTransactionFailedAsync` and `expectContractCallFailedAsync` (#1852)
## v3.1.7 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.7 - _July 13, 2019_
* Dependencies updated
## v3.1.6 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "6.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1557961111,
"version": "6.0.9",

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.10 - _May 24, 2019_
## v6.0.10 - _July 13, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.0",
"changes": [

View File

@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.1 - _July 13, 2019_
* Dependencies updated
## v2.2.0 - _July 12, 2019_
* add parameter assertions to methods (#1823)
* Move `getABITransactionData` to `callAsync` template (#1863)
* Initial support for Python (#1878)
## v2.1.0 - _May 10, 2019_
* add `awaitTransactionSuccessAsync()` to `tx.handlebars` (#1797)

View File

@ -18,7 +18,8 @@
"note": "Update wrappers to include `getABIEncodedTransactionData` for view and pure functions",
"pr": 1863
}
]
],
"timestamp": 1563006338
},
{
"version": "4.3.0",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.0 - _July 13, 2019_
* Wrappers no longer require passing in the contract ABI at instantiation (#1883)
* Contract addresses now re-exported from @0x/contract-addresses (#1883)
* Update wrappers to include parameter assertions (#1823)
* Update wrappers to include `getABIEncodedTransactionData` for view and pure functions (#1863)
## v4.3.0 - _May 10, 2019_
* Update wrapper functions to expose `awaitTransactionSuccessAsync()` methods (#1797)

View File

@ -2462,10 +2462,12 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'assetProxyContract',
type: 'address',
indexed: false,
},
{
name: 'isRegistered',
type: 'bool',
indexed: false,
},
],
name: 'AssetProxyRegistration',
@ -2478,10 +2480,12 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
{
name: 'confirmationTime',
type: 'uint256',
indexed: false,
},
],
name: 'ConfirmationTimeSet',
@ -2494,6 +2498,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'secondsTimeLocked',
type: 'uint256',
indexed: false,
},
],
name: 'TimeLockChange',
@ -2506,10 +2511,12 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'sender',
type: 'address',
indexed: true,
},
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
],
name: 'Confirmation',
@ -2522,10 +2529,12 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'sender',
type: 'address',
indexed: true,
},
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
],
name: 'Revocation',
@ -2538,6 +2547,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
],
name: 'Submission',
@ -2550,6 +2560,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
],
name: 'Execution',
@ -2562,6 +2573,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'transactionId',
type: 'uint256',
indexed: true,
},
],
name: 'ExecutionFailure',
@ -2574,10 +2586,12 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'sender',
type: 'address',
indexed: true,
},
{
name: 'value',
type: 'uint256',
indexed: false,
},
],
name: 'Deposit',
@ -2590,6 +2604,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'owner',
type: 'address',
indexed: true,
},
],
name: 'OwnerAddition',
@ -2602,6 +2617,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'owner',
type: 'address',
indexed: true,
},
],
name: 'OwnerRemoval',
@ -2614,6 +2630,7 @@ export class AssetProxyOwnerContract extends BaseContract {
{
name: 'required',
type: 'uint256',
indexed: false,
},
],
name: 'RequirementChange',

View File

@ -626,6 +626,7 @@ export class CoordinatorContract extends BaseContract {
{
name: 'transaction',
type: 'tuple',
components: [
{
name: 'salt',
@ -659,6 +660,7 @@ export class CoordinatorContract extends BaseContract {
{
name: 'approval',
type: 'tuple',
components: [
{
name: 'txOrigin',
@ -696,6 +698,7 @@ export class CoordinatorContract extends BaseContract {
{
name: 'transaction',
type: 'tuple',
components: [
{
name: 'salt',
@ -754,6 +757,7 @@ export class CoordinatorContract extends BaseContract {
{
name: 'transaction',
type: 'tuple',
components: [
{
name: 'salt',
@ -805,6 +809,7 @@ export class CoordinatorContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',

View File

@ -280,10 +280,12 @@ export class CoordinatorRegistryContract extends BaseContract {
{
name: 'coordinatorOperator',
type: 'address',
indexed: false,
},
{
name: 'coordinatorEndpoint',
type: 'string',
indexed: false,
},
],
name: 'CoordinatorEndpointSet',

View File

@ -1319,14 +1319,17 @@ export class DummyERC20TokenContract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Transfer',
@ -1339,14 +1342,17 @@ export class DummyERC20TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_spender',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Approval',

View File

@ -1621,14 +1621,17 @@ export class DummyERC721TokenContract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_tokenId',
type: 'uint256',
indexed: true,
},
],
name: 'Transfer',
@ -1641,14 +1644,17 @@ export class DummyERC721TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_approved',
type: 'address',
indexed: true,
},
{
name: '_tokenId',
type: 'uint256',
indexed: true,
},
],
name: 'Approval',
@ -1661,14 +1667,17 @@ export class DummyERC721TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_operator',
type: 'address',
indexed: true,
},
{
name: '_approved',
type: 'bool',
indexed: false,
},
],
name: 'ApprovalForAll',

View File

@ -579,6 +579,7 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -636,6 +637,7 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'auctionDetails',
type: 'tuple',
components: [
{
name: 'beginTimeSeconds',
@ -674,6 +676,7 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'buyOrder',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -728,6 +731,7 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'sellOrder',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -793,10 +797,12 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'matchedFillResults',
type: 'tuple',
components: [
{
name: 'left',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -819,6 +825,7 @@ export class DutchAuctionContract extends BaseContract {
{
name: 'right',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',

View File

@ -820,10 +820,12 @@ export class ERC20ProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressAdded',
@ -836,10 +838,12 @@ export class ERC20ProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressRemoved',

View File

@ -702,14 +702,17 @@ export class ERC20TokenContract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Transfer',
@ -722,14 +725,17 @@ export class ERC20TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_spender',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Approval',

View File

@ -820,10 +820,12 @@ export class ERC721ProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressAdded',
@ -836,10 +838,12 @@ export class ERC721ProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressRemoved',

View File

@ -1097,14 +1097,17 @@ export class ERC721TokenContract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_tokenId',
type: 'uint256',
indexed: true,
},
],
name: 'Transfer',
@ -1117,14 +1120,17 @@ export class ERC721TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_approved',
type: 'address',
indexed: true,
},
{
name: '_tokenId',
type: 'uint256',
indexed: true,
},
],
name: 'Approval',
@ -1137,14 +1143,17 @@ export class ERC721TokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_operator',
type: 'address',
indexed: true,
},
{
name: '_approved',
type: 'bool',
indexed: false,
},
],
name: 'ApprovalForAll',

View File

@ -4328,6 +4328,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -4393,6 +4394,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -4464,6 +4466,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'leftOrder',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -4518,6 +4521,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'rightOrder',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -4583,10 +4587,12 @@ export class ExchangeContract extends BaseContract {
{
name: 'matchedFillResults',
type: 'tuple',
components: [
{
name: 'left',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -4609,6 +4615,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'right',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -4645,6 +4652,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -4710,6 +4718,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'fillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -4759,6 +4768,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -4823,6 +4833,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -4888,6 +4899,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -4932,6 +4944,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -4997,6 +5010,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5065,6 +5079,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -5130,6 +5145,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'fillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5201,6 +5217,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -5266,6 +5283,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5296,6 +5314,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -5353,6 +5372,7 @@ export class ExchangeContract extends BaseContract {
{
name: '',
type: 'tuple[]',
components: [
{
name: 'orderStatus',
@ -5443,6 +5463,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -5508,6 +5529,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5538,6 +5560,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -5603,6 +5626,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'fillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5673,6 +5697,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -5730,6 +5755,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orderInfo',
type: 'tuple',
components: [
{
name: 'orderStatus',
@ -5756,6 +5782,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -5857,6 +5884,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -5922,6 +5950,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -5966,6 +5995,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -6031,6 +6061,7 @@ export class ExchangeContract extends BaseContract {
{
name: 'totalFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -6115,14 +6146,17 @@ export class ExchangeContract extends BaseContract {
{
name: 'signerAddress',
type: 'address',
indexed: true,
},
{
name: 'validatorAddress',
type: 'address',
indexed: true,
},
{
name: 'approved',
type: 'bool',
indexed: false,
},
],
name: 'SignatureValidatorApproval',
@ -6135,46 +6169,57 @@ export class ExchangeContract extends BaseContract {
{
name: 'makerAddress',
type: 'address',
indexed: true,
},
{
name: 'feeRecipientAddress',
type: 'address',
indexed: true,
},
{
name: 'takerAddress',
type: 'address',
indexed: false,
},
{
name: 'senderAddress',
type: 'address',
indexed: false,
},
{
name: 'makerAssetFilledAmount',
type: 'uint256',
indexed: false,
},
{
name: 'takerAssetFilledAmount',
type: 'uint256',
indexed: false,
},
{
name: 'makerFeePaid',
type: 'uint256',
indexed: false,
},
{
name: 'takerFeePaid',
type: 'uint256',
indexed: false,
},
{
name: 'orderHash',
type: 'bytes32',
indexed: true,
},
{
name: 'makerAssetData',
type: 'bytes',
indexed: false,
},
{
name: 'takerAssetData',
type: 'bytes',
indexed: false,
},
],
name: 'Fill',
@ -6187,26 +6232,32 @@ export class ExchangeContract extends BaseContract {
{
name: 'makerAddress',
type: 'address',
indexed: true,
},
{
name: 'feeRecipientAddress',
type: 'address',
indexed: true,
},
{
name: 'senderAddress',
type: 'address',
indexed: false,
},
{
name: 'orderHash',
type: 'bytes32',
indexed: true,
},
{
name: 'makerAssetData',
type: 'bytes',
indexed: false,
},
{
name: 'takerAssetData',
type: 'bytes',
indexed: false,
},
],
name: 'Cancel',
@ -6219,14 +6270,17 @@ export class ExchangeContract extends BaseContract {
{
name: 'makerAddress',
type: 'address',
indexed: true,
},
{
name: 'senderAddress',
type: 'address',
indexed: true,
},
{
name: 'orderEpoch',
type: 'uint256',
indexed: false,
},
],
name: 'CancelUpTo',
@ -6239,10 +6293,12 @@ export class ExchangeContract extends BaseContract {
{
name: 'id',
type: 'bytes4',
indexed: false,
},
{
name: 'assetProxy',
type: 'address',
indexed: false,
},
],
name: 'AssetProxyRegistered',

View File

@ -1031,6 +1031,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -1093,6 +1094,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'feeOrders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -1162,6 +1164,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'orderFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -1184,6 +1187,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'feeOrderFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -1246,6 +1250,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -1304,6 +1309,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'feeOrders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -1373,6 +1379,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'orderFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',
@ -1395,6 +1402,7 @@ export class ForwarderContract extends BaseContract {
{
name: 'feeOrderFillResults',
type: 'tuple',
components: [
{
name: 'makerAssetFilledAmount',

View File

@ -1047,10 +1047,12 @@ export class MultiAssetProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressAdded',
@ -1063,10 +1065,12 @@ export class MultiAssetProxyContract extends BaseContract {
{
name: 'target',
type: 'address',
indexed: true,
},
{
name: 'caller',
type: 'address',
indexed: true,
},
],
name: 'AuthorizedAddressRemoved',
@ -1079,10 +1083,12 @@ export class MultiAssetProxyContract extends BaseContract {
{
name: 'id',
type: 'bytes4',
indexed: false,
},
{
name: 'assetProxy',
type: 'address',
indexed: false,
},
],
name: 'AssetProxyRegistered',

View File

@ -653,6 +653,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -714,6 +715,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'orderInfo',
type: 'tuple',
components: [
{
name: 'orderStatus',
@ -732,6 +734,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'traderInfo',
type: 'tuple',
components: [
{
name: 'makerBalance',
@ -805,6 +808,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -866,6 +870,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'ordersInfo',
type: 'tuple[]',
components: [
{
name: 'orderStatus',
@ -884,6 +889,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'tradersInfo',
type: 'tuple[]',
components: [
{
name: 'makerBalance',
@ -930,6 +936,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'orders',
type: 'tuple[]',
components: [
{
name: 'makerAddress',
@ -991,6 +998,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: '',
type: 'tuple[]',
components: [
{
name: 'makerBalance',
@ -1087,6 +1095,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'order',
type: 'tuple',
components: [
{
name: 'makerAddress',
@ -1148,6 +1157,7 @@ export class OrderValidatorContract extends BaseContract {
{
name: 'traderInfo',
type: 'tuple',
components: [
{
name: 'makerBalance',

View File

@ -1035,14 +1035,17 @@ export class WETH9Contract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_spender',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Approval',
@ -1055,14 +1058,17 @@ export class WETH9Contract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Transfer',
@ -1075,10 +1081,12 @@ export class WETH9Contract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Deposit',
@ -1091,10 +1099,12 @@ export class WETH9Contract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Withdrawal',

View File

@ -843,14 +843,17 @@ export class ZRXTokenContract extends BaseContract {
{
name: '_from',
type: 'address',
indexed: true,
},
{
name: '_to',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Transfer',
@ -863,14 +866,17 @@ export class ZRXTokenContract extends BaseContract {
{
name: '_owner',
type: 'address',
indexed: true,
},
{
name: '_spender',
type: 'address',
indexed: true,
},
{
name: '_value',
type: 'uint256',
indexed: false,
},
],
name: 'Approval',

View File

@ -6,7 +6,8 @@
"note": "Initial support for Python",
"pr": 1878
}
]
],
"timestamp": 1563006338
},
{
"version": "2.0.11",

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.0 - _July 13, 2019_
* Initial support for Python (#1878)
## v2.0.11 - _Invalid date_
* Watch template files for changes (#1875)
## v2.0.10 - _May 10, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add new assertions: `isArray`, `isBlockParam` and `isNumberOrBigNumber`",
"pr": 1823
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1557507213,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.0 - _July 13, 2019_
* Add new assertions: `isArray`, `isBlockParam` and `isNumberOrBigNumber` (#1823)
## v2.0.10 - _May 10, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "6.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "6.1.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.1.6 - _July 13, 2019_
* Dependencies updated
## v6.1.5 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "0.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.0.1",
"changes": [

View File

@ -5,159 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.1.5 - _May 24, 2019_
## v0.0.2 - _July 13, 2019_
* Dependencies updated
## v6.1.4 - _May 15, 2019_
## v0.0.1 - _Invalid date_
* Dependencies updated
## v6.1.3 - _May 14, 2019_
* Convert `metaData.remainingTakerAssetAmount` to BigNumber if present in APIOrder (#1810)
## v6.1.1 - _May 10, 2019_
* Dependencies updated
## v6.1.0 - _April 11, 2019_
* Moved order_utils into `@0x/order-utils` package as `orderCalculationUtils` (#1714)
## v6.0.5 - _March 21, 2019_
* Dependencies updated
## v6.0.4 - _March 20, 2019_
* Dependencies updated
## v6.0.3 - _March 1, 2019_
* Dependencies updated
## v6.0.2 - _February 27, 2019_
* Dependencies updated
## v6.0.1 - _February 26, 2019_
* Dependencies updated
## v6.0.0 - _February 25, 2019_
* Add support for EIP1193 providers & Web3.js providers >= 1.0-beta.38 (#1627)
* Update provider params to type SupportedProvider which outlines all supported providers (#1627)
## v5.0.4 - _February 9, 2019_
* Dependencies updated
## v5.0.3 - _February 7, 2019_
* Dependencies updated
## v5.0.2 - _February 7, 2019_
* Dependencies updated
## v5.0.1 - _February 6, 2019_
* Dependencies updated
## v5.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v4.1.0 - _Invalid date_
* Adds new public method getLiquidityForAssetDataAsync, and exposes getOrdersAndFillableAmountsAsync as public method (#1512)
## v4.0.2 - _January 17, 2019_
* Dependencies updated
## v4.0.1 - _January 15, 2019_
* Dependencies updated
## v4.0.0 - _January 11, 2019_
* Raise custom InsufficientAssetLiquidityError error with amountAvailableToFill attribute (#1437)
## v3.0.5 - _January 9, 2019_
* Dependencies updated
## v3.0.4 - _December 13, 2018_
* Dependencies updated
## v3.0.3 - _December 11, 2018_
* Update SRA order provider to include Dai
## v3.0.2 - _November 28, 2018_
* Dependencies updated
## v3.0.1 - _November 21, 2018_
* Dependencies updated (#1276)
## v3.0.0 - _November 14, 2018_
* update `getBuyQuoteAsync` to return eth spent on assets instead of per unit amount (#1252)
## v2.2.2 - _November 13, 2018_
* Dependencies updated
## v2.2.1 - _November 12, 2018_
* Dependencies updated
## v2.2.0 - _November 9, 2018_
* `getAssetBuyerForProvidedOrders` factory function now takes 3 args instead of 4 (#1187)
* the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init. (#1203)
* No longer require that provided orders all have the same maker and taker asset data (#1197)
* Fix bug where `BuyQuoteInfo` objects could return `totalEthAmount` and `feeEthAmount` that were not whole numbers (#1207)
* Fix bug where default values for `AssetBuyer` public facing methods could get overriden by `undefined` values (#1207)
* Lower default expiry buffer from 5 minutes to 2 minutes (#1217)
## v2.1.0 - _October 18, 2018_
* Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`
* Export `BuyQuoteInfo` type (#1131)
* Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers (#1105)
* Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts` (#1116)
* Add `docs:json` command to package.json (#1139)
* Add missing types to public interface (#1139)
* Throw `SignatureRequestDenied` and `TransactionValueTooLow` errors when executing buy (#1147)
## v2.0.0 - _October 4, 2018_
* Expand AssetBuyer to work with multiple assets at once (#1086)
* Fix minRate and maxRate calculation (#1113)
## v1.0.3 - _October 2, 2018_
* Dependencies updated
## v1.0.2 - _September 28, 2018_
* Dependencies updated
## v1.0.1 - _September 25, 2018_
* Dependencies updated
## v1.0.0 - _September 25, 2018_
* Dependencies updated
## v1.0.0-rc.1 - _Invalid date_
* Init
* Refactored asset-buyer into asset-swapper to support ERC<>ERC marketSell and marketBuy operations (#1845)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "5.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.1.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.1.1 - _July 13, 2019_
* Dependencies updated
## v5.1.0 - _May 10, 2019_
* Export `PromiseWithTransactionHash` type (#1797)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "5.0.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "5.0.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.11 - _July 13, 2019_
* Dependencies updated
## v5.0.10 - _May 24, 2019_
* Dependencies updated

View File

@ -5,7 +5,8 @@
{
"note": "Redeployed Mainnet Exchange and Asset Proxies"
}
]
],
"timestamp": 1563006338
},
{
"version": "2.3.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.0 - _July 13, 2019_
* Redeployed Mainnet Exchange and Asset Proxies
## v2.3.3 - _May 14, 2019_
* Redeploy Coordinator contract (#1812)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.0.0",
"changes": [

View File

@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.1 - _July 13, 2019_
* Dependencies updated
## v2.0.0 - _July 12, 2019_
* Remove evm.bytecode.linkReferences from all artifacts. Remove evm.deployedBytecode and sourceTreeHashHex from Coordinator artifact. (#1842)
* Prune fields from EthBalanceChecker (#1876)
* Add compilerOutput.devdoc to all artifacts (#1907)
## v1.5.1 - _May 10, 2019_
* Dependencies updated

View File

@ -5,7 +5,8 @@
{
"note": "Use assetDataUtils for encoding and decoding DutchAuctionData"
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v9.1.5 - _July 13, 2019_
* Use assetDataUtils for encoding and decoding DutchAuctionData
## v9.1.4 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "1.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1557507213,
"version": "1.0.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.10 - _July 13, 2019_
* Dependencies updated
## v1.0.9 - _May 10, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.2.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.2.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.4 - _July 13, 2019_
* Dependencies updated
## v2.2.3 - _May 24, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Made most fields in DevdocOutput optional, as they may not all be present just because devdoc is",
"pr": 1878
}
]
],
"timestamp": 1563006338
},
{
"version": "2.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.3 - _July 13, 2019_
* Made most fields in DevdocOutput optional, as they may not all be present just because devdoc is (#1878)
## v2.1.2 - _April 11, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.0.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.0.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.11 - _July 13, 2019_
* Dependencies updated
## v3.0.10 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.0.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1557507213,
"version": "3.0.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.11 - _July 13, 2019_
* Dependencies updated
## v3.0.10 - _May 10, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "4.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "4.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.7 - _July 13, 2019_
* Dependencies updated
## v4.1.6 - _May 24, 2019_
* Dependencies updated

View File

@ -18,7 +18,8 @@
"note": "Added `validateMakerTransferThrowIfInvalidAsync` to OrderValidationUtils",
"pr": 1937
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.2.0 - _July 13, 2019_
* Add support for encoding/decoding StaticCallProxy assetData (#1863)
* Add support for marketSell utils (#1914)
* Add support for encoding/decoding DutchAuction assetData (#1943)
* Added `validateMakerTransferThrowIfInvalidAsync` to OrderValidationUtils (#1937)
## v8.1.1 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "4.0.12",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "4.0.11",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.12 - _July 13, 2019_
* Dependencies updated
## v4.0.11 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.13 - _July 13, 2019_
* Dependencies updated
## v2.0.12 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.13 - _July 13, 2019_
* Dependencies updated
## v2.0.12 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.1.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.1.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.9 - _July 13, 2019_
* Dependencies updated
## v3.1.8 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.6 - _July 13, 2019_
* Dependencies updated
## v3.0.5 - _May 24, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Confirm devdoc components exist before using them",
"pr": 1878
}
]
],
"timestamp": 1563006338
},
{
"timestamp": 1558712885,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.13 - _July 13, 2019_
* Confirm devdoc components exist before using them (#1878)
## v2.0.12 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "3.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "3.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.8 - _July 13, 2019_
* Dependencies updated
## v3.1.7 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.0.7",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.8 - _July 13, 2019_
* Dependencies updated
## v2.0.7 - _April 11, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "2.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "2.0.13",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.14 - _July 13, 2019_
* Dependencies updated
## v2.0.13 - _May 24, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1563006338,
"version": "6.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1558712885,
"version": "6.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.13 - _July 13, 2019_
* Dependencies updated
## v6.0.12 - _May 24, 2019_
* Dependencies updated

Some files were not shown because too many files have changed in this diff Show More