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 Jul 1, 2024
1 parent 2c10c21 commit 8a0c109
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-kiwis-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-wasps-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-rabbits-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-turkeys-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-tips-jam.md

This file was deleted.

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

## 2.22.6

### Patch Changes

- cdf0160: Upgrade bundled solcjs
- 3c66da2: Add support for Node v22
- 9fadc22: Bump EDR to [v0.4.1](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.1).
- 095faa4: Added hardfork histories for Optimim and Arbitrum chains

## 2.22.5

### 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.5",
"version": "2.22.6",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
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.3

### Patch Changes

- a8a6038: Added `ContractTypesMap` to simplify contract type imports (thanks @beepidibop!)
- Updated dependencies [cdf0160]
- Updated dependencies [3c66da2]
- Updated dependencies [9fadc22]
- Updated dependencies [095faa4]
- hardhat@2.22.6

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.22.6",
"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.22.6",
"typescript": "~5.0.0",
"viem": "^2.7.6"
},
Expand Down

0 comments on commit 8a0c109

Please sign in to comment.