From 1a847195a4eeee9598d930e29fa58791fc240e36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:08:57 +0200 Subject: [PATCH] chore(main): release @matterlabs/hardhat-zksync-solc 1.2.3 (#1344) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- packages/hardhat-zksync-solc/CHANGELOG.md | 7 +++++++ packages/hardhat-zksync-solc/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9602ca23..3b828436 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,6 +1,6 @@ { "packages/hardhat-zksync-deploy": "1.5.0", - "packages/hardhat-zksync-solc": "1.2.2", + "packages/hardhat-zksync-solc": "1.2.3", "packages/hardhat-zksync-upgradable": "1.5.2", "packages/hardhat-zksync-vyper": "1.0.8", "packages/hardhat-zksync-verify": "1.6.0", diff --git a/packages/hardhat-zksync-solc/CHANGELOG.md b/packages/hardhat-zksync-solc/CHANGELOG.md index 2e57d693..84fd9491 100644 --- a/packages/hardhat-zksync-solc/CHANGELOG.md +++ b/packages/hardhat-zksync-solc/CHANGELOG.md @@ -1,5 +1,12 @@ # @matterlabs/hardhat-zksync-solc +## [1.2.3](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-solc-v1.2.2...@matterlabs/hardhat-zksync-solc-v1.2.3) (2024-08-26) + + +### Bug Fixes + +* make compilationJobs argument optional at TASK_COMPILE_SOLIDITY_GET_SOLC_BUILD subtask ([#1322](https://github.com/matter-labs/hardhat-zksync/issues/1322)) ([6877903](https://github.com/matter-labs/hardhat-zksync/commit/68779035a5f611593331f6063a9d7f8b8f07a899)) + ## [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) diff --git a/packages/hardhat-zksync-solc/package.json b/packages/hardhat-zksync-solc/package.json index c3c8bd94..9ba27586 100644 --- a/packages/hardhat-zksync-solc/package.json +++ b/packages/hardhat-zksync-solc/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/hardhat-zksync-solc", - "version": "1.2.2", + "version": "1.2.3", "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",