Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent f208510 commit 7fbe3bd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-hornets-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-sloths-walk.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/kind-teachers-applaud.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hardhat

## 2.22.19

### Patch Changes

- 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension.
- 00d542a: \* fix: improved provider initialization performance
- fix: ignore unknown opcodes in source maps
- fix: crash when loading EDR on Windows without a C Runtime library installed
- fix: improved stack trace generation performance

## 2.22.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "2.22.18",
"version": "2.22.19",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
9 changes: 9 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nomicfoundation/hardhat-verify

## 2.0.13

### Patch Changes

- 0469eb2: Ink networks added
- Updated dependencies [5d79fca]
- Updated dependencies [00d542a]
- [email protected]

## 2.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-verify",
"version": "2.0.12",
"version": "2.0.13",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"ethers": "^5.0.0",
"hardhat": "workspace:^2.0.4",
"hardhat": "workspace:^2.22.19",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "2.4.1",
Expand All @@ -83,6 +83,6 @@
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.0.4"
"hardhat": "workspace:^2.22.19"
}
}

0 comments on commit 7fbe3bd

Please sign in to comment.