Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-upgradable 1.7.0 (#1468)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent ebb668b commit be43a83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/hardhat-zksync-deploy": "1.5.0",
"packages/hardhat-zksync-solc": "1.2.5",
"packages/hardhat-zksync-upgradable": "1.6.0",
"packages/hardhat-zksync-upgradable": "1.7.0",
"packages/hardhat-zksync-vyper": "1.1.0",
"packages/hardhat-zksync-verify": "1.6.0",
"packages/hardhat-zksync": "1.2.0",
Expand Down
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

## [1.7.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.6.0...@matterlabs/hardhat-zksync-upgradable-v1.7.0) (2024-10-01)


### Features

* bump openzeppelin contracts to v5 ([#1463](https://github.com/matter-labs/hardhat-zksync/issues/1463)) ([ebb668b](https://github.com/matter-labs/hardhat-zksync/commit/ebb668b0f88a39f23009d8697bb6d7e534d46928))

## [1.6.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v1.5.2...@matterlabs/hardhat-zksync-upgradable-v1.6.0) (2024-09-16)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.6.0",
"version": "1.7.0",
"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

0 comments on commit be43a83

Please sign in to comment.