Skip to content

Commit

Permalink
docs(amm): roll v1.9.1
Browse files Browse the repository at this point in the history
fix(amm): peer dep version of "@hifi/protocol"
  • Loading branch information
PaulRBerg committed Mar 16, 2022
1 parent 5b75a87 commit d4b5f61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.9.1] - 2022-03-16

### Fixed

- Fix peer dependency version of `@hifi/protocol`.

## [1.9.0] - 2022-03-16

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

- First release of the package.

[1.9.1]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.9.0...@hifi/amm@1.9.1
[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.8.2...@hifi/amm@1.9.0
[1.8.2]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.8.1...@hifi/amm@1.8.2
[1.8.1]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.8.0...@hifi/amm@1.8.1
Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "1.9.1",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down Expand Up @@ -87,7 +87,7 @@
],
"license": "BUSL-1.1",
"peerDependencies": {
"@hifi/protocol": "workspace:*",
"@hifi/protocol": "1.9.0",
"@prb/contracts": "3.8.0",
"@prb/math": "2.5.0",
"ethers": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ __metadata:
typechain: ^7.0.0
typescript: ^4.5.5
peerDependencies:
"@hifi/protocol": "workspace:*"
"@hifi/protocol": 1.9.0
"@prb/contracts": 3.8.0
"@prb/math": 2.5.0
ethers: ^5.5.4
Expand Down

0 comments on commit d4b5f61

Please sign in to comment.