Skip to content

Commit 0a14509

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

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

.changeset/fuzzy-peas-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-schools-exercise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/hardhat-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hardhat
22

3+
## 2.26.2
4+
5+
### Patch Changes
6+
7+
- 11ee260: Don't use `undici`'s global dispatcher, making Hardhat more stable across Node.js versions
8+
39
## 2.26.1
410

511
### Patch Changes

packages/hardhat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.26.1",
3+
"version": "2.26.2",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-verify/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-verify
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 11ee260: Don't use `undici`'s global dispatcher, making Hardhat more stable across Node.js versions
8+
39
## 2.1.0
410

511
### Minor Changes

packages/hardhat-verify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

packages/hardhat-viem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-viem
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- bdba581: Fixed "Multiple networks with chain id found" error when multiple chains share the same chain id ([#7065](https://github.com/NomicFoundation/hardhat/issues/7065))
8+
39
## 2.1.0
410

511
### Minor Changes

packages/hardhat-viem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-viem",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Hardhat plugin for viem",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
66
"repository": "github:nomicfoundation/hardhat",

0 commit comments

Comments
 (0)