Skip to content

Commit 8ae9bd8

Browse files
committed
chore: update changesets in prep for release
Add in issue references.
1 parent 04bb8f8 commit 8ae9bd8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.changeset/long-toes-deny.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
Use default value for rpcCachePath when running solidity tests
5+
Speed up Solidity Tests when forking by setting an rpc cache path ([#6459](https://github.com/NomicFoundation/hardhat/issues/6459))

.changeset/polite-crabs-relax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"hardhat": patch
44
---
55

6-
Added a mutex to synchronize compiler list downloads
6+
Fixed errors in compiler list downloads with a synchronization mutex ([#6437](https://github.com/NomicFoundation/hardhat/issues/6437))

.changeset/pre.json

+7
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,23 @@
3131
"@nomicfoundation/example-project": "3.0.1"
3232
},
3333
"changesets": [
34+
"calm-clouds-work",
3435
"cool-waves-wonder",
3536
"early-wolves-move",
3637
"eighty-clouds-act",
38+
"giant-chairs-drop",
39+
"little-laws-shop",
40+
"long-toes-deny",
3741
"many-wombats-grin",
3842
"neat-frogs-punch",
3943
"olive-lobsters-carry",
44+
"polite-crabs-relax",
45+
"release-3.0.0-next.2",
4046
"selfish-worms-remain",
4147
"short-beans-rest",
4248
"short-zoos-arrive",
4349
"slow-lobsters-watch",
50+
"small-buckets-ring",
4451
"strong-mugs-change"
4552
]
4653
}

.changeset/small-buckets-ring.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
"@nomicfoundation/hardhat-typechain": patch
3+
"hardhat": patch
34
---
45

5-
Added support for the `attach` method in `hardhat-typechain`.
6+
Added support for the `attach` method in `hardhat-typechain` ([#6315](https://github.com/NomicFoundation/hardhat/issues/6315))

0 commit comments

Comments
 (0)