Skip to content

Commit 9343122

Browse files
github-actions[bot]fvictorio
authored andcommitted
Version Packages
1 parent 309dc21 commit 9343122

14 files changed

+31
-34
lines changed

.changeset/dry-moose-draw.md

-5
This file was deleted.

.changeset/giant-books-tie.md

-5
This file was deleted.

.changeset/hungry-flies-confess.md

-5
This file was deleted.

.changeset/plenty-pens-itch.md

-5
This file was deleted.

.changeset/shaggy-hornets-exercise.md

-5
This file was deleted.

.changeset/spicy-readers-count.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hardhat
22

3+
## 2.19.2
4+
5+
### Patch Changes
6+
7+
- b475fc49c: Modified the artifacts cleanup logic to avoid removing a `package.json` file under the artifacts directory
8+
- c3aad2c55: Added support for scopes in hh autocomplete.
9+
- 4bc6a2726: Added experimental support for using ESM modules with TypeScript
10+
311
## 2.19.1
412

513
### 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.19.1",
3+
"version": "2.19.2",
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.10
4+
5+
### Patch Changes
6+
7+
- 43d75470c: Added support for using network helpers on anvil network (thanks @tmigone!)
8+
39
## 1.0.9
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.9",
3+
"version": "1.0.10",
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.2
4+
5+
### Patch Changes
6+
7+
- 5cab65fb7: Updated chiado urls to avoid redirect
8+
39
## 2.0.1
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.1",
3+
"version": "2.0.2",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

packages/hardhat-viem/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nomicfoundation/hardhat-viem
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4943519d0: Fixed an issue with development networks using custom chain ids

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": "1.0.0",
3+
"version": "1.0.1",
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)