Skip to content

Commit 614f405

Browse files
github-actions[bot]kanej
authored andcommitted
Version Packages
1 parent d267632 commit 614f405

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
lines changed

.changeset/many-deers-shout.md

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

.changeset/silver-toes-wonder.md

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

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v-next/example-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "hardhat test nodejs && hardhat test mocha"
2323
},
2424
"devDependencies": {
25-
"hardhat": "workspace:^3.1.6",
25+
"hardhat": "workspace:^3.1.7",
2626
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.2",
2727
"@nomicfoundation/hardhat-errors": "workspace:^3.0.6",
2828
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.4",

v-next/hardhat/CHANGELOG.md

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

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- 4995121: Suppressed pragma and license warnings in Solidity test files ([7894](https://github.com/NomicFoundation/hardhat/issues/7894)).
8+
- 22adbcb: Added support for `eth_getProof` ([3345](https://github.com/NomicFoundation/hardhat/issues/3345)).
9+
310
## 3.1.6
411

512
### Patch Changes

v-next/hardhat/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": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat",
66
"repository": {

v-next/hardhat/templates/hardhat-3/01-node-test-runner-viem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A TypeScript Hardhat project using Node Test Runner and Viem",
66
"type": "module",
77
"devDependencies": {
8-
"hardhat": "workspace:^3.1.6",
8+
"hardhat": "workspace:^3.1.7",
99
"@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.2",
1010
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.7",
1111
"@types/node": "^22.8.5",

v-next/hardhat/templates/hardhat-3/02-mocha-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A TypeScript Hardhat project using Mocha and Ethers.js",
66
"type": "module",
77
"devDependencies": {
8-
"hardhat": "workspace:^3.1.6",
8+
"hardhat": "workspace:^3.1.7",
99
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.2",
1010
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.4",
1111
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.7",

v-next/hardhat/templates/hardhat-3/03-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A minimal Hardhat project",
66
"type": "module",
77
"devDependencies": {
8-
"hardhat": "workspace:^3.1.6",
8+
"hardhat": "workspace:^3.1.7",
99
"@types/node": "^22.8.5",
1010
"typescript": "~5.8.0"
1111
}

0 commit comments

Comments
 (0)