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 Jan 30, 2024
1 parent 99b60c1 commit 2f5c30c
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-ladybugs-confess.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curvy-cherries-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-pianos-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-jobs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-clocks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-fishes-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-mails-heal.md

This file was deleted.

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

## 2.0.4

### Patch Changes

- ffb301f14: Improved loading performance

## 2.0.3

### 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.3",
"version": "2.0.4",
"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.19.5

### Patch Changes

- 125cbad3d: Added a notification when a new Hardhat version is available
- ffb301f14: Improved loading performance
- 1c6373a5b: Fixed a bug during project initialization when using yarn or pnpm
- 15a0d2e6c: Fixed a race condition that occurred when multiple Hardhat processes ran a compilation at the same time.
- 8f677ea9f: Added a fix to prevent submitting transactions with 0 priority fee (thanks @itsdevbear!)

## 2.19.4

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

## 2.0.4

### Patch Changes

- fb673f2be: Added holesky and arbitrumSepolia, and removed arbitrumTestnet and arbitrumGoerli from hardhat-verify chains.
- 11043e96a: Added support for programmatic verification in Sourcify

## 2.0.3

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

## 1.0.3

### Patch Changes

- ffb301f14: Improved loading performance

## 1.0.2

### Patch Changes
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": "1.0.2",
"version": "1.0.3",
"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 2f5c30c

Please sign in to comment.