Skip to content

Commit 40d9339

Browse files
github-actions[bot]schaable
authored andcommitted
Version Packages
1 parent f93c447 commit 40d9339

20 files changed

+40
-60
lines changed

.changeset/chilled-sheep-buy.md

-5
This file was deleted.

.changeset/dull-icons-float.md

-5
This file was deleted.

.changeset/gorgeous-moose-tap.md

-5
This file was deleted.

.changeset/khaki-drinks-work.md

-5
This file was deleted.

.changeset/kind-radios-begin.md

-5
This file was deleted.

.changeset/late-camels-bow.md

-5
This file was deleted.

.changeset/ninety-trainers-rush.md

-5
This file was deleted.

.changeset/ninety-walls-press.md

-5
This file was deleted.

.changeset/warm-beans-tie.md

-5
This file was deleted.

.changeset/warm-tables-dress.md

-5
This file was deleted.

packages/hardhat-chai-matchers/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nomicfoundation/hardhat-chai-matchers
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- 1a0e1e3: Enhanced error message in `.emit` matcher for overloaded events (thanks @iosh!)
8+
- 7964bf0: Enhanced the `reverted` matcher to correctly handle `bytes32` strings (thanks @iosh!)
9+
310
## 2.0.7
411

512
### Patch Changes

packages/hardhat-chai-matchers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-chai-matchers",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# hardhat
22

3+
## 2.22.11
4+
5+
### Patch Changes
6+
7+
- 601d543: Fixed a problem with provider events when `provider.init` was explicitly called before the first request.
8+
- 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
9+
- b43ed78: Added link to Ignition docs in sample projects
10+
- 07e0a9c: Hardhat node can now handle large response objects by streaming them.
11+
- 12d1980: Upgrade chokidar
12+
313
## 2.22.10
414

515
### Patch Changes

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.22.10",
3+
"version": "2.22.11",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-network-helpers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-network-helpers
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- 8fa15e7: Add support for ZKsync's development mode
8+
39
## 1.0.11
410

511
### Patch Changes

packages/hardhat-network-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-network-helpers",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-verify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-verify
22

3+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- 913b5a1: Added Blockscout as a verification provider
8+
39
## 2.0.10
410

511
### Patch Changes

packages/hardhat-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

packages/hardhat-viem/CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-viem
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- 6010386: Moved types to `HardhatViemHelpers` and initialized `ContractTypesMap` as empty for better extensibility. Improved performance by disabling retries in dev nets (thanks @TateB!)
8+
39
## 2.0.4
410

511
### Patch Changes
@@ -11,11 +17,6 @@
1117
### Patch Changes
1218

1319
- a8a6038: Added `ContractTypesMap` to simplify contract type imports (thanks @beepidibop!)
14-
- Updated dependencies [cdf0160]
15-
- Updated dependencies [3c66da2]
16-
- Updated dependencies [9fadc22]
17-
- Updated dependencies [095faa4]
18-
1920

2021
## 2.0.2
2122

packages/hardhat-viem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-viem",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Hardhat plugin for viem",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
66
"repository": "github:nomicfoundation/hardhat",

0 commit comments

Comments
 (0)