Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #5135

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clever-hairs-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-peaches-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-cheetahs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-flowers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-jobs-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-spies-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-mails-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-bananas-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-baboons-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-books-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-goats-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-hotels-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-mugs-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-walls-itch.md

This file was deleted.

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

## 2.22.4

### Patch Changes

- 22bcbf5: Added BigInt task argument type
- 2c533f0: Bumped EDR dependency to 0.3.7
- 3203639: Fixed an issue in the solidity source map decoding module
- 5d7a604: Fixed an issue with solc version selection
- 3c6de8f: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time
- 6447e80: Improved performance by reducing back-and-forth with EDR when it's not necessary

## 2.22.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.22.3",
"version": "2.22.4",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nomiclabs/hardhat-ethers

## 3.0.6

### Patch Changes

- 55924a7: Fixed a race condition in our ethers provider
- 1d43aba: Updated the max fee per gas calculation to use `eth_maxPriorityFeePerGas` when available

## 3.0.5

### 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.5",
"version": "3.0.6",
"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.1.2

### Patch Changes

- a93e240: Fixed an issue where paths were set as relative instead of absolute when overriding sources

## 1.1.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.1.1",
"version": "1.1.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-solhint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-solhint

## 3.1.0

### Minor Changes

- bcb688f: Added support for `.solhintignore` files (thanks @yhuard!)

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-solhint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-solhint",
"version": "3.0.1",
"version": "3.1.0",
"description": "Hardhat plugin for solhint",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint",
Expand Down
8 changes: 8 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nomicfoundation/hardhat-verify

## 2.0.7

### Patch Changes

- f186e1a: Improved error handling and messaging for errors from the block explorer
- e7b12df: Added Polygon Amoy testnet (thanks @FournyP!)
- b9aada0: Added `--force` flag to allow verification of partially verified contracts (thanks @rimrakhimov!)

## 2.0.6

### 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": "2.0.6",
"version": "2.0.7",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-viem

## 2.0.2

### Patch Changes

- ccb0ace: Added support for library linking (thanks @Chlebamaticon!)

## 2.0.1

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