Skip to content

Commit 16714a5

Browse files
github-actions[bot]fvictorio
authored andcommitted
Version Packages
1 parent 5b96718 commit 16714a5

File tree

9 files changed

+22
-18
lines changed

9 files changed

+22
-18
lines changed

.changeset/cool-dogs-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fifty-jeans-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-hairs-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/hardhat-chai-matchers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-chai-matchers
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 857a56069: Fixed a bug where `changeTokenBalances` was sending the tx multiple times when used with a callback
8+
39
## 1.0.1
410

511
### Patch Changes

packages/hardhat-chai-matchers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-chai-matchers",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/master/packages/hardhat-chai-matchers",
66
"repository": "github:nomicfoundation/hardhat",

packages/hardhat-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hardhat
22

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- 3d571e40b: Better Solidity errors propagation
8+
39
## 2.10.0
410

511
### Minor Changes

packages/hardhat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nomicfoundation/hardhat-network-helpers
2+
3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- d9fb21a5b: - Disallow using anonymous functions as fixtures

packages/hardhat-network-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-network-helpers",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/master/packages/hardhat-network-helpers",
66
"repository": "github:nomicfoundation/hardhat",

0 commit comments

Comments
 (0)