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 28, 2022
1 parent a850144 commit 0547856
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-poems-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-countries-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-cycles-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-points-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-eyes-fold.md

This file was deleted.

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

## 2.8.4

### Patch Changes

- 5473906d: The sample projects now include an empty `.prettierc` to make IDEs auto-formatting work properly in some scenarios.
- 38ee6230: Replace deprecated eth-sig-util with @metamask/eth-sig-util
- 2425201c: Upgraded the version of `@nomiclabs/hardhat-etherscan` used by the sample projects (#2217)

## 2.8.3

### 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.8.3",
"version": "2.8.4",
"author": "Nomic Labs LLC",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-ethers

## 2.0.5

### Patch Changes

- 1de2a228: Fix an issue that was causing typescript projects to also compile Hardhat's source (#2260).

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-ethers",
"version": "2.0.4",
"version": "2.0.5",
"description": "Hardhat plugin for ethers",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-ethers",
"repository": "github:nomiclabs/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-etherscan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-etherscan

## 3.0.1

### Patch Changes

- c4fcf19d: Add support for the Moonbeam network

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-etherscan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-etherscan",
"version": "3.0.0",
"version": "3.0.1",
"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
6 changes: 6 additions & 0 deletions packages/hardhat-truffle5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-truffle5

## 2.0.4

### Patch Changes

- 1de2a228: Fix an issue that was causing typescript projects to also compile Hardhat's source (#2260).

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-truffle5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-truffle5",
"version": "2.0.3",
"version": "2.0.4",
"description": "Truffle 5 Hardhat compatibility plugin",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-truffle5",
Expand Down

0 comments on commit 0547856

Please sign in to comment.