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 Jun 25, 2024
1 parent 53c422c commit 8a66740
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 24 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/unlucky-tips-jam.md

This file was deleted.

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

## 2.22.6

### Patch Changes

- cdf0160: Upgrade bundled solcjs
- 3c66da2: Add support for Node v22
- 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
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.3

### Patch Changes

- a8a6038: Added `ContractTypesMap` to simplify contract type imports (thanks @beepidibop!)
- Updated dependencies [cdf0160]
- Updated dependencies [3c66da2]
- 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 8a66740

Please sign in to comment.