Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-verify-vyper 0.1.0-al…
Browse files Browse the repository at this point in the history
…pha.6
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
1 parent 846d869 commit 0ae5e43
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/hardhat-zksync": "1.1.0",
"packages/hardhat-zksync-node": "1.1.1",
"packages/hardhat-zksync-ethers": "1.1.0",
"packages/hardhat-zksync-verify-vyper": "0.0.1-alpha.6"
"packages/hardhat-zksync-verify-vyper": "0.1.0-alpha.6"
}
13 changes: 13 additions & 0 deletions packages/hardhat-zksync-verify-vyper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0-alpha.6](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-vyper-v0.0.1-alpha.6...@matterlabs/hardhat-zksync-verify-vyper-v0.1.0-alpha.6) (2024-08-07)


### Features

* bump ethers, zksync-ethers, hardaht and other dependencies to newer versions ([#1111](https://github.com/matter-labs/hardhat-zksync/issues/1111)) ([a2d503a](https://github.com/matter-labs/hardhat-zksync/commit/a2d503abe3f504859651f22998046576eddf6579))


### Bug Fixes

* remove zksync-ethers dependency ([#877](https://github.com/matter-labs/hardhat-zksync/issues/877)) ([61ab015](https://github.com/matter-labs/hardhat-zksync/commit/61ab015eccd16417ece429d2fb105834700f2046))
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-verify-vyper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-verify-vyper",
"version": "0.0.1-alpha.6",
"version": "0.1.0-alpha.6",
"description": "Hardhat plugin to verify Vyper 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-verify-vyper",
Expand Down Expand Up @@ -39,7 +39,7 @@
"chai": "^4.3.4",
"chalk": "^4.1.2",
"@nomiclabs/hardhat-vyper": "^3.0.6",
"@ethersproject/abi":"^5.7.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0ae5e43

Please sign in to comment.