Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans 2020-02-06 21:24:05 +10:00
parent befc22d718
commit 0e1b08ff54
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
83 changed files with 1095 additions and 589 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "3.1.2", "version": "3.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.3 - _February 6, 2020_
* Dependencies updated
## v3.1.2 - _February 4, 2020_ ## v3.1.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.0", "version": "1.0.0",
"changes": [ "changes": [

View File

@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v1.0.1 - _February 6, 2020_
* Dependencies updated
## v1.0.0 - _Invalid date_
* Created package (#2455)

View File

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

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 6, 2020_
* Dependencies updated
## v3.0.5 - _February 4, 2020_ ## v3.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "1.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "1.0.5", "version": "1.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.6 - _February 6, 2020_
* Dependencies updated
## v1.0.5 - _February 4, 2020_ ## v1.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "2.0.5", "version": "2.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.6 - _February 6, 2020_
* Dependencies updated
## v2.0.5 - _February 4, 2020_ ## v2.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "1.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.2.0", "version": "1.2.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.2.1 - _February 6, 2020_
* Dependencies updated
## v1.2.0 - _February 4, 2020_ ## v1.2.0 - _February 4, 2020_
* Make source IDs static on all networks, not inherited from `DeploymentConstants`. (#2459) * Make source IDs static on all networks, not inherited from `DeploymentConstants`. (#2459)

View File

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

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 6, 2020_
* Dependencies updated
## v3.0.5 - _February 4, 2020_ ## v3.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

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

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 6, 2020_
* Dependencies updated
## v3.0.5 - _February 4, 2020_ ## v3.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Refactor, moved LibAssetDataTransfer and MixinWeth(Utils) to extensions", "note": "Refactor, moved LibAssetDataTransfer and MixinWeth(Utils) to extensions",
"pr": 2455 "pr": 2455
} }
] ],
"timestamp": 1580988106
}, },
{ {
"timestamp": 1580811564, "timestamp": 1580811564,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _February 6, 2020_
* Refactor, moved LibAssetDataTransfer and MixinWeth(Utils) to extensions (#2455)
## v4.0.5 - _February 4, 2020_ ## v4.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Moved LibAssetDataTransfer here from forwarder", "note": "Moved LibAssetDataTransfer here from forwarder",
"pr": 2455 "pr": 2455
} }
] ],
"timestamp": 1580988106
}, },
{ {
"timestamp": 1580811564, "timestamp": 1580811564,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.2.0 - _February 6, 2020_
* Moved LibAssetDataTransfer here from forwarder (#2455)
## v4.1.1 - _February 4, 2020_ ## v4.1.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "3.1.1", "version": "3.1.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.2 - _February 6, 2020_
* Dependencies updated
## v3.1.1 - _February 4, 2020_ ## v3.1.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer", "note": "New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer",
"pr": 2455 "pr": 2455
} }
] ],
"timestamp": 1580988106
}, },
{ {
"timestamp": 1580811564, "timestamp": 1580811564,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.0 - _February 6, 2020_
* New year, new me: remove everything, add MixinWethUtils and LibAssetDataTransfer (#2455)
## v5.1.4 - _February 4, 2020_ ## v5.1.4 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "2.2.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "2.2.2", "version": "2.2.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.3 - _February 6, 2020_
* Dependencies updated
## v2.2.2 - _February 4, 2020_ ## v2.2.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "4.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "4.0.5", "version": "4.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.6 - _February 6, 2020_
* Dependencies updated
## v4.0.5 - _February 4, 2020_ ## v4.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "2.0.5", "version": "2.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.6 - _February 6, 2020_
* Dependencies updated
## v2.0.5 - _February 4, 2020_ ## v2.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "5.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "5.1.2", "version": "5.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.3 - _February 6, 2020_
* Dependencies updated
## v5.1.2 - _February 4, 2020_ ## v5.1.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "4.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "4.2.0", "version": "4.2.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.2.1 - _February 6, 2020_
* Dependencies updated
## v4.2.0 - _February 4, 2020_ ## v4.2.0 - _February 4, 2020_
* Update kovan addresses in `DeploymentConstants` (#2459) * Update kovan addresses in `DeploymentConstants` (#2459)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "9.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "9.0.6", "version": "9.0.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v9.0.7 - _February 6, 2020_
* Dependencies updated
## v9.0.6 - _February 4, 2020_ ## v9.0.6 - _February 4, 2020_
* Dependencies updated * Dependencies updated

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.2 - _February 6, 2020_
* Dependencies updated
## v5.1.1 - _February 4, 2020_ ## v5.1.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1579682890, "timestamp": 1579682890,
"version": "3.0.4", "version": "3.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.5 - _February 6, 2020_
* Dependencies updated
## v3.0.4 - _January 22, 2020_ ## v3.0.4 - _January 22, 2020_
* Dependencies updated * Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Bump sampler gas limit to 60e6", "note": "Bump sampler gas limit to 60e6",
"pr": 2471 "pr": 2471
} }
] ],
"timestamp": 1580988106
}, },
{ {
"version": "4.1.0", "version": "4.1.0",

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.1 - _February 6, 2020_
* Fix bug with liquidity source breakdown (#2472)
* Prune orders before creating a dummy order for the Sampler (#2470)
* Bump sampler gas limit to 60e6 (#2471)
## v4.1.0 - _February 4, 2020_ ## v4.1.0 - _February 4, 2020_
* Allow contract addresses to be passed as optional constructor ags instead of hardcoding (#2461) * Allow contract addresses to be passed as optional constructor ags instead of hardcoding (#2461)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "6.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "6.1.1", "version": "6.1.1",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.1.2 - _February 6, 2020_
* Dependencies updated
## v6.1.1 - _February 4, 2020_ ## v6.1.1 - _February 4, 2020_
* Throw Error when revert is StringRevertError (#2453) * Throw Error when revert is StringRevertError (#2453)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "6.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1579682890, "timestamp": 1579682890,
"version": "6.0.4", "version": "6.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.5 - _February 6, 2020_
* Dependencies updated
## v6.0.4 - _January 22, 2020_ ## v6.0.4 - _January 22, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.4.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.4.0", "version": "3.4.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.4.1 - _February 6, 2020_
* Dependencies updated
## v3.4.0 - _January 22, 2020_ ## v3.4.0 - _January 22, 2020_
* Update `DevUtils` artifact (#2436) * Update `DevUtils` artifact (#2436)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "13.4.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "13.4.1", "version": "13.4.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.4.2 - _February 6, 2020_
* Dependencies updated
## v13.4.1 - _February 4, 2020_ ## v13.4.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "2.0.5", "version": "2.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.6 - _February 6, 2020_
* Dependencies updated
## v2.0.5 - _February 4, 2020_ ## v2.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "3.1.2", "version": "3.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.3 - _February 6, 2020_
* Dependencies updated
## v3.1.2 - _February 4, 2020_ ## v3.1.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "5.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1579682890, "timestamp": 1579682890,
"version": "5.0.4", "version": "5.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.0.5 - _February 6, 2020_
* Dependencies updated
## v5.0.4 - _January 22, 2020_ ## v5.0.4 - _January 22, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "6.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "6.0.1", "version": "6.0.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.2 - _February 6, 2020_
* Dependencies updated
## v6.0.1 - _February 4, 2020_ ## v6.0.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "10.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "10.1.2", "version": "10.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v10.1.3 - _February 6, 2020_
* Dependencies updated
## v10.1.2 - _February 4, 2020_ ## v10.1.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "2.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "2.1.1", "version": "2.1.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.2 - _February 6, 2020_
* Dependencies updated
## v2.1.1 - _February 4, 2020_ ## v2.1.1 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "4.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "4.0.5", "version": "4.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.6 - _February 6, 2020_
* Dependencies updated
## v4.0.5 - _February 4, 2020_ ## v4.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "4.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "4.0.5", "version": "4.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.6 - _February 6, 2020_
* Dependencies updated
## v4.0.5 - _February 4, 2020_ ## v4.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "3.1.2", "version": "3.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.3 - _February 6, 2020_
* Dependencies updated
## v3.1.2 - _February 4, 2020_ ## v3.1.2 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "4.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "4.0.5", "version": "4.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.6 - _February 6, 2020_
* Dependencies updated
## v4.0.5 - _February 4, 2020_ ## v4.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

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

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.6 - _February 6, 2020_
* Dependencies updated
## v3.0.5 - _February 4, 2020_ ## v3.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "7.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "7.0.5", "version": "7.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.6 - _February 6, 2020_
* Dependencies updated
## v7.0.5 - _February 4, 2020_ ## v7.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "3.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1579682890, "timestamp": 1579682890,
"version": "3.0.4", "version": "3.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.5 - _February 6, 2020_
* Dependencies updated
## v3.0.4 - _January 22, 2020_ ## v3.0.4 - _January 22, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "6.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1580811564, "timestamp": 1580811564,
"version": "6.0.5", "version": "6.0.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.6 - _February 6, 2020_
* Dependencies updated
## v6.0.5 - _February 4, 2020_ ## v6.0.5 - _February 4, 2020_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Moved LibAssetDataTransfer revert errors into their own file", "note": "Moved LibAssetDataTransfer revert errors into their own file",
"pr": 2455 "pr": 2455
} }
] ],
"timestamp": 1580988106
}, },
{ {
"version": "5.2.0", "version": "5.2.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.3.0 - _February 6, 2020_
* Added Broker, MixinWethUtils revert errors (#2455)
* Moved LibAssetDataTransfer revert errors into their own file (#2455)
## v5.2.0 - _January 22, 2020_ ## v5.2.0 - _January 22, 2020_
* Allow for strict decoding of return values. (#2433) * Allow for strict decoding of return values. (#2433)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1580988106,
"version": "7.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1579682890, "timestamp": 1579682890,
"version": "7.0.4", "version": "7.0.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.5 - _February 6, 2020_
* Dependencies updated
## v7.0.4 - _January 22, 2020_ ## v7.0.4 - _January 22, 2020_
* Dependencies updated * Dependencies updated