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 3, 2024
1 parent d2d4717 commit 1432e88
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 32 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/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.23.0

### Minor Changes

- 22bcbf5: Added BigInt task argument type

### Patch Changes

- 2c533f0: Bumped EDR dependency to 0.3.7
- 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
10 changes: 10 additions & 0 deletions packages/hardhat-foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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 [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"
}
}
10 changes: 10 additions & 0 deletions packages/hardhat-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nomicfoundation/hardhat-viem

## 2.0.2

### Patch Changes

- ccb0ace: Added support for library linking (thanks @Chlebamaticon!)
- Updated dependencies [22bcbf5]
- Updated dependencies [2c533f0]
- 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 1432e88

Please sign in to comment.