Update all contract CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-01-22 18:06:26 -08:00
parent fe1ef930ad
commit f81149ac2b
9 changed files with 73 additions and 274 deletions

View File

@ -1,64 +1,10 @@
[ [
{ {
"version": "3.0.0", "version": "1.0.0",
"changes": [ "changes": [
{ {
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Move all AssetProxy contracts out of contracts-protocol to new package",
"pr": 1517 "pr": 1539
}
]
},
{
"timestamp": 1547747677,
"version": "2.2.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547561734,
"version": "2.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547225310,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.0",
"changes": [
{
"note": "Added LibAddressArray",
"pr": 1383
},
{
"note": "Add validation and comments to MultiAssetProxy",
"pr": 1455
},
{
"note": "Move OrderValidator to extensions",
"pr": 1464
}
],
"timestamp": 1547040760
},
{
"timestamp": 1544741676,
"version": "2.1.59",
"changes": [
{
"note": "Dependencies updated"
} }
] ]
} }

View File

@ -1,55 +1,10 @@
[ [
{ {
"version": "2.0.0", "version": "1.0.0",
"changes": [ "changes": [
{ {
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Move all ERC20 contracts out of contracts-tokens to new package",
"pr": 1517 "pr": 1539
}
]
},
{
"timestamp": 1547747677,
"version": "1.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547561734,
"version": "1.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547225310,
"version": "1.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547040760,
"version": "1.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1544741676,
"version": "1.0.2",
"changes": [
{
"note": "Dependencies updated"
} }
] ]
} }

View File

@ -1,55 +1,10 @@
[ [
{ {
"version": "2.0.0", "version": "1.0.0",
"changes": [ "changes": [
{ {
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Move all ERC721 contracts out of contracts-tokens to new package",
"pr": 1517 "pr": 1539
}
]
},
{
"timestamp": 1547747677,
"version": "1.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547561734,
"version": "1.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547225310,
"version": "1.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547040760,
"version": "1.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1544741676,
"version": "1.0.2",
"changes": [
{
"note": "Dependencies updated"
} }
] ]
} }

View File

@ -1,73 +1,10 @@
[ [
{ {
"version": "2.0.0", "version": "1.0.0",
"changes": [ "changes": [
{ {
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Move Forwarder contract out of contracts-extensions into new package",
"pr": 1517 "pr": 1539
}
]
},
{
"timestamp": 1547747677,
"version": "1.2.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547561734,
"version": "1.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547225310,
"version": "1.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.2.0",
"changes": [
{
"note": "Added Dutch Auction Wrapper",
"pr": 1465
}
],
"timestamp": 1547040760
},
{
"version": "1.1.0",
"changes": [
{
"note": "Added Balance Threshold Filter",
"pr": 1383
},
{
"note": "Add OrderMatcher",
"pr": 1117
},
{
"note": "Add OrderValidator",
"pr": 1464
}
]
},
{
"timestamp": 1544741676,
"version": "1.0.2",
"changes": [
{
"note": "Dependencies updated"
} }
] ]
} }

View File

@ -1,4 +1,17 @@
[ [
{
"version": "3.0.0",
"changes": [
{
"note": "Rename contracts-libs to contracts-exchange-libs",
"pr": 1539
},
{
"note": "Move LibAddressArray contract to contracts-utils",
"pr": 1539
}
]
},
{ {
"version": "2.0.0", "version": "2.0.0",
"changes": [ "changes": [

View File

@ -1,64 +1,14 @@
[ [
{ {
"version": "3.0.0", "version": "1.0.0",
"changes": [ "changes": [
{ {
"note": "Upgrade the bignumber.js to v8.0.2", "note": "Move Exchange contract out of contracts-protocol to new package",
"pr": 1517 "pr": 1539
}
]
},
{
"timestamp": 1547747677,
"version": "2.2.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547561734,
"version": "2.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1547225310,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.0",
"changes": [
{
"note": "Added LibAddressArray",
"pr": 1383
}, },
{ {
"note": "Add validation and comments to MultiAssetProxy", "note": "Move example contracts out of contracts-examples to new package",
"pr": 1455 "pr": 1539
},
{
"note": "Move OrderValidator to extensions",
"pr": 1464
}
],
"timestamp": 1547040760
},
{
"timestamp": 1544741676,
"version": "2.1.59",
"changes": [
{
"note": "Dependencies updated"
} }
] ]
} }

View File

@ -1,4 +1,17 @@
[ [
{
"version": "3.0.0",
"changes": [
{
"note": "Move Forwarder contract into new package",
"pr": 1539
},
{
"note": "Nest extensions under src directory",
"pr": 1539
}
]
},
{ {
"version": "2.0.0", "version": "2.0.0",
"changes": [ "changes": [

View File

@ -1,4 +1,17 @@
[ [
{
"version": "3.0.0",
"changes": [
{
"note": "Add AssetProxyOwner contract",
"pr": 1539
},
{
"note": "Rename multisig directory to src",
"pr": 1539
}
]
},
{ {
"version": "2.0.0", "version": "2.0.0",
"changes": [ "changes": [

View File

@ -1,4 +1,21 @@
[ [
{
"version": "3.0.0",
"changes": [
{
"note": "Add LibAddressArray contract",
"pr": 1539
},
{
"note": "Do not nest contracts in redundant directories",
"pr": 1539
},
{
"note": "Rename utils directory to src",
"pr": 1539
}
]
},
{ {
"version": "2.0.0", "version": "2.0.0",
"changes": [ "changes": [