Skip to content

Commit

Permalink
chore(main): Revert release @matterlabs/hardhat-zksync-verify 1.6.0 (#…
Browse files Browse the repository at this point in the history
…1238)

* chore(main): release @matterlabs/hardhat-zksync-verify 1.7.0

* Update manifest.json

* Update CHANGELOG.md

* Update package.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marko Arambasic <131957563+kiriyaga-txfusion@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kiriyaga-txfusion authored Jul 15, 2024
1 parent 0f73d14 commit 442e714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"packages/hardhat-zksync-solc": "1.2.1",
"packages/hardhat-zksync-upgradable": "1.5.1",
"packages/hardhat-zksync-vyper": "1.0.8",
"packages/hardhat-zksync-verify": "1.6.0",
"packages/hardhat-zksync-verify": "1.5.0",
"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"
}
}
13 changes: 0 additions & 13 deletions packages/hardhat-zksync-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# @matterlabs/hardhat-zksync-verify

## [1.6.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-v1.5.0...@matterlabs/hardhat-zksync-verify-v1.6.0) (2024-07-15)


### Features

* allow passing through the query params on verifyURL ([#1207](https://github.com/matter-labs/hardhat-zksync/issues/1207)) ([9869329](https://github.com/matter-labs/hardhat-zksync/commit/9869329770bf1e458f54f3e7ced4fcab8eab84b5))


### Bug Fixes

* compiler path issue with compiler breakable changes ([#1212](https://github.com/matter-labs/hardhat-zksync/issues/1212)) ([c4231d9](https://github.com/matter-labs/hardhat-zksync/commit/c4231d922421887af60e6ebcec755ce6856292e6))
* move hardhat dependency to dev dependencies ([#1188](https://github.com/matter-labs/hardhat-zksync/issues/1188)) ([98ed333](https://github.com/matter-labs/hardhat-zksync/commit/98ed3337c841fdbfed5d356388429ff7a28c1adb))

## [1.5.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-v1.4.3...@matterlabs/hardhat-zksync-verify-v1.5.0) (2024-06-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-verify",
"version": "1.6.0",
"version": "1.5.0",
"description": "Hardhat plugin to verify 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",
Expand Down Expand Up @@ -79,4 +79,4 @@
"singleQuote": true,
"bracketSpacing": true
}
}
}

0 comments on commit 442e714

Please sign in to comment.