Skip to content

Commit

Permalink
chore(ethers-v5): release @matterlabs/hardhat-zksync-upgradable 0.5.2 (
Browse files Browse the repository at this point in the history
…#1273)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 4, 2024
1 parent 068e0e0 commit 7650bd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/hardhat-zksync-deploy": "0.11.0",
"packages/hardhat-zksync-upgradable": "0.5.1",
"packages/hardhat-zksync-upgradable": "0.5.2",
"packages/hardhat-zksync": "0.2.0"
}
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-upgradable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @matterlabs/hardhat-zksync-upgradable

## [0.5.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v0.5.1...@matterlabs/hardhat-zksync-upgradable-v0.5.2) (2024-08-04)


### Bug Fixes

* use openzepplin/contracts as alias and remove unvalid peer dependencies ([068e0e0](https://github.com/matter-labs/hardhat-zksync/commit/068e0e0c265fb3b4853727553b72c3be77dd75d8))

## [0.5.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v0.5.0...@matterlabs/hardhat-zksync-upgradable-v0.5.1) (2024-06-27)


Expand Down
5 changes: 2 additions & 3 deletions packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-upgradable",
"version": "0.5.1",
"version": "0.5.2",
"description": "Hardhat plugin to deploy and update upgradable smart contracts for the zkSync network",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-upgradable",
Expand Down Expand Up @@ -69,8 +69,7 @@
"typescript": "^5.3.0",
"c8": "^9.0.1"
},
"peerDependencies": {
},
"peerDependencies": {},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
Expand Down

0 comments on commit 7650bd1

Please sign in to comment.