Skip to content

Commit

Permalink
Merge pull request #5927 from NomicFoundation/hardhat-v3-alpha-release
Browse files Browse the repository at this point in the history
Hardhat v3 alpha release: Windows fixes
  • Loading branch information
alcuadrado authored Nov 1, 2024
2 parents bc0ecc6 + 908ef3e commit efe1b97
Show file tree
Hide file tree
Showing 19 changed files with 151 additions and 119 deletions.
15 changes: 15 additions & 0 deletions .changeset/great-dots-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@ignored/hardhat-vnext": patch
"@ignored/hardhat-vnext-errors": patch
"@ignored/hardhat-vnext-ethers": patch
"@ignored/hardhat-vnext-keystore": patch
"@ignored/hardhat-vnext-mocha-test-runner": patch
"@ignored/hardhat-vnext-network-helpers": patch
"@ignored/hardhat-vnext-node-test-reporter": patch
"@ignored/hardhat-vnext-node-test-runner": patch
"@ignored/hardhat-vnext-utils": patch
"@ignored/hardhat-vnext-viem": patch
"@ignored/hardhat-vnext-zod-utils": patch
---

Alpha testing release: 2024-11-01 18:12 UTC
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@
"fifty-cooks-mix",
"fuzzy-dolls-flash",
"gold-panthers-kneel",
"great-dots-rhyme",
"mean-chefs-learn",
"polite-rats-mix",
"quick-islands-appear",
"selfish-queens-double",
"shy-doors-peel",
"strange-ads-sing",
"wise-oranges-tan"
]
Expand Down
15 changes: 15 additions & 0 deletions .changeset/shy-doors-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@ignored/hardhat-vnext-node-test-reporter": patch
"@ignored/hardhat-vnext-mocha-test-runner": patch
"@ignored/hardhat-vnext-node-test-runner": patch
"@ignored/hardhat-vnext-network-helpers": patch
"@ignored/hardhat-vnext-zod-utils": patch
"@ignored/hardhat-vnext-keystore": patch
"@ignored/hardhat-vnext-errors": patch
"@ignored/hardhat-vnext-ethers": patch
"@ignored/hardhat-vnext-utils": patch
"@ignored/hardhat-vnext-viem": patch
"@ignored/hardhat-vnext": patch
---

Alpha testing release: 2024-11-01 18:15 UTC
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions v-next/example-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.13",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.15",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.10",
"@openzeppelin/contracts": "5.1.0",
"@types/mocha": ">=9.1.0",
"@types/node": "^20.14.9",
Expand Down
Loading

0 comments on commit efe1b97

Please sign in to comment.