Skip to content

Commit 3d0f236

Browse files
github-actions[bot]fvictorio
authored andcommitted
Version Packages
1 parent 26a0012 commit 3d0f236

10 files changed

+22
-23
lines changed

.changeset/bright-plums-watch.md

-5
This file was deleted.

.changeset/dirty-pots-exercise.md

-5
This file was deleted.

.changeset/odd-cooks-wait.md

-5
This file was deleted.

.changeset/three-boxes-divide.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# hardhat
22

3+
## 2.19.3
4+
5+
### Patch Changes
6+
7+
- 3f282db50: Added support for solc 0.8.23
8+
- fa2f0fba7: Added a temporary message about the 2023 Solidtiy Developer Survey
9+
310
## 2.19.2
411

512
### Patch Changes

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.19.2",
3+
"version": "2.19.3",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-verify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-verify
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- e77f1d8a0: Add apiUrl and browserUrl to Sourcify configuration.
8+
39
## 2.0.2
410

511
### Patch Changes

packages/hardhat-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

packages/hardhat-viem/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-viem
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- b521c2a05: Add configurable public client to getContractAt, deployContract and sendDeploymentTransaction
8+
39
## 1.0.1
410

511
### Patch Changes

packages/hardhat-viem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-viem",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Hardhat plugin for viem",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
66
"repository": "github:nomicfoundation/hardhat",

0 commit comments

Comments
 (0)