updated relevant changelogs

This commit is contained in:
Greg Hysen 2018-12-21 17:15:43 -08:00
parent 06139cbfe5
commit 6de3a33f36
11 changed files with 52 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "1.0.2",
"version": "1.2.0",
"engines": {
"node": ">=6.12"
},

View File

@ -1,4 +1,14 @@
[
{
"version": "2.1.0",
"changes": [
{
"note": "Added Dutch Auction Wrapper",
"pr": 1465
}
],
"timestamp": 1542821676
},
{
"version": "2.0.2",
"changes": [

View File

@ -1,4 +1,13 @@
[
{
"version": "2.1.0",
"changes": [
{
"note": "Added entries for Dutch Auction contract",
"pr": 1465
}
]
},
{
"version": "2.0.0",
"changes": [

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-addresses",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"node": ">=6.12"
},

View File

@ -1,4 +1,13 @@
[
{
"version": "1.2.0",
"changes": [
{
"pr": 1465,
"note": "Added artifact for Dutch Auction contract"
}
]
},
{
"version": "1.1.2",
"changes": [

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-artifacts",
"version": "1.1.2",
"version": "1.2.0",
"engines": {
"node": ">=6.12"
},

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "4.1.3",
"version": "4.2.0",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",

View File

@ -1,4 +1,13 @@
[
{
"version": "2.3.0",
"changes": [
{
"note": "Added migrations for Dutch Auction contract",
"pr": 1465
}
]
},
{
"version": "2.2.2",
"changes": [

View File

@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "2.2.2",
"version": "2.3.0",
"engines": {
"node": ">=6.12"
},

View File

@ -1,4 +1,13 @@
[
{
"version": "1.5.0",
"changes": [
{
"note": "Added types for Dutch Auction contract",
"pr": 1465
}
]
},
{
"version": "1.4.1",
"changes": [

View File

@ -1,6 +1,6 @@
{
"name": "@0x/types",
"version": "1.4.1",
"version": "1.5.0",
"engines": {
"node": ">=6.12"
},