Skip to content

Commit

Permalink
Run changesets version
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Sep 14, 2022
1 parent b649a57 commit a3b4d9a
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-cooks-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-guests-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-mugs-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-peas-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-berries-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-dolls-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-weeks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-paws-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-suns-promise.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
@@ -1,5 +1,18 @@
# hardhat

## 2.11.2

### Patch Changes

- 1cfee28db: Make `eth_getStorageAt` more permissive
- 1375e1cc3: When forking, the disk cache is now used for any network
- 8aec687e9: Support Solidity 0.8.17
- 7e6a69561: Fixed a breaking change in the configuration type that was accidentally introduced in Hardhat 2.9.8.
- f4fd6a27e: Upgraded dependencies in sample projects
- 0d236ba73: Fix an error in the README files generated by the sample projects.
- c4c1d2fe0: Always show stack traces on CI servers
- 191c8ebbe: Improved the way we detect errors related to deploying contracts with a code that is too large.

## 2.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-core/package.json
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "2.11.1",
"version": "2.11.2",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-toolbox/CHANGELOG.md
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-toolbox

## 2.0.0

### Major Changes

- 7aca6744d: Upgraded `solidity-coverage` to the latest version. Since this new version includes some breaking changes, we are bumping the Toolbox to a new major version.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-toolbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-toolbox",
"version": "1.0.2",
"version": "2.0.0",
"description": "Nomic Foundation's recommended bundle of Hardhat plugins",
"repository": "github:nomicfoundation/hardhat",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/master/packages/hardhat-toolbox",
Expand Down

0 comments on commit a3b4d9a

Please sign in to comment.