Skip to content

Commit

Permalink
Merge pull request #5940 from NomicFoundation/hardhat-v3-alpha-release
Browse files Browse the repository at this point in the history
Alpha testing release: 2024-11-07 17:06 UTC
  • Loading branch information
alcuadrado authored Nov 7, 2024
2 parents bdf4a59 + 00d9353 commit 05ae2b3
Show file tree
Hide file tree
Showing 18 changed files with 135 additions and 119 deletions.
15 changes: 15 additions & 0 deletions .changeset/clever-buckets-kneel.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-07 17:06 UTC
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"changesets": [
"big-points-try",
"calm-ligers-explain",
"clever-buckets-kneel",
"curly-wombats-wink",
"dull-squids-brake",
"few-students-serve",
Expand Down
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.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",
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.16",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.11",
"@openzeppelin/contracts": "5.1.0",
"@types/mocha": ">=9.1.0",
"@types/node": "^20.14.9",
Expand Down
6 changes: 3 additions & 3 deletions v-next/hardhat-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/hardhat-vnext-errors",
"version": "3.0.0-next.14",
"version": "3.0.0-next.15",
"description": "The different errors that Hardhat can throw",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.14",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.15",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
Expand All @@ -58,6 +58,6 @@
"typescript-eslint": "7.7.1"
},
"dependencies": {
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.14"
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.15"
}
}
Loading

0 comments on commit 05ae2b3

Please sign in to comment.