Skip to content

Commit 1ee546f

Browse files
github-actions[bot]galargh
authored andcommitted
Version Packages
1 parent d0c3dcf commit 1ee546f

8 files changed

Lines changed: 21 additions & 20 deletions

File tree

.changeset/loud-kids-lick.md

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

.changeset/nasty-readers-explode.md

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

.changeset/short-mangos-watch.md

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

packages/hardhat-core/CHANGELOG.md

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

3+
## 2.24.1
4+
5+
### Patch Changes
6+
7+
- 9b75f5d: Fix a few potential errors that could happen when compiling Solidity in a subprocess
8+
- a8ad44c: Added support for Node v24.
9+
310
## 2.24.0
411

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

packages/hardhat-verify/CHANGELOG.md

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

3+
## 2.0.14
4+
5+
### Patch Changes
6+
7+
- d0c3dcf: Support Etherscan API v2 (#6716)
8+
- Updated dependencies [9b75f5d]
9+
- Updated dependencies [a8ad44c]
10+
- hardhat@2.24.1
11+
312
## 2.0.13
413

514
### Patch Changes

packages/hardhat-verify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-mocha": "10.4.1",
7373
"eslint-plugin-prettier": "3.4.0",
7474
"ethers": "^5.0.0",
75-
"hardhat": "workspace:^2.0.4",
75+
"hardhat": "workspace:^2.24.1",
7676
"mocha": "^10.0.0",
7777
"nyc": "^15.1.0",
7878
"prettier": "2.4.1",
@@ -83,6 +83,6 @@
8383
"typescript": "~5.0.0"
8484
},
8585
"peerDependencies": {
86-
"hardhat": "workspace:^2.0.4"
86+
"hardhat": "workspace:^2.24.1"
8787
}
8888
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)