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 kanej committed Jun 3, 2024
1 parent 0c7b68e commit f579adc
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-tips-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-ladybugs-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-coins-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-jokes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-beers-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cheetahs-confess.md

This file was deleted.

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

## 2.0.7

### Patch Changes

- ac55f40: Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!)

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-chai-matchers",
"version": "2.0.6",
"version": "2.0.7",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
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.22.5

### Patch Changes

- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
- 5d46baa: Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat after the EDR upgrade
- 6e36f3f: Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`, limited support for blob transactions, improves performance and fixes some bugs. Check out the [v0.4.0 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0) and [v0.3.8 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details.

## 2.22.4

### 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.4",
"version": "2.22.5",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-network-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-network-helpers

## 1.0.11

### Patch Changes

- 8be0c2c: Improve an error message and add a utility to clear all the existing snaphosts.

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-network-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-network-helpers",
"version": "1.0.10",
"version": "1.0.11",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
"repository": "github:nomicfoundation/hardhat",
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

## 2.0.8

### Patch Changes

- 73d5bea: Improved validation of contructor arguments (thanks @fwx5618177!)

## 2.0.7

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

0 comments on commit f579adc

Please sign in to comment.