From 96aab83c78273e85962c4c8b2908fccd0c718f7f Mon Sep 17 00:00:00 2001 From: scorpion9979 Date: Fri, 6 May 2022 23:22:58 +0300 Subject: [PATCH] docs(proxy-target): roll v1.9.0 docs(proxy-target): fix typo in CHANGELOG --- packages/proxy-target/CHANGELOG.md | 16 +++++++++++++++- packages/proxy-target/package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/proxy-target/CHANGELOG.md b/packages/proxy-target/CHANGELOG.md index 206d4266..bf9a6fb1 100644 --- a/packages/proxy-target/CHANGELOG.md +++ b/packages/proxy-target/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.0] - 2022-05-06 + +### Changed + +- Replace `depositUnderlyingAndBorrowHTokenAndAddLiquidity` function with `depositUnderlyingAndMintHTokenAndAddLiquidity` function. +- Replace `removeLiquidityAndRepayBorrowAndWithdrawCollateral` function with `removeLiquidityAndWithdrawUnderlying` function. +- Upgrade to `solidity-docgen` v0.6.0-beta.8. + +### Fixed + +- `underlyingRedeemed` calculations in `removeLiquidityAndRedeem` function. +- Add missing remaining hToken relay logic in `removeLiquidityAndRedeem` function. + ## [1.8.0] - 2022-03-29 ### Changed @@ -11,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Refactor the directory trees in the generated types. - Refactor the ethers factories as per the latest typechain output. - Upgrade to the latest ethers packages. -- Upgrade to `@hifi/amm` v1.10.1. +- Upgrade to `@hifi/amm` v1.10.0. - Upgrade to `@hifi/protocol` v1.10.0. ### Removed @@ -175,6 +188,7 @@ YANKED. - First release of the package. +[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.8.0...@hifi/proxy-target@1.9.0 [1.8.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.7.1...@hifi/proxy-target@1.8.0 [1.7.1]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.7.0...@hifi/proxy-target@1.7.1 [1.7.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.6.1...@hifi/proxy-target@1.7.0 diff --git a/packages/proxy-target/package.json b/packages/proxy-target/package.json index e3924b14..f4e64e0f 100644 --- a/packages/proxy-target/package.json +++ b/packages/proxy-target/package.json @@ -1,7 +1,7 @@ { "name": "@hifi/proxy-target", "description": "DSProxy target contract with stateless scripts", - "version": "1.8.0", + "version": "1.9.0", "author": { "name": "Hifi", "email": "contact@hifi.finance",