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 9, 2024
1 parent d35b919 commit 12ceecc
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 59 deletions.
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/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/wicked-mugs-itch.md

This file was deleted.

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

This file was deleted.

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

## 2.23.0

### Minor Changes

- 22bcbf5: Added BigInt task argument type

### Patch Changes

- 2c533f0: Bumped EDR dependency to 0.3.7
- 3c6de8f: Run solcjs in a subprocess
- 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.23.0",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nomiclabs/hardhat-ethers

## 3.0.6

### Patch Changes

- 55924a7: Fix a race condition in our ethers provider.
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- [email protected]

## 3.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"ethers": "^6.1.0",
"hardhat": "workspace:^2.0.0",
"hardhat": "workspace:^2.23.0",
"mocha": "^10.0.0",
"prettier": "2.4.1",
"rimraf": "^3.0.2",
Expand All @@ -74,6 +74,6 @@
},
"peerDependencies": {
"ethers": "^6.1.0",
"hardhat": "workspace:^2.0.0"
"hardhat": "workspace:^2.23.0"
}
}
11 changes: 11 additions & 0 deletions packages/hardhat-foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nomicfoundation/hardhat-foundry

## 1.1.2

### Patch Changes

- a93e240: Use absolute rather than relative path when overriding sources configuration
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- [email protected]

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -50,14 +50,14 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "workspace:^2.17.2",
"hardhat": "workspace:^2.23.0",
"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.17.2"
"hardhat": "workspace:^2.23.0"
}
}
12 changes: 12 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nomicfoundation/hardhat-verify

## 2.0.7

### Patch Changes

- e7b12df: Added Polygon Amoy testnet (thanks @FournyP!)
- b9aada0: Added 'force' flag to allow verification of partially verified contracts (thanks @rimrakhimov!)
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- [email protected]

## 2.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "2.0.7",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.0",
"@nomicfoundation/hardhat-ethers": "workspace:^3.0.6",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.3",
"@types/debug": "^4.1.4",
Expand All @@ -73,7 +73,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.23.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "2.4.1",
Expand All @@ -84,6 +84,6 @@
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.0.4"
"hardhat": "workspace:^2.23.0"
}
}
11 changes: 11 additions & 0 deletions packages/hardhat-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nomicfoundation/hardhat-viem

## 2.0.2

### Patch Changes

- ccb0ace: Added support for library linking (thanks @Chlebamaticon!)
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "workspace:^2.17.0",
"hardhat": "workspace:^2.23.0",
"jest-diff": "^29.7.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
Expand All @@ -69,7 +69,7 @@
"viem": "^2.7.6"
},
"peerDependencies": {
"hardhat": "workspace:^2.17.0",
"hardhat": "workspace:^2.23.0",
"typescript": "~5.0.0",
"viem": "^2.7.6"
},
Expand Down

0 comments on commit 12ceecc

Please sign in to comment.