Skip to content

Commit 7027e82

Browse files
github-actions[bot]fvictorio
authored andcommitted
Version Packages
1 parent 11c9f41 commit 7027e82

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

.changeset/quiet-dolls-do.md

-6
This file was deleted.

.changeset/tall-llamas-remember.md

-5
This file was deleted.

.changeset/twelve-camels-peel.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

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

3+
## 2.12.1
4+
5+
### Patch Changes
6+
7+
- 145b12c7d: Fixed a problem that was preventing Hardhat from being used in Alpine Linux.
8+
39
## 2.12.0
410

511
### Minor 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.12.0",
3+
"version": "2.12.1",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-ethers/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 136f25a9e: `getContractAt` doesn't throw anymore if the given address is not a contract.
8+
39
## 2.2.0
410

511
### Minor Changes

packages/hardhat-ethers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomiclabs/hardhat-ethers",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Hardhat plugin for ethers",
55
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-ethers",
66
"repository": "github:nomiclabs/hardhat",

packages/hardhat-etherscan/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nomiclabs/hardhat-etherscan
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- eb3f7a7bd: - Added Arbitrum Goerli to the list of supported networks.
8+
- Fixed the Optimism Goerli URLs.
9+
310
## 3.1.1
411

512
### Patch Changes

packages/hardhat-etherscan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomiclabs/hardhat-etherscan",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Hardhat plugin for verifying contracts on etherscan",
55
"repository": "github:nomiclabs/hardhat",
66
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-etherscan",

0 commit comments

Comments
 (0)