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 Nov 15, 2023
1 parent ba073b9 commit 0dc4238
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-pears-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-tools-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-ways-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-phones-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-cooks-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-coins-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-crews-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-lobsters-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-mangos-tickle.md

This file was deleted.

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

## 2.19.1

### Patch Changes

- 23665f399: Upgraded toolboxes versions used in project initialization
- 106235cb0: Fixed an issue in low-traffic chains that resulted in txs using a `maxPriorityFeePerGas` of 0
- c52a5d653: Added logic to avoid downloading the same compiler version multiple times
- b46ccf46d: Updated the `.gitignore` files generated during project initialization to use relative paths

## 2.19.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.19.0",
"version": "2.19.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.5

### Patch Changes

- ebe5a5fe3: Added support for passing bigints as block tags

## 3.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": "@nomicfoundation/hardhat-ethers",
"version": "3.0.4",
"version": "3.0.5",
"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-toolbox-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @nomicfoundation/hardhat-toolbox-viem

## 2.0.0

### Major Changes

- 23665f399: Upgraded hardhat-verify dependency
2 changes: 1 addition & 1 deletion packages/hardhat-toolbox-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-toolbox-viem",
"version": "1.0.0",
"version": "2.0.0",
"description": "Nomic Foundation's recommended bundle of Hardhat plugins (viem based)",
"repository": "github:nomicfoundation/hardhat",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox-viem",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-toolbox

## 4.0.0

### Major Changes

- 23665f399: Upgraded typechain and hardhat-verify dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-toolbox",
"version": "3.0.0",
"version": "4.0.0",
"description": "Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)",
"repository": "github:nomicfoundation/hardhat",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nomicfoundation/hardhat-verify

## 2.0.1

### Patch Changes

- c2155fb26: Added polygonZkEVM and polygonZkEVMTestnet
- c7d87c41a: Fixed case-sensitive address comparison for detecting verified contracts

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 0dc4238

Please sign in to comment.