Skip to content

Commit

Permalink
Merge pull request #5903 from NomicFoundation/hardhat-v3-alpha-release
Browse files Browse the repository at this point in the history
update released packages for alpha
  • Loading branch information
kanej authored Oct 30, 2024
2 parents 93af610 + c232857 commit aea47ea
Show file tree
Hide file tree
Showing 18 changed files with 131 additions and 115 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"gold-panthers-kneel",
"mean-chefs-learn",
"quick-islands-appear",
"selfish-queens-double",
"strange-ads-sing"
]
}
15 changes: 15 additions & 0 deletions .changeset/selfish-queens-double.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 on 2024-10-30
104 changes: 52 additions & 52 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.8",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.4",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.4",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.4",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.4",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.4",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.3",
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.5",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.4",
"@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.7",
"version": "3.0.0-next.8",
"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.7",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.8",
"@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.7"
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.8"
}
}
Loading

0 comments on commit aea47ea

Please sign in to comment.