Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2022-05-19 00:21:47 +00:00
parent 0233f00b4e
commit 2c44b06b7b
20 changed files with 105 additions and 4 deletions

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "3.3.30",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "3.3.29",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.3.30 - _May 19, 2022_
* Dependencies updated
## v3.3.29 - _April 22, 2022_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "5.4.21",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "5.4.20",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.4.21 - _May 19, 2022_
* Dependencies updated
## v5.4.20 - _April 22, 2022_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "1.4.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "1.4.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.4.13 - _May 19, 2022_
* Dependencies updated
## v1.4.12 - _April 22, 2022_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "4.8.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "4.8.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.8.11 - _May 19, 2022_
* Dependencies updated
## v4.8.10 - _April 22, 2022_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add support for GMX and Platypus to bridge adapter",
"pr": 478
}
]
],
"timestamp": 1652919697
},
{
"version": "0.32.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.33.0 - _May 19, 2022_
* Add support for GMX and Platypus to bridge adapter (#478)
## v0.32.0 - _April 22, 2022_
* Add support for `BalancerV2Batch` fills in FQT (#462)

View File

@ -18,7 +18,8 @@
"note": "Fix KyberDMM gas underestimation",
"pr": 479
}
]
],
"timestamp": 1652919697
},
{
"version": "16.59.0",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v16.60.0 - _May 19, 2022_
* Add BiSwap on BSC (#467)
* Add GMX and Platypus on Avalanche and Enable KyberDMM on bsc (#478)
* Add Yoshi Exchange support in Fantom (#473)
* Fix KyberDMM gas underestimation (#479)
## v16.59.0 - _May 13, 2022_
* Remove SnowSwap on mainnet (#468)

View File

@ -5,7 +5,8 @@
{
"note": "Redeploy FQT on Avalanche and BSC"
}
]
],
"timestamp": 1652919697
},
{
"version": "6.13.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.14.0 - _May 19, 2022_
* Redeploy FQT on Avalanche and BSC
## v6.13.0 - _April 22, 2022_
* Redeploy FQT on mainnet and polygon (#462)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "13.20.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "13.20.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.20.2 - _May 19, 2022_
* Dependencies updated
## v13.20.1 - _April 22, 2022_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1652919697,
"version": "8.1.19",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1650611093,
"version": "8.1.18",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.1.19 - _May 19, 2022_
* Dependencies updated
## v8.1.18 - _April 22, 2022_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Added Support for GMX and Platypus on Avalanche",
"pr": 478
}
]
],
"timestamp": 1652919697
},
{
"version": "11.12.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v11.13.0 - _May 19, 2022_
* Added Support for GMX and Platypus on Avalanche (#478)
## v11.12.0 - _April 22, 2022_
* Add `BalancerV2Batch` to `BridgeProtocol` enum (#462)