Skip to content

Commit f579adc

Browse files
github-actions[bot]kanej
authored andcommitted
Version Packages
1 parent 0c7b68e commit f579adc

14 files changed

+30
-34
lines changed

.changeset/seven-tips-float.md

-5
This file was deleted.

.changeset/strange-ladybugs-end.md

-5
This file was deleted.

.changeset/tall-coins-sin.md

-5
This file was deleted.

.changeset/tall-jokes-judge.md

-5
This file was deleted.

.changeset/thick-beers-tie.md

-5
This file was deleted.

.changeset/wise-cheetahs-confess.md

-5
This file was deleted.

packages/hardhat-chai-matchers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-chai-matchers
22

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- ac55f40: Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!)
8+
39
## 2.0.6
410

511
### Patch Changes

packages/hardhat-chai-matchers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-chai-matchers",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hardhat
22

3+
## 2.22.5
4+
5+
### Patch Changes
6+
7+
- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
8+
- 5d46baa: Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat after the EDR upgrade
9+
- 6e36f3f: Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`, limited support for blob transactions, improves performance and fixes some bugs. Check out the [v0.4.0 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0) and [v0.3.8 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details.
10+
311
## 2.22.4
412

513
### Patch Changes

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.22.4",
3+
"version": "2.22.5",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-network-helpers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-network-helpers
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 8be0c2c: Improve an error message and add a utility to clear all the existing snaphosts.
8+
39
## 1.0.10
410

511
### Patch Changes

packages/hardhat-network-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-network-helpers",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-verify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-verify
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- 73d5bea: Improved validation of contructor arguments (thanks @fwx5618177!)
8+
39
## 2.0.7
410

511
### Patch Changes

packages/hardhat-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)