Skip to content

Commit 788e16b

Browse files
authored
Merge pull request #6728 from NomicFoundation/chore/fix-up-changesets
Cleanup text of changesets before release
2 parents 79607b1 + 6270910 commit 788e16b

File tree

7 files changed

+5
-15
lines changed

7 files changed

+5
-15
lines changed

.changeset/dull-frogs-wait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"hardhat": patch
66
---
77

8-
Implemented a mechanism to automatically run tests using the appropriate test runner when none is explicitly specified
8+
Delegate from `npx hardhat test` to appropriate test runner when file test path provided ([#6616](https://github.com/NomicFoundation/hardhat/issues/6616))

.changeset/gorgeous-eyes-allow.md

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

.changeset/mean-avocados-matter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
Add the ability to filter Solidity tests with `--grep`.
5+
Add the ability to filter Solidity tests with `--grep` ([#6690](https://github.com/NomicFoundation/hardhat/pull/6690))

.changeset/nervous-cherries-switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@nomicfoundation/hardhat-typechain": patch
33
---
44

5-
Fix an issue with abstract contracts' factories
5+
Fix an issue with abstract contracts' factories ([#6703](https://github.com/NomicFoundation/hardhat/pull/6703))

.changeset/olive-suits-deny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
Ignore top-level `.json` files the `artifacts` folder, as those are never actual artifacts.
5+
Fix to ignore top-level `.json` files in the `artifacts` folder, as those are never actual artifacts ([#6613](https://github.com/NomicFoundation/hardhat/issues/6613))

.changeset/sixty-socks-roll.md

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

.changeset/yellow-dolls-behave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
Fixed an issue that prevented the creation of multiple duplicate accounts
5+
Fixed unintended deduplication of accounts ([#6707](https://github.com/NomicFoundation/hardhat/issues/6707))

0 commit comments

Comments
 (0)