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 May 23, 2024
1 parent c3431da commit 6a0320b
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 35 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-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.

9 changes: 9 additions & 0 deletions packages/hardhat-chai-matchers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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!)
- Updated dependencies [f65dc7c]
- Updated dependencies [6e36f3f]
- hardhat@2.22.5

## 2.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-prettier": "3.4.0",
"ethers": "^6.1.0",
"get-port": "^5.1.1",
"hardhat": "workspace:^2.9.4",
"hardhat": "workspace:^2.22.5",
"mocha": "^10.0.0",
"prettier": "2.4.1",
"rimraf": "^3.0.2",
Expand All @@ -69,7 +69,7 @@
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
"chai": "^4.2.0",
"ethers": "^6.1.0",
"hardhat": "workspace:^2.9.4"
"hardhat": "workspace:^2.22.5"
},
"dependencies": {
"@types/chai-as-promised": "^7.1.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hardhat

## 2.22.5

### Patch Changes

- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
- 6e36f3f: Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [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
9 changes: 9 additions & 0 deletions packages/hardhat-network-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nomicfoundation/hardhat-network-helpers

## 1.0.11

### Patch Changes

- 8be0c2c: Improve an error message and add utility to clear all the existing snaphosts.
- Updated dependencies [f65dc7c]
- Updated dependencies [6e36f3f]
- hardhat@2.22.5

## 1.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -57,14 +57,14 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"ethers-v5": "npm:ethers@5",
"hardhat": "workspace:^2.9.5",
"hardhat": "workspace:^2.22.5",
"mocha": "^10.0.0",
"prettier": "2.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.0",
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.9.5"
"hardhat": "workspace:^2.22.5"
}
}
9 changes: 9 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nomicfoundation/hardhat-verify

## 2.0.8

### Patch Changes

- 73d5bea: Improved validation of contructor arguments (thanks @fwx5618177!)
- Updated dependencies [f65dc7c]
- Updated dependencies [6e36f3f]
- hardhat@2.22.5

## 2.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"ethers": "^5.0.0",
"hardhat": "workspace:^2.0.4",
"hardhat": "workspace:^2.22.5",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "2.4.1",
Expand All @@ -83,6 +83,6 @@
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.0.4"
"hardhat": "workspace:^2.22.5"
}
}

0 comments on commit 6a0320b

Please sign in to comment.