Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-solc 1.2.2 (#1293)
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 Aug 15, 2024
1 parent fcbcd1f commit 18dbd04
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,6 +1,6 @@
{
"packages/hardhat-zksync-deploy": "1.5.0",
"packages/hardhat-zksync-solc": "1.2.1",
"packages/hardhat-zksync-solc": "1.2.2",
"packages/hardhat-zksync-upgradable": "1.5.2",
"packages/hardhat-zksync-vyper": "1.0.8",
"packages/hardhat-zksync-verify": "1.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @matterlabs/hardhat-zksync-solc

## [1.2.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-solc-v1.2.1...@matterlabs/hardhat-zksync-solc-v1.2.2) (2024-08-15)


### Bug Fixes

* introduce forceContrectsToCompile to ensure that contracts not present in the source path are compiled ([#1290](https://github.com/matter-labs/hardhat-zksync/issues/1290)) ([fcbcd1f](https://github.com/matter-labs/hardhat-zksync/commit/fcbcd1f56fd66be02af8fd60358656327521093e))

## [1.2.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-solc-v1.2.0...@matterlabs/hardhat-zksync-solc-v1.2.1) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-solc",
"version": "1.2.1",
"version": "1.2.2",
"description": "Hardhat plugin to compile 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-solc",
Expand Down

0 comments on commit 18dbd04

Please sign in to comment.