Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and schaable committed Sep 19, 2024
1 parent f93c447 commit 40d9339
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-sheep-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-icons-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-moose-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-drinks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-radios-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-camels-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-trainers-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-walls-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-beans-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-tables-dress.md

This file was deleted.

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

## 2.0.8

### Patch Changes

- 1a0e1e3: Enhanced error message in `.emit` matcher for overloaded events (thanks @iosh!)
- 7964bf0: Enhanced the `reverted` matcher to correctly handle `bytes32` strings (thanks @iosh!)

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-chai-matchers",
"version": "2.0.7",
"version": "2.0.8",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
10 changes: 10 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# hardhat

## 2.22.11

### Patch Changes

- 601d543: Fixed a problem with provider events when `provider.init` was explicitly called before the first request.
- 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
- b43ed78: Added link to Ignition docs in sample projects
- 07e0a9c: Hardhat node can now handle large response objects by streaming them.
- 12d1980: Upgrade chokidar

## 2.22.10

### 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.10",
"version": "2.22.11",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-network-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-network-helpers

## 1.0.12

### Patch Changes

- 8fa15e7: Add support for ZKsync's development mode

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-network-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-network-helpers",
"version": "1.0.11",
"version": "1.0.12",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-verify

## 2.0.11

### Patch Changes

- 913b5a1: Added Blockscout as a verification provider

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "2.0.11",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down
11 changes: 6 additions & 5 deletions packages/hardhat-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-viem

## 2.0.5

### Patch Changes

- 6010386: Moved types to `HardhatViemHelpers` and initialized `ContractTypesMap` as empty for better extensibility. Improved performance by disabling retries in dev nets (thanks @TateB!)

## 2.0.4

### Patch Changes
Expand All @@ -11,11 +17,6 @@
### Patch Changes

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

## 2.0.2

Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.0.5",
"description": "Hardhat plugin for viem",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
"repository": "github:nomicfoundation/hardhat",
Expand Down

0 comments on commit 40d9339

Please sign in to comment.