From eb8c77c7c93020011a03565b271b2664411736a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 May 2024 09:36:28 +0000 Subject: [PATCH] Version Packages --- .changeset/tall-jokes-judge.md | 5 ----- .changeset/thick-beers-tie.md | 5 ----- packages/hardhat-core/CHANGELOG.md | 6 ++++++ packages/hardhat-core/package.json | 2 +- packages/hardhat-verify/CHANGELOG.md | 8 ++++++++ packages/hardhat-verify/package.json | 6 +++--- 6 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 .changeset/tall-jokes-judge.md delete mode 100644 .changeset/thick-beers-tie.md diff --git a/.changeset/tall-jokes-judge.md b/.changeset/tall-jokes-judge.md deleted file mode 100644 index 6f924af02e..0000000000 --- a/.changeset/tall-jokes-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details. diff --git a/.changeset/thick-beers-tie.md b/.changeset/thick-beers-tie.md deleted file mode 100644 index e9e9d0fa50..0000000000 --- a/.changeset/thick-beers-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-verify": patch ---- - -Improved validation of contructor arguments (thanks @fwx5618177!) diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 7b88d93e00..b3e6d23300 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,11 @@ # hardhat +## 2.22.5 + +### Patch Changes + +- 6e36f3f: Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details. + ## 2.22.4 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index eb2682d94e..9fd24f9e35 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.4", + "version": "2.22.5", "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 35ffdaa31f..8eeef96048 100644 --- a/packages/hardhat-verify/CHANGELOG.md +++ b/packages/hardhat-verify/CHANGELOG.md @@ -1,5 +1,13 @@ # @nomicfoundation/hardhat-verify +## 2.0.8 + +### Patch Changes + +- 73d5bea: Improved validation of contructor arguments (thanks @fwx5618177!) +- Updated dependencies [6e36f3f] + - hardhat@2.22.5 + ## 2.0.7 ### Patch Changes diff --git a/packages/hardhat-verify/package.json b/packages/hardhat-verify/package.json index af6f85f68c..8f165c2d18 100644 --- a/packages/hardhat-verify/package.json +++ b/packages/hardhat-verify/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-verify", - "version": "2.0.7", + "version": "2.0.8", "description": "Hardhat plugin for verifying contracts", "keywords": [ "ethereum", @@ -73,7 +73,7 @@ "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "3.4.0", "ethers": "^5.0.0", - "hardhat": "workspace:^2.0.4", + "hardhat": "workspace:^2.22.5", "mocha": "^10.0.0", "nyc": "^15.1.0", "prettier": "2.4.1", @@ -84,6 +84,6 @@ "typescript": "~5.0.0" }, "peerDependencies": { - "hardhat": "workspace:^2.0.4" + "hardhat": "workspace:^2.22.5" } }