Skip to content

Commit

Permalink
docs(amm): roll v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 4, 2022
1 parent abfaa13 commit 7cfdc4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions packages/amm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.8.2] - 2022-03-04

### Changed

- Upgrade to `@hifi/protocol` v1.8.2.

## [1.8.1] - 2022-03-04

### Changed
Expand Down Expand Up @@ -154,6 +160,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- First release of the package.

[1.8.2]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected]
[1.8.1]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected]
[1.8.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected]
[1.7.1]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions packages/amm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/amm",
"description": "Dedicated AMM for market-making hTokens",
"version": "1.8.1",
"version": "1.8.2",
"author": {
"name": "Hifi",
"email": "[email protected]",
Expand All @@ -14,7 +14,7 @@
"@ethersproject/abi": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@hifi/protocol": "1.8.1",
"@hifi/protocol": "1.8.2",
"@openzeppelin/contracts-upgradeable": "4.5.2",
"@paulrberg/contracts": "3.7.0",
"ethers": "^5.5.4",
Expand Down Expand Up @@ -87,7 +87,7 @@
],
"license": "LGPL-3.0-or-later",
"peerDependencies": {
"@hifi/protocol": "1.8.1",
"@hifi/protocol": "1.8.2",
"@paulrberg/contracts": "3.7.0",
"ethers": "^5.5.4",
"prb-math": "2.4.3"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ __metadata:
"@hifi/constants": "workspace:*"
"@hifi/errors": "workspace:*"
"@hifi/helpers": "workspace:*"
"@hifi/protocol": 1.8.1
"@hifi/protocol": 1.8.2
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-etherscan": ^3.0.1
"@nomiclabs/hardhat-waffle": ^2.0.2
Expand Down Expand Up @@ -1474,7 +1474,7 @@ __metadata:
typechain: ^7.0.0
typescript: ^4.5.5
peerDependencies:
"@hifi/protocol": 1.8.1
"@hifi/protocol": 1.8.2
"@paulrberg/contracts": 3.7.0
ethers: ^5.5.4
prb-math: 2.4.3
Expand Down Expand Up @@ -1610,9 +1610,9 @@ __metadata:
languageName: node
linkType: hard

"@hifi/protocol@npm:1.8.1":
version: 1.8.1
resolution: "@hifi/protocol@npm:1.8.1"
"@hifi/protocol@npm:1.8.2":
version: 1.8.2
resolution: "@hifi/protocol@npm:1.8.2"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/bytes": ^5.5.0
Expand All @@ -1626,7 +1626,7 @@ __metadata:
"@paulrberg/contracts": 3.7.0
ethers: ^5.4.7
prb-math: 2.4.3
checksum: 09b220b7f21c134fe994419335b1ebec0bb95efe8caa9ef183bcfbf5cec9dfd4d5cb633ea34a178d6e800553be2dc36829a1f4d3c5c5027b2bec60c7b1a98ee9
checksum: 450482c2490879bbf65f7fdc6aa862fc0ea03413cea9c576e0f91dcc80606f773fd2b46d27f3a1e1e77cfe05afbc6eb3a3ce46f820f5ba369db0d2bd852ba7ae
languageName: node
linkType: hard

Expand Down

0 comments on commit 7cfdc4c

Please sign in to comment.