Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fvictorio committed Oct 27, 2022
1 parent 11c9f41 commit 7027e82
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-dolls-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-llamas-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-camels-peel.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# hardhat

## 2.12.1

### Patch Changes

- 145b12c7d: Fixed a problem that was preventing Hardhat from being used in Alpine Linux.

## 2.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-core/package.json
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "2.12.0",
"version": "2.12.1",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-ethers

## 2.2.1

### Patch Changes

- 136f25a9e: `getContractAt` doesn't throw anymore if the given address is not a contract.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-ethers",
"version": "2.2.0",
"version": "2.2.1",
"description": "Hardhat plugin for ethers",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-ethers",
"repository": "github:nomiclabs/hardhat",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-etherscan/CHANGELOG.md
@@ -1,5 +1,12 @@
# @nomiclabs/hardhat-etherscan

## 3.1.2

### Patch Changes

- eb3f7a7bd: - Added Arbitrum Goerli to the list of supported networks.
- Fixed the Optimism Goerli URLs.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-etherscan/package.json
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-etherscan",
"version": "3.1.1",
"version": "3.1.2",
"description": "Hardhat plugin for verifying contracts on etherscan",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-etherscan",
Expand Down

0 comments on commit 7027e82

Please sign in to comment.