Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Oct 28, 2020
1 parent 5c758ee commit c4458bb
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contracts/zero-ex/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
{
"note": "Add support for collecting protocol fees in ETH or WETH",
"pr": 2
},
{
"note": "Update LiquidityProviderFeature to use off-chain registry and sandbox",
"pr": 16
},
{
"note": "Update ILiquidityProvider interface",
"pr": 16
},
{
"note": "Update ProtocolFeeUnfunded event to emit order hash",
"pr": 16
}
]
},
Expand Down
13 changes: 13 additions & 0 deletions packages/asset-swapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "4.9.0",
"changes": [
{
"note": "Add support for LiquidityProvider feature in the swap quote consumer",
"pr": 16
},
{
"note": "Remove support for MultiBridge 😞",
"pr": 16
}
]
},
{
"version": "4.8.1",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/contract-artifacts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "3.9.0",
"changes": [
{
"note": "Update IZeroEx artifact and remove some unused artifacts",
"pr": 16
}
]
},
{
"version": "3.8.0",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "13.10.0",
"changes": [
{
"note": "Update IZeroEx wrapper and remove ILiquidityProviderRegistry wrapper",
"pr": 16
}
]
},
{
"timestamp": 1603851023,
"version": "13.9.2",
Expand Down

0 comments on commit c4458bb

Please sign in to comment.