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 Dec 4, 2023
1 parent efbcce6 commit 5eeffe3
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-books-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-flies-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pens-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-hornets-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-readers-count.md

This file was deleted.

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

## 2.19.2

### Patch Changes

- c3aad2c55: Added support for scopes in hh autocomplete.
- 4bc6a2726: Added experimental support for using ESM modules with TypeScript

## 2.19.1

### 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.1",
"version": "2.19.2",
"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.10

### Patch Changes

- 43d75470c: Added support for using network helpers on anvil network (thanks @tmigone!)

## 1.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "1.0.10",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
"repository": "github:nomicfoundation/hardhat",
Expand Down Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "3.4.0",
"ethers-v5": "npm:ethers@5",
"hardhat": "workspace:^2.9.5",
"hardhat": "workspace:^2.19.2",
"mocha": "^10.0.0",
"prettier": "2.4.1",
"rimraf": "^3.0.2",
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.2

### Patch Changes

- 5cab65fb7: Updated chiado urls to avoid redirect

## 2.0.1

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

## 1.0.1

### Patch Changes

- 4943519d0: Fixed an issue with development networks using custom chain ids
4 changes: 2 additions & 2 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": "1.0.0",
"version": "1.0.1",
"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-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "workspace:^2.17.0",
"hardhat": "workspace:^2.19.2",
"jest-diff": "^29.7.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 5eeffe3

Please sign in to comment.