Skip to content

Commit 3e6ed32

Browse files
github-actions[bot]kanej
authored andcommitted
Version Packages
1 parent efa905d commit 3e6ed32

19 files changed

+43
-41
lines changed

.changeset/bright-falcons-impress.md

-5
This file was deleted.

.changeset/loud-cooks-obey.md

-5
This file was deleted.

.changeset/lovely-onions-notice.md

-5
This file was deleted.

.changeset/olive-comics-kick.md

-5
This file was deleted.

.changeset/pink-bees-search.md

-5
This file was deleted.

.changeset/six-colts-cover.md

-5
This file was deleted.

.changeset/violet-apes-kick.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hardhat
22

3+
## 2.22.10
4+
5+
### Patch Changes
6+
7+
- 409e99f: Fixed `debug` logs in Hardhat Network initialization process.
8+
- 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API
9+
310
## 2.22.9
411

512
### 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.9",
3+
"version": "2.22.10",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-ethers/CHANGELOG.md

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

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
8+
39
## 3.0.7
410

511
### Patch Changes

packages/hardhat-ethers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-ethers",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Hardhat plugin for ethers",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ethers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-solhint/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
8+
39
## 4.0.0
410

511
### Major Changes

packages/hardhat-solhint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomiclabs/hardhat-solhint",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Hardhat plugin for solhint",
55
"repository": "github:nomiclabs/hardhat",
66
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint",

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.10
4+
5+
### Patch Changes
6+
7+
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
8+
39
## 2.0.9
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.9",
3+
"version": "2.0.10",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

packages/hardhat-viem/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
8+
39
## 2.0.3
410

511
### Patch Changes

packages/hardhat-viem/package.json

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

packages/hardhat-vyper/CHANGELOG.md

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

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
8+
39
## 3.0.7
410

511
### Patch Changes

packages/hardhat-vyper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomiclabs/hardhat-vyper",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Hardhat plugin to develop smart contracts in Vyper",
55
"repository": "github:nomiclabs/hardhat",
66
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-vyper",

0 commit comments

Comments
 (0)