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 Jun 27, 2023
1 parent 176f268 commit b05660b
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-pigs-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-dryers-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-yaks-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-parents-warn.md

This file was deleted.

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

## 2.16.1

### Patch Changes

- 68cf2a273: Fixed an issue related to compiler downloads in node v18.16.x

## 2.16.0

### Minor 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.16.0",
"version": "2.16.1",
"author": "Nomic Labs LLC",
"license": "MIT",
"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

## 3.0.3

### Patch Changes

- a1e37a40b: Added support for listening for events with `contract.on`

## 3.0.2

### 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": "@nomicfoundation/hardhat-ethers",
"version": "3.0.2",
"version": "3.0.3",
"description": "Hardhat plugin for ethers",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ethers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-foundry

## 1.0.2

### Patch Changes

- c52470de5: Fixed a performance issue that was causing compilation to be much slower when `hardhat-foundry` was used

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-foundry",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hardhat plugin that adds Hardhat support to Foundry projects",
"repository": "github:nomicfoundation/hardhat",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-foundry",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-verify

## 1.0.3

### Patch Changes

- efe7824e0: Removed the `rinkeby`, `ropsten` and `kovan` deprecated test networks (thanks @pcaversaccio!)

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-verify",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hardhat plugin for verifying contracts",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-verify",
"repository": "github:nomicfoundation/hardhat",
Expand Down

0 comments on commit b05660b

Please sign in to comment.