Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release @matterlabs/hardhat-zksync-verify-vyper 0.1.0-alpha.6 #1526

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0",
"packages/hardhat-zksync-node": "1.2.0",
"packages/hardhat-zksync-ethers": "1.2.1",
"packages/hardhat-zksync-verify-vyper": "0.0.1-alpha.6"
"packages/hardhat-zksync-verify-vyper": "0.1.0-alpha.6"
}
14 changes: 14 additions & 0 deletions packages/hardhat-zksync-verify-vyper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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-11-01)


### 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))
* update links to new doc site ([276740b](https://github.com/matter-labs/hardhat-zksync/commit/276740ba5abf8b5775e135b5653824d6456a7e4f))
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