Skip to content

Commit

Permalink
docs(proxy-target): roll v1.3.1
Browse files Browse the repository at this point in the history
fix(proxy-target): sync peer dep versions
  • Loading branch information
PaulRBerg committed Aug 13, 2021
1 parent 27bdc76 commit 7730f5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/proxy-target/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.3.1] - 2021-08-13

### Fixed

- Sync peer dependency versions of @hifi/amm and @hifi/protocol.

## [1.3.0] - 2021-08-13

### Added
Expand Down
6 changes: 3 additions & 3 deletions packages/proxy-target/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/proxy-target",
"description": "DSProxy target contract with scripts for the Hifi protocol",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down Expand Up @@ -63,8 +63,8 @@
],
"license": "LGPL-3.0-or-later",
"peerDependencies": {
"@hifi/amm": "1.3.0",
"@hifi/protocol": "1.3.0",
"@hifi/amm": "1.4.0",
"@hifi/protocol": "1.4.0",
"@paulrberg/contracts": "3.4.0",
"ethers": "^5.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ __metadata:
typechain: ^5.1.2
typescript: ^4.3.5
peerDependencies:
"@hifi/amm": 1.3.0
"@hifi/protocol": 1.3.0
"@hifi/amm": 1.4.0
"@hifi/protocol": 1.4.0
"@paulrberg/contracts": 3.4.0
ethers: ^5.4.4
languageName: unknown
Expand Down

0 comments on commit 7730f5c

Please sign in to comment.