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(beta-ethers-v5): release @matterlabs/hardhat-zksync-upgradable 0.6.0-beta.1 #1319

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
@@ -1,5 +1,5 @@
{
"packages/hardhat-zksync-deploy": "0.11.0-beta.1",
"packages/hardhat-zksync-upgradable": "0.5.2-beta.1",
"packages/hardhat-zksync-upgradable": "0.6.0-beta.1",
"packages/hardhat-zksync": "0.2.0-beta.1"
}
24 changes: 24 additions & 0 deletions packages/hardhat-zksync-upgradable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @matterlabs/hardhat-zksync-upgradable

## [0.6.0-beta.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v0.5.2-beta.1...@matterlabs/hardhat-zksync-upgradable-v0.6.0-beta.1) (2024-08-21)


### Features

* bump hardhat-zksync-deploy and hardhat-zksync-solc dependencies in packages ([#878](https://github.com/matter-labs/hardhat-zksync/issues/878)) ([972ec4f](https://github.com/matter-labs/hardhat-zksync/commit/972ec4f44fca7619182ae3400cf209e50a45905a))
* bump hardhat-zksync-deploy version in the hardhat-zksync-upgradable ([f24a96c](https://github.com/matter-labs/hardhat-zksync/commit/f24a96cd154a59803b8e467918719821572ca529))
* replacing the toolbox plugin with hardhat-zksync and introducin… ([#970](https://github.com/matter-labs/hardhat-zksync/issues/970)) ([286c50d](https://github.com/matter-labs/hardhat-zksync/commit/286c50dc3ea36ff1ca277c07c8cb66200e625fc2))
* switch to the default codegen with zksync solc ([#1176](https://github.com/matter-labs/hardhat-zksync/issues/1176)) ([aaa7c75](https://github.com/matter-labs/hardhat-zksync/commit/aaa7c75a1c8094d52d880f8c14d3e6bdca28b07f))


### Bug Fixes

* add era test node and sepolia to supported networks ([#709](https://github.com/matter-labs/hardhat-zksync/issues/709)) ([415b185](https://github.com/matter-labs/hardhat-zksync/commit/415b185182028d96ddce13a76c718290f2568f62))
* add factory deps for implementation deployment ([#760](https://github.com/matter-labs/hardhat-zksync/issues/760)) ([ee9af05](https://github.com/matter-labs/hardhat-zksync/commit/ee9af05e7f37ef7e14e9e8cda2112306c2af9fb1))
* add no compile flag propagation for ethers-v5 ([#721](https://github.com/matter-labs/hardhat-zksync/issues/721)) ([32c0bf2](https://github.com/matter-labs/hardhat-zksync/commit/32c0bf227d8c3011cc0910e01cb33deba88b4125))
* **docs:** update readme fils ([6fce5bd](https://github.com/matter-labs/hardhat-zksync/commit/6fce5bdd0ebc7d61519b5cc637f962c1390944ea))
* estimateGas support for custom chains ([#1194](https://github.com/matter-labs/hardhat-zksync/issues/1194)) ([ceb9c4f](https://github.com/matter-labs/hardhat-zksync/commit/ceb9c4f1dc0fbb33b42acfa480f7012d86501c40))
* extend deploy and upgrade of proxy with deployment type and salt for ethers-v5 ([#1042](https://github.com/matter-labs/hardhat-zksync/issues/1042)) ([b758926](https://github.com/matter-labs/hardhat-zksync/commit/b758926507e8ade096603ed0db2cb99eaefcc0dd))
* remove hardhat-zksync-deploy import from index.ts ([#875](https://github.com/matter-labs/hardhat-zksync/issues/875)) ([2077ac0](https://github.com/matter-labs/hardhat-zksync/commit/2077ac0e3d6801ddff8d6e072a816458e60087fd))
* set valid fromBlock filter to check creation tx hash from the logs ([#971](https://github.com/matter-labs/hardhat-zksync/issues/971)) ([0126c3e](https://github.com/matter-labs/hardhat-zksync/commit/0126c3ee94ef6503a50bffb0db6a8e1c3ef791fe))
* use hardhat with caret to use single version of hardhat ([#906](https://github.com/matter-labs/hardhat-zksync/issues/906)) ([edead87](https://github.com/matter-labs/hardhat-zksync/commit/edead87ed1f2e0d495918fe8b8a68d0e378b76b0))
* use openzepplin/contracts as alias and remove unvalid peer dependencies ([068e0e0](https://github.com/matter-labs/hardhat-zksync/commit/068e0e0c265fb3b4853727553b72c3be77dd75d8))

## [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)


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": "0.5.2-beta.1",
"version": "0.6.0-beta.1",
"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