diff --git a/.changeset/strange-ladybugs-end.md b/.changeset/strange-ladybugs-end.md deleted file mode 100644 index 2c2e6976f4..0000000000 --- a/.changeset/strange-ladybugs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-chai-matchers": patch ---- - -Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!) 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-chai-matchers/CHANGELOG.md b/packages/hardhat-chai-matchers/CHANGELOG.md index 255f4a9c7a..c4b8464469 100644 --- a/packages/hardhat-chai-matchers/CHANGELOG.md +++ b/packages/hardhat-chai-matchers/CHANGELOG.md @@ -1,5 +1,13 @@ # @nomicfoundation/hardhat-chai-matchers +## 2.0.7 + +### Patch Changes + +- ac55f40: Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!) +- Updated dependencies [6e36f3f] + - hardhat@2.22.5 + ## 2.0.6 ### Patch Changes diff --git a/packages/hardhat-chai-matchers/package.json b/packages/hardhat-chai-matchers/package.json index 5d88fafab5..b3dd026237 100644 --- a/packages/hardhat-chai-matchers/package.json +++ b/packages/hardhat-chai-matchers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-chai-matchers", - "version": "2.0.6", + "version": "2.0.7", "description": "Hardhat utils for testing", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers", "repository": "github:nomicfoundation/hardhat", @@ -59,7 +59,7 @@ "eslint-plugin-prettier": "3.4.0", "ethers": "^6.1.0", "get-port": "^5.1.1", - "hardhat": "workspace:^2.9.4", + "hardhat": "workspace:^2.22.5", "mocha": "^10.0.0", "prettier": "2.4.1", "rimraf": "^3.0.2", @@ -70,7 +70,7 @@ "@nomicfoundation/hardhat-ethers": "workspace:^3.0.0", "chai": "^4.2.0", "ethers": "^6.1.0", - "hardhat": "workspace:^2.9.4" + "hardhat": "workspace:^2.22.5" }, "dependencies": { "@types/chai-as-promised": "^7.1.3", 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" } }