Merge pull request #2226 from 0xProject/feature/publishPrep
Final RC publish prep
This commit is contained in:
commit
8465be2a03
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"version": "2.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Disallow the zero address from being made an authorized address in MixinAuthorizable, and created an archive directory that includes an old version of Ownable",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add chainId to domain separator",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use built in selectors instead of hard coded constants",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "1.1.16",
|
||||
"version": "1.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `mintKnownFungibleTokensAsync()`, `isNonFungibleItemAsync()`, `isFungibleItemAsync()`, `getOwnerOfAsync()`, `getBalanceAsync()` to `Erc1155Wrapper`.",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.2.14",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.1.15",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "3.0.12",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Break up `LibEIP712` into reusable components",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"version": "2.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use new/cheaper reentrancy guard/mutex",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "4.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "4.0.8",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "3.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "3.1.14",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Created package",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.0.0",
|
||||
"version": "3.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `chainId` to `TransactionFactory` constructor",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.2.5",
|
||||
"version": "3.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Change ReentrancyGuard implementation to cheaper one",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"install:all": "yarn install",
|
||||
"wsrun": "wsrun",
|
||||
"lerna": "lerna",
|
||||
"build": "lerna link && wsrun build $PKG -r --stages --fast-exit --exclude-missing",
|
||||
"build": "lerna link && wsrun build $PKG -r --stages --fast-exit --exclude-missing --exclude @0x/contracts-extensions --exclude @0x/contracts-coordinator",
|
||||
"build:ci": "lerna link && wsrun build:ci $PKG --fast-exit -r --stages --exclude-missing --exclude @0x/contracts-extensions --exclude @0x/contracts-coordinator",
|
||||
"build:contracts": "lerna link && wsrun build -p ${npm_package_config_contractsPackages} -c --fast-exit -r --stages --exclude-missing",
|
||||
"build:monorepo_scripts": "PKG=@0x/monorepo-scripts yarn build",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "7.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Updated to work with 0x v3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "7.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "6.0.0",
|
||||
"version": "5.4.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use V3 contracts",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "4.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.2.1",
|
||||
"changes": [
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.1.6",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "6.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "6.1.14",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"changes": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "5.5.0",
|
||||
"version": "5.5.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Automatically decode and throw rich reverts in `_throwIfRevertWithReasonCallResult`",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "5.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "5.0.19",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.0.0",
|
||||
"version": "3.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Removed `getNetworkIdByExchangeAddressOrThrow`. It's not needed with V3 tooling.",
|
||||
|
@ -30,68 +30,68 @@ const NULL_ADDRESS = '0x0000000000000000000000000000000000000000';
|
||||
|
||||
const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
||||
1: {
|
||||
exchange: '0x080bf510fcbf18b91105470639e9561022937712',
|
||||
exchange: NULL_ADDRESS,
|
||||
erc20Proxy: '0x95e6f48254609a6ee006f7d493c8e5fb97094cef',
|
||||
erc721Proxy: '0xefc70a1b18c432bdc64b596838b4d138f6bc6cad',
|
||||
forwarder: '0x76481caa104b5f6bccb540dae4cefaf1c398ebea',
|
||||
orderValidator: '0xa09329c6003c9a5402102e226417738ee22cf1f2',
|
||||
forwarder: NULL_ADDRESS,
|
||||
orderValidator: NULL_ADDRESS,
|
||||
zrxToken: '0xe41d2489571d322189246dafa5ebde1f4699f498',
|
||||
etherToken: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
||||
assetProxyOwner: '0xdffe798c7172dd6deb32baee68af322e8f495ce0',
|
||||
dutchAuction: '0xa3856622276a64fee0f17f67329fac24368d4aae',
|
||||
assetProxyOwner: NULL_ADDRESS,
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: '0x45797531b873fd5e519477a070a955764c1a5b07',
|
||||
coordinator: '0xa14857e8930acd9a882d33ec20559beb5479c8a6',
|
||||
coordinator: NULL_ADDRESS,
|
||||
multiAssetProxy: '0xef701d5389ae74503d633396c4d654eabedc9d78',
|
||||
staticCallProxy: '0x3517b88c19508c08650616019062b898ab65ed29',
|
||||
erc1155Proxy: '0x7eefbd48fd63d441ec7435d024ec7c5131019add',
|
||||
devUtils: '0x92d9a4d50190ae04e03914db2ee650124af844e6',
|
||||
devUtils: NULL_ADDRESS,
|
||||
},
|
||||
3: {
|
||||
erc20Proxy: '0xb1408f4c245a23c31b98d2c626777d4c0d766caa',
|
||||
erc721Proxy: '0xe654aac058bfbf9f83fcaee7793311dd82f6ddb4',
|
||||
zrxToken: '0xff67881f8d12f372d91baae9752eb3631ff0ed00',
|
||||
etherToken: '0xc778417e063141139fce010982780140aa0cd5ab',
|
||||
exchange: '0xbff9493f92a3df4b0429b6d00743b3cfb4c85831',
|
||||
assetProxyOwner: '0xf5fa5b5fed2727a0e44ac67f6772e97977aa358b',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0x6eb6237350f3c110c96223e6ff9db55532525d2b',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
exchange: '0x725bc2f8c85ed0289d3da79cde3125d33fc1d7e6',
|
||||
assetProxyOwner: '0xdcf20f7b447d51f2b3e5499b7f6cbbf7295a5d26',
|
||||
forwarder: NULL_ADDRESS,
|
||||
orderValidator: NULL_ADDRESS,
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: '0x403cc23e88c17c4652fb904784d1af640a6722d9',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
coordinator: NULL_ADDRESS,
|
||||
multiAssetProxy: '0xab8fbd189c569ccdee3a4d929bb7f557be4028f6',
|
||||
staticCallProxy: '0xe1b97e47aa3796276033a5341e884d2ba46b6ac1',
|
||||
erc1155Proxy: '0x19bb6caa3bc34d39e5a23cedfa3e6c7e7f3c931d',
|
||||
devUtils: '0x3e0b46bad8e374e4a110c12b832cb120dbe4a479',
|
||||
devUtils: NULL_ADDRESS,
|
||||
},
|
||||
4: {
|
||||
exchange: '0xbff9493f92a3df4b0429b6d00743b3cfb4c85831',
|
||||
exchange: '0x8e1dfaf747b804d041adaed79d68dcef85b8de85',
|
||||
erc20Proxy: '0x2f5ae4f6106e89b4147651688a92256885c5f410',
|
||||
erc721Proxy: '0x7656d773e11ff7383a14dcf09a9c50990481cd10',
|
||||
zrxToken: '0x8080c7e4b81ecf23aa6f877cfbfd9b0c228c6ffa',
|
||||
etherToken: '0xc778417e063141139fce010982780140aa0cd5ab',
|
||||
assetProxyOwner: '0xe1703da878afcebff5b7624a826902af475b9c03',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0x6eb6237350f3c110c96223e6ff9db55532525d2b',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
assetProxyOwner: '0x5d751aa855a1aee5fe44cf5350ed25b5727b66ae',
|
||||
forwarder: NULL_ADDRESS,
|
||||
orderValidator: NULL_ADDRESS,
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: '0x1084b6a398e47907bae43fec3ff4b677db6e4fee',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
coordinator: NULL_ADDRESS,
|
||||
multiAssetProxy: '0xb34cde0ad3a83d04abebc0b66e75196f22216621',
|
||||
staticCallProxy: '0xe1b97e47aa3796276033a5341e884d2ba46b6ac1',
|
||||
erc1155Proxy: '0x19bb6caa3bc34d39e5a23cedfa3e6c7e7f3c931d',
|
||||
devUtils: '0x2d4a9abda7b8b3605c8dbd34e3550a7467c78287',
|
||||
devUtils: NULL_ADDRESS,
|
||||
},
|
||||
42: {
|
||||
erc20Proxy: '0xf1ec01d6236d3cd881a0bf0130ea25fe4234003e',
|
||||
erc721Proxy: '0x2a9127c745688a165106c11cd4d647d2220af821',
|
||||
zrxToken: '0x2002d3812f58e35f0ea1ffbf80a75a38c32175fa',
|
||||
etherToken: '0xd0a1e359811322d97991e03f863a0c30c2cf029c',
|
||||
exchange: '0x30589010550762d2f0d06f650d8e8b6ade6dbf4b',
|
||||
assetProxyOwner: '0x2c824d2882baa668e0d5202b1e7f2922278703f8',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0xbcd49bf9b75cab056610fab3c788e8ce1b209f30',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
exchange: '0x617602cd3f734cf1e028c96b3f54c0489bed8022',
|
||||
assetProxyOwner: '0x3654e5363cd75c8974c76208137df9691e820e97',
|
||||
forwarder: NULL_ADDRESS,
|
||||
orderValidator: NULL_ADDRESS,
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: '0x09fb99968c016a3ff537bf58fb3d9fe55a7975d5',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
coordinator: NULL_ADDRESS,
|
||||
multiAssetProxy: '0xf6313a772c222f51c28f2304c0703b8cf5428fd8',
|
||||
staticCallProxy: '0x48e94bdb9033640d45ea7c721e25f380f8bffa43',
|
||||
erc1155Proxy: '0x64517fa2b480ba3678a2a3c0cf08ef7fd4fad36f',
|
||||
@ -105,12 +105,12 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
||||
zrxToken: '0x871dd7c2b4b25e1aa18728e9d5f2af4c4e431f5c',
|
||||
etherToken: '0x0b1ba0af832d7c05fd64161e0db78e85978e8082',
|
||||
exchange: '0x48bacb9266a570d521063ef5dd96e61686dbe788',
|
||||
assetProxyOwner: '0x8d42e38980ce74736c21c059b2240df09958d3c8',
|
||||
forwarder: '0xaa86dda78e9434aca114b6676fc742a18d15a1cc',
|
||||
orderValidator: '0x4d3d5c850dd5bd9d6f4adda3dd039a3c8054ca29',
|
||||
dutchAuction: '0xa31e64ea55b9b6bbb9d6a676738e9a5b23149f84',
|
||||
assetProxyOwner: NULL_ADDRESS,
|
||||
forwarder: NULL_ADDRESS,
|
||||
orderValidator: NULL_ADDRESS,
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: '0x1941ff73d1154774d87521d2d0aaad5d19c8df60',
|
||||
coordinator: '0x0d8b0dd11f5d34ed41d556def5f841900d5b1c6b',
|
||||
coordinator: NULL_ADDRESS,
|
||||
multiAssetProxy: '0xcfc18cec799fbd1793b5c43e773c98d4d61cc2db',
|
||||
staticCallProxy: '0x6dfff22588be9b3ef8cf0ad6dc9b84796f9fb45f',
|
||||
devUtils: '0x38ef19fdf8e8415f18c307ed71967e19aac28ba1',
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"version": "2.3.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use V3 contracts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "12.2.0",
|
||||
"version": "12.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use new `Order` and `ZeroExTransaction` structures with `domain` field",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Generate boilerplate for all contracts if none are specified or if all contracts identifier is used",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "`revertWith` mocha extensions now accept Promise-like objects instead of just Promises",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `RevertErrorAbi` interface as part of `AbiDefinition` types",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Use new `Order` structure with `domain` field",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `eip712DomainSchema` schema",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Update Coordinator and Exchange deployments to pass `chainId`",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "9.0.0",
|
||||
"version": "8.5.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `chainId` `OrderValidationUtils`, `OrderFactory`",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "0.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "0.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Convert `getContractNamesToCompile` to public function of `Compiler` class",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "3.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "3.0.12",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.0.19",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "3.2.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "3.1.14",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.0.11",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.0.20",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "6.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "6.0.19",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "2.0.17",
|
||||
|
@ -1,4 +1,12 @@
|
||||
[
|
||||
{
|
||||
"version": "5.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1568744790,
|
||||
"version": "5.0.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "2.4.4",
|
||||
"version": "2.5.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `OrderStatus` type",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add types for `@0x/dev-utils` chai helpers in `types/@0x`",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.6.0",
|
||||
"version": "4.6.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Allow for array types in `RevertError`s.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "6.0.14",
|
||||
"version": "6.1.0-beta.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Let `toBaseUnitAmount()` accept a `number`",
|
||||
|
Loading…
x
Reference in New Issue
Block a user