Skip to content

Commit 243d275

Browse files
Version Packages
1 parent 3bcad59 commit 243d275

File tree

18 files changed

+58
-58
lines changed

18 files changed

+58
-58
lines changed

.changeset/clever-ducks-speak.md

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

.changeset/old-brooms-joke.md

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

.changeset/rude-badgers-grow.md

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

.changeset/serious-knives-smoke.md

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

.changeset/twenty-dolls-stand.md

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

pnpm-lock.yaml

Lines changed: 14 additions & 14 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
"test": "hardhat test nodejs && hardhat test mocha"
2424
},
2525
"devDependencies": {
26-
"hardhat": "workspace:^3.0.13",
26+
"hardhat": "workspace:^3.0.14",
2727
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.1",
28-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.3",
28+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.4",
2929
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.3",
3030
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",
3131
"@nomicfoundation/ignition-core": "workspace:^3.0.5",
3232
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.5",
3333
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.3",
34-
"@nomicfoundation/hardhat-ledger": "workspace:^3.0.0",
34+
"@nomicfoundation/hardhat-ledger": "workspace:^3.0.1",
3535
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.7",
3636
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.2",
3737
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.7",
3838
"@nomicfoundation/hardhat-typechain": "workspace:^3.0.1",
39-
"@nomicfoundation/hardhat-verify": "workspace:^3.0.6",
39+
"@nomicfoundation/hardhat-verify": "workspace:^3.0.7",
4040
"@nomicfoundation/hardhat-viem": "workspace:^3.0.1",
4141
"@nomicfoundation/hardhat-viem-assertions": "workspace:^3.0.3",
4242
"@openzeppelin/contracts": "5.1.0",

v-next/hardhat-errors/CHANGELOG.md

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

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- ce5c22a: Fail when a file isn't built neither as contract nor test
8+
39
## 3.0.3
410

511
### Patch Changes

v-next/hardhat-errors/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-errors",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "The different errors that Hardhat can throw",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors",
66
"repository": {

v-next/hardhat-ledger/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- d053490: Fixed a bug in `hardhat-ledger` where the `derivationFunction` parameter was being ignored ([7682](https://github.com/NomicFoundation/hardhat/pull/7682)).
8+
39
## 3.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)