diff options
Diffstat (limited to 'packages/migrations/CHANGELOG.json')
-rw-r--r-- | packages/migrations/CHANGELOG.json | 340 |
1 files changed, 0 insertions, 340 deletions
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json deleted file mode 100644 index 64ae94b14..000000000 --- a/packages/migrations/CHANGELOG.json +++ /dev/null @@ -1,340 +0,0 @@ -[ - { - "version": "3.0.0", - "changes": [ - { - "note": "Upgrade the bignumber.js to v8.0.2", - "pr": 1517 - } - ] - }, - { - "version": "2.4.0", - "changes": [ - { - "note": "Added migrations for `MultiAssetProxy` contract", - "pr": 1503 - } - ], - "timestamp": 1547561734 - }, - { - "timestamp": 1547225310, - "version": "2.3.1", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "version": "2.3.0", - "changes": [ - { - "note": "Added migrations for Dutch Auction contract", - "pr": 1465 - } - ], - "timestamp": 1547040760 - }, - { - "version": "2.2.2", - "changes": [ - { - "note": "Dependencies updated" - } - ], - "timestamp": 1544739608 - }, - { - "version": "2.2.1", - "changes": [ - { - "note": "Dependencies updated" - } - ], - "timestamp": 1544570656 - }, - { - "version": "2.2.0", - "changes": [ - { - "note": "Add CLI `0x-migrate` for running the 0x migrations in a language-agnostic way", - "pr": 1324 - }, - { - "note": "Deploy testnet Exchange arfitact. Previously mainnet Exchange artifact was deployed.", - "pr": 1309 - }, - { - "note": "Fund the Forwarder with ZRX for fees.", - "pr": 1309 - } - ], - "timestamp": 1543401373 - }, - { - "version": "2.1.0", - "changes": [ - { - "note": "Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping", - "pr": 1301 - } - ], - "timestamp": 1542821676 - }, - { - "timestamp": 1542208198, - "version": "2.0.4", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1542134075, - "version": "2.0.3", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1542028948, - "version": "2.0.2", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "version": "2.0.1", - "changes": [ - { - "note": "Dependencies updated" - } - ], - "timestamp": 1541740904 - }, - { - "version": "2.0.0", - "changes": [ - { - "note": "Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed.", - "pr": 1105 - } - ], - "timestamp": 1539871071 - }, - { - "version": "1.0.14", - "changes": [ - { - "note": "Dependencies updated" - } - ], - "timestamp": 1538693146 - }, - { - "timestamp": 1538157789, - "version": "1.0.13", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1537907159, - "version": "1.0.12", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1537875740, - "version": "1.0.11", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1537541580, - "version": "1.0.10", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1537369748, - "version": "1.0.9", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1537265493, - "version": "1.0.8", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1536142250, - "version": "1.0.7", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1535377027, - "version": "1.0.6", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1535133899, - "version": "1.0.5", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1534210131, - "version": "1.0.4", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "version": "1.0.3", - "changes": [ - { - "note": "Dependencies updated" - } - ], - "timestamp": 1532619515 - }, - { - "timestamp": 1532605697, - "version": "1.0.2", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1532357734, - "version": "1.0.1", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1532043000, - "version": "1.0.0", - "changes": [ - { - "note": "Added migrations for 0x Protocol v2" - } - ] - }, - { - "timestamp": 1531919263, - "version": "0.0.10", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1531149657, - "version": "0.0.9", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1529397769, - "version": "0.0.8", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1527008794, - "version": "0.0.7", - "changes": [ - { - "note": "Use AssetProxyOwner instead of MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress", - "pr": 675 - } - ] - }, - { - "timestamp": 1527008794, - "version": "0.0.6", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1525477860, - "version": "0.0.5", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1525428773, - "version": "0.0.4", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { - "timestamp": 1524073495, - "version": "0.0.3", - "changes": [ - { - "note": "Dependencies updated" - } - ] - } -] |