Skip to content

Commit

Permalink
Merge branch 'main' into fix/add-output-parameter-to-flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
s-di-cola authored Nov 19, 2024
2 parents c7756d5 + 49aecd1 commit 4decc04
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-cycles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-beds-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-starfishes-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-rocks-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-humans-dream.md

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/run-fixture-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "[e2e] Building and packing hardhat-core"
cd ../packages/hardhat-core
pnpm install
pnpm build
HARDHAT_TGZ_FILE=$(pnpm pack)
HARDHAT_TGZ_FILE=$(pnpm pack | grep "hardhat-*.*.*.tgz")
echo "[e2e] Built $HARDHAT_TGZ_FILE"
cd - >/dev/null

Expand Down
2 changes: 1 addition & 1 deletion e2e/test-project-initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "[e2e] Building and packing hardhat-core"
cd ../packages/hardhat-core
pnpm install
pnpm build
HARDHAT_TGZ_FILE=$(pnpm pack)
HARDHAT_TGZ_FILE=$(pnpm pack | grep "hardhat-*.*.*.tgz")
echo "[e2e] Built $HARDHAT_TGZ_FILE"
cd - >/dev/null

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

## 2.22.16

### Patch Changes

- fcece65: Replaced `chalk` with `picocolors`, `glob` with `tinyglob`, and upgraded `find-up`

## 2.22.15

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

## 1.1.3

### Patch Changes

- 7a383c9: Replace chalk with picocolor

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-foundry",
"version": "1.1.2",
"version": "1.1.3",
"description": "Hardhat plugin that adds Hardhat support to Foundry projects",
"repository": "github:nomicfoundation/hardhat",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-foundry",
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.12

### Patch Changes

- f571670: Replace chalk with picocolors

## 2.0.11

### 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.11",
"version": "2.0.12",
"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.6

### Patch Changes

- 90bcfda: Remove unnecessary peerDependency

## 2.0.5

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

## 2.0.1

### Patch Changes

- c016446: Fix a dependency error in hardhat-web3
2 changes: 1 addition & 1 deletion packages/hardhat-web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-web3",
"version": "2.0.0",
"version": "2.0.1",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-web3",
Expand Down

0 comments on commit 4decc04

Please sign in to comment.