From 3d0f23654ba8c0a8d287fdeba30fb4f9aab1650b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Dec 2023 08:29:35 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-plums-watch.md | 5 ----- .changeset/dirty-pots-exercise.md | 5 ----- .changeset/odd-cooks-wait.md | 5 ----- .changeset/three-boxes-divide.md | 5 ----- packages/hardhat-core/CHANGELOG.md | 7 +++++++ packages/hardhat-core/package.json | 2 +- packages/hardhat-verify/CHANGELOG.md | 6 ++++++ packages/hardhat-verify/package.json | 2 +- packages/hardhat-viem/CHANGELOG.md | 6 ++++++ packages/hardhat-viem/package.json | 2 +- 10 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 .changeset/bright-plums-watch.md delete mode 100644 .changeset/dirty-pots-exercise.md delete mode 100644 .changeset/odd-cooks-wait.md delete mode 100644 .changeset/three-boxes-divide.md diff --git a/.changeset/bright-plums-watch.md b/.changeset/bright-plums-watch.md deleted file mode 100644 index 72d0febe071..00000000000 --- a/.changeset/bright-plums-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-verify": patch ---- - -Add apiUrl and browserUrl to Sourcify configuration. diff --git a/.changeset/dirty-pots-exercise.md b/.changeset/dirty-pots-exercise.md deleted file mode 100644 index 2d04b27bdc4..00000000000 --- a/.changeset/dirty-pots-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Added support for solc 0.8.23 diff --git a/.changeset/odd-cooks-wait.md b/.changeset/odd-cooks-wait.md deleted file mode 100644 index cd166f09e28..00000000000 --- a/.changeset/odd-cooks-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-viem": patch ---- - -Add configurable public client to getContractAt, deployContract and sendDeploymentTransaction diff --git a/.changeset/three-boxes-divide.md b/.changeset/three-boxes-divide.md deleted file mode 100644 index 52212e04f1a..00000000000 --- a/.changeset/three-boxes-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Added a temporary message about the 2023 Solidtiy Developer Survey diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index f0ffb94c104..67db1721bf3 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,12 @@ # hardhat +## 2.19.3 + +### Patch Changes + +- 3f282db50: Added support for solc 0.8.23 +- fa2f0fba7: Added a temporary message about the 2023 Solidtiy Developer Survey + ## 2.19.2 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index cafec2172f8..cc83d9b73ab 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.19.2", + "version": "2.19.3", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org", diff --git a/packages/hardhat-verify/CHANGELOG.md b/packages/hardhat-verify/CHANGELOG.md index 8947b34f88b..ed689785be9 100644 --- a/packages/hardhat-verify/CHANGELOG.md +++ b/packages/hardhat-verify/CHANGELOG.md @@ -1,5 +1,11 @@ # @nomicfoundation/hardhat-verify +## 2.0.3 + +### Patch Changes + +- e77f1d8a0: Add apiUrl and browserUrl to Sourcify configuration. + ## 2.0.2 ### Patch Changes diff --git a/packages/hardhat-verify/package.json b/packages/hardhat-verify/package.json index 38da4a0df8b..43ffdcc4f59 100644 --- a/packages/hardhat-verify/package.json +++ b/packages/hardhat-verify/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-verify", - "version": "2.0.2", + "version": "2.0.3", "description": "Hardhat plugin for verifying contracts", "keywords": [ "ethereum", diff --git a/packages/hardhat-viem/CHANGELOG.md b/packages/hardhat-viem/CHANGELOG.md index a8c04144f56..504852f8f66 100644 --- a/packages/hardhat-viem/CHANGELOG.md +++ b/packages/hardhat-viem/CHANGELOG.md @@ -1,5 +1,11 @@ # @nomicfoundation/hardhat-viem +## 1.0.2 + +### Patch Changes + +- b521c2a05: Add configurable public client to getContractAt, deployContract and sendDeploymentTransaction + ## 1.0.1 ### Patch Changes diff --git a/packages/hardhat-viem/package.json b/packages/hardhat-viem/package.json index cdf0b296151..63267bcd017 100644 --- a/packages/hardhat-viem/package.json +++ b/packages/hardhat-viem/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-viem", - "version": "1.0.1", + "version": "1.0.2", "description": "Hardhat plugin for viem", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem", "repository": "github:nomicfoundation/hardhat",