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 13, 2024
1 parent 35a2a16 commit 5c6c1bb
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 87 deletions.
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.

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

## 2.23.0

### Minor Changes

- 22bcbf5: Added BigInt task argument type

### Patch Changes

- 2c533f0: Bumped EDR dependency to 0.3.7
- 3203639: Fix an issue that was present in the solidity source map decoding module.
- 5d7a604: Fix an issue with solc version selection
- 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
14 changes: 14 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nomiclabs/hardhat-ethers

## 3.0.6

### Patch Changes

- 55924a7: Fix a race condition in our ethers provider.
- 1d43aba: Use `eth_maxPriorityFeePerGas` for the max fee per gas calculation if available
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3203639]
- Updated dependencies [5d7a604]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- hardhat@2.23.0

## 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"
}
}
13 changes: 13 additions & 0 deletions packages/hardhat-foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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 [3203639]
- Updated dependencies [5d7a604]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- hardhat@2.23.0

## 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"
}
}
16 changes: 16 additions & 0 deletions packages/hardhat-solhint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nomiclabs/hardhat-solhint

## 3.1.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3203639]
- Updated dependencies [5d7a604]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- hardhat@2.23.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"fs-extra": "^7.0.1",
"hardhat": "workspace:^2.0.0",
"hardhat": "workspace:^2.23.0",
"mocha": "^10.0.0",
"prettier": "2.4.1",
"rimraf": "^3.0.2",
Expand All @@ -64,6 +64,6 @@
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.0.0"
"hardhat": "workspace:^2.23.0"
}
}
15 changes: 15 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @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!)
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3203639]
- Updated dependencies [5d7a604]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- hardhat@2.23.0

## 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"
}
}
13 changes: 13 additions & 0 deletions packages/hardhat-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nomicfoundation/hardhat-viem

## 2.0.2

### Patch Changes

- ccb0ace: Added support for library linking (thanks @Chlebamaticon!)
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- Updated dependencies [3203639]
- Updated dependencies [5d7a604]
- Updated dependencies [3c6de8f]
- Updated dependencies [6447e80]
- hardhat@2.23.0

## 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 5c6c1bb

Please sign in to comment.