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 kanej committed Apr 17, 2024
1 parent 8b6a070 commit 1bb6f45
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-cups-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-walls-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-phones-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-readers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-rice-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-bottles-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pillows-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-windows-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-cats-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-apples-admire.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.3

### Patch Changes

- 6466e3a: A proper error is now thrown when requiring EDR fails
- ae62841: Upgrade EDR to version [0.3.5](https://github.com/NomicFoundation/hardhat/blob/3b36d76a88915de6bb5efd0eb110cc1782c461ca/crates/edr_napi/CHANGELOG.md#035)
- 679d8a5: Report [HH18](https://hardhat.org/hardhat-runner/docs/errors#HH18) to Sentry.

## 2.22.2

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

## 1.0.3

### Patch Changes

- 4912563: Internal restructuing to better support cli UI updates from other Hardhat plugins
- e038de7: Added an option to set the derivation path (thanks @area!).

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ledger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hardhat plugin for the Ledger hardware wallet",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ledger",
"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.6

### Patch Changes

- 62d24cd: Added baseSepolia (thanks @hironate)

## 2.0.5

### 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.5",
"version": "2.0.6",
"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

## 2.0.1

### Patch Changes

- a181462: Fix to add guard for updated `TransactionReceipt` type in `viem`

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"description": "Hardhat plugin for viem",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
"repository": "github:nomicfoundation/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-vyper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-vyper

## 3.0.6

### Patch Changes

- f0e6389: Added support for vyper settings 'evmVersion' and 'optimize'

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-vyper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-vyper",
"version": "3.0.5",
"version": "3.0.6",
"description": "Hardhat plugin to develop smart contracts in Vyper",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-vyper",
Expand Down

0 comments on commit 1bb6f45

Please sign in to comment.