Skip to content

Commit 0b2c87e

Browse files
github-actions[bot]alcuadrado
authored andcommitted
Version Packages
1 parent 03d4eac commit 0b2c87e

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.changeset/gentle-seals-tan.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
@@ -23,7 +23,7 @@
2323
"test": "hardhat test nodejs && hardhat test mocha"
2424
},
2525
"devDependencies": {
26-
"hardhat": "workspace:^3.0.14",
26+
"hardhat": "workspace:^3.0.15",
2727
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.2",
2828
"@nomicfoundation/hardhat-errors": "workspace:^3.0.5",
2929
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.3",

v-next/hardhat/CHANGELOG.md

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

3+
## 3.0.15
4+
5+
### Patch Changes
6+
7+
- 9fb054a: Fix the initialization of the Mocha and Ethers sample project when using pnpm
8+
39
## 3.0.14
410

511
### 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.0.14",
3+
"version": "3.0.15",
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.0.14",
8+
"hardhat": "workspace:^3.0.15",
99
"@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.1",
1010
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",
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.0.14",
8+
"hardhat": "workspace:^3.0.15",
99
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.1",
1010
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.2",
1111
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",

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.0.14",
8+
"hardhat": "workspace:^3.0.15",
99
"@types/node": "^22.8.5",
1010
"typescript": "~5.8.0"
1111
}

0 commit comments

Comments
 (0)