From e68555cfd0d4970ce9d3fcaf49ad16e4293bd2cf Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 25 Oct 2021 13:40:25 +0100 Subject: [PATCH] docs(proxy-target): roll v1.6.1 build(proxy-target): upgrade to "@hifi/amm" v1.7.1 build(proxy-target): upgrade to "@hifi/protocol" v1.7.1 --- packages/proxy-target/CHANGELOG.md | 12 +++++++++ packages/proxy-target/package.json | 10 ++++---- yarn.lock | 40 ++++++++---------------------- 3 files changed, 27 insertions(+), 35 deletions(-) diff --git a/packages/proxy-target/CHANGELOG.md b/packages/proxy-target/CHANGELOG.md index 6908d39d..434289ea 100644 --- a/packages/proxy-target/CHANGELOG.md +++ b/packages/proxy-target/CHANGELOG.md @@ -4,6 +4,17 @@ 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.6.1] - 2021-10-25 + +### Changed + +- Upgrade to `@hifi/amm` v1.7.1. +- Upgrade to `@hifi/protocol` v1.7.1. + +### Fixed + +- Transfer correct amount of hToken dust in `buyHTokenAndAddLiquidity` function. + ## [1.6.0] - 2021-10-20 ### Changed @@ -122,6 +133,7 @@ YANKED. - First release of the package. +[1.6.1]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.6.0...@hifi/proxy-target@1.6.1 [1.6.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.5.0...@hifi/proxy-target@1.6.0 [1.5.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.4.0...@hifi/proxy-target@1.5.0 [1.4.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.3.1...@hifi/proxy-target@1.4.0 diff --git a/packages/proxy-target/package.json b/packages/proxy-target/package.json index 0723cd7f..9a1c7de2 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.6.0", + "version": "1.6.1", "author": { "name": "Hifi", "email": "contact@hifi.finance", @@ -14,8 +14,8 @@ "@ethersproject/abi": "^5.5.0", "@ethersproject/bytes": "^5.5.0", "@ethersproject/providers": "^5.5.0", - "@hifi/amm": "1.7.0", - "@hifi/protocol": "1.7.0", + "@hifi/amm": "1.7.1", + "@hifi/protocol": "1.7.1", "@paulrberg/contracts": "3.6.1", "ethers": "^5.5.1" }, @@ -64,8 +64,8 @@ ], "license": "LGPL-3.0-or-later", "peerDependencies": { - "@hifi/amm": "1.7.0", - "@hifi/protocol": "1.7.0", + "@hifi/amm": "1.7.1", + "@hifi/protocol": "1.7.1", "@paulrberg/contracts": "3.6.1", "ethers": "^5.5.1" }, diff --git a/yarn.lock b/yarn.lock index c0b7039a..3b0eea4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1309,23 +1309,23 @@ __metadata: languageName: node linkType: hard -"@hifi/amm@npm:1.7.0": - version: 1.7.0 - resolution: "@hifi/amm@npm:1.7.0" +"@hifi/amm@npm:1.7.1": + version: 1.7.1 + resolution: "@hifi/amm@npm:1.7.1" dependencies: "@ethersproject/abi": ^5.5.0 "@ethersproject/bytes": ^5.5.0 "@ethersproject/providers": ^5.5.0 - "@hifi/protocol": 1.7.0 + "@hifi/protocol": 1.7.1 "@paulrberg/contracts": 3.6.1 ethers: ^5.5.1 prb-math: 2.4.0 peerDependencies: - "@hifi/protocol": 1.7.0 + "@hifi/protocol": 1.7.1 "@paulrberg/contracts": 3.6.1 ethers: ^5.5.1 prb-math: 2.4.0 - checksum: fb03a273e6c684d378d998ae1a42f9afac69b6feb7f54c305480614cbfbf71a377e2291fb15cdb3d7bd830660bf8a2fe5c016517e991bb41fc1970f9bd98d4f3 + checksum: 985a8b243165c8906c3af3caa67d0a7c5a9cb34b366d48bb26663de636e0e2c6821e0cadf48d9ae341c72e52d4e689a121b712f1aacf47a1faea51a9a749417e languageName: node linkType: hard @@ -1500,26 +1500,6 @@ __metadata: languageName: unknown linkType: soft -"@hifi/protocol@npm:1.7.0": - version: 1.7.0 - resolution: "@hifi/protocol@npm:1.7.0" - dependencies: - "@ethersproject/abi": ^5.5.0 - "@ethersproject/bytes": ^5.5.0 - "@ethersproject/providers": ^5.5.0 - "@openzeppelin/contracts-upgradeable": 4.3.2 - "@paulrberg/contracts": 3.6.1 - ethers: ^5.5.1 - prb-math: 2.4.0 - peerDependencies: - "@openzeppelin/contracts-upgradeable": 4.3.2 - "@paulrberg/contracts": 3.6.1 - ethers: ^5.4.7 - prb-math: 2.4.0 - checksum: 0dc1bbc3523ab3e020f716dc0d4c8539898a3fd665ef6be25b2a473e8996471d60b56f181f3798f9f260c9b7620e27a2ab74faf407b2f4960c9ad4c3369a851f - languageName: node - linkType: hard - "@hifi/protocol@npm:1.7.1": version: 1.7.1 resolution: "@hifi/protocol@npm:1.7.1" @@ -1609,9 +1589,9 @@ __metadata: "@ethersproject/abi": ^5.5.0 "@ethersproject/bytes": ^5.5.0 "@ethersproject/providers": ^5.5.0 - "@hifi/amm": 1.7.0 + "@hifi/amm": 1.7.1 "@hifi/helpers": "workspace:*" - "@hifi/protocol": 1.7.0 + "@hifi/protocol": 1.7.1 "@nomiclabs/hardhat-etherscan": ^2.1.6 "@paulrberg/contracts": 3.6.1 "@typechain/ethers-v5": ^7.2.0 @@ -1638,8 +1618,8 @@ __metadata: typechain: ^5.2.0 typescript: ^4.4.4 peerDependencies: - "@hifi/amm": 1.7.0 - "@hifi/protocol": 1.7.0 + "@hifi/amm": 1.7.1 + "@hifi/protocol": 1.7.1 "@paulrberg/contracts": 3.6.1 ethers: ^5.5.1 languageName: unknown