Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fvictorio committed May 11, 2022
1 parent 8edcf9d commit fad28b3
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-cycles-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dull-impalas-grin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-sloths-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-guests-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-yaks-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-islands-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-parents-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-trainers-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-pianos-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-kids-grab.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/hardhat-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# hardhat

## 2.9.4

### Patch Changes

- 1de87072: Fix passing options and depth when inspecting a lazyObject or lazyFunction
- 7403ec1d: Stop publishing tsconfig.json files
- b9f997cb: Upgraded ethereumjs dependencies (thanks @LogvinovLeon!).
- 58aa161a: Expand the `data` object returned by the JSON-RPC response when a transaction or call reverts. Now it also includes the `message` and `data` fields. The `message` is the same message that is part of the response, and it's included to make things work better with ethers.js. The `data` field includes the return data of the transaction. These fields are included in the responses of the `eth_sendTransaction`, `eth_sendRawTransaction`, `eth_call` and `eth_estimateGas` methods when they revert.
- 78876d64: Fix a bug preventing to run the solcjs compiler.
- 1929e177: Fix a bug when formatting optional params in the help messages.
- 4238a921: Fixed a problem with `hardhat_mine` when used with `solidity-coverage`.
- 32cc90bf: Allow --version flag to be used when not in a Hardhat project directory
- b5273ce1: - Fixed a potential OOM error during parallel compilation
- Added a `--concurrency` param to the compile task
- 97eb5820: The `CustomError` class is now exported in `hardhat/common`

## 2.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "2.9.3",
"version": "2.9.4",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-ethers

## 2.0.6

### Patch Changes

- 7403ec1d: Stop publishing tsconfig.json files

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-ethers",
"version": "2.0.5",
"version": "2.0.6",
"description": "Hardhat plugin for ethers",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-ethers",
"repository": "github:nomiclabs/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-solhint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @nomiclabs/hardhat-solhint

## 2.0.1
### Patch Changes

- 7403ec1d: Stop publishing tsconfig.json files
2 changes: 1 addition & 1 deletion packages/hardhat-solhint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-solhint",
"version": "2.0.0",
"version": "2.0.1",
"description": "Hardhat plugin for solhint",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-solhint",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-truffle4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-truffle4

## 2.0.5

### Patch Changes

- b9f997cb: Upgraded ethereumjs dependencies (thanks @LogvinovLeon!).

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-truffle4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-truffle4",
"version": "2.0.4",
"version": "2.0.5",
"description": "Truffle 4 Hardhat compatibility plugin",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-truffle4",
"repository": "github:nomiclabs/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-truffle5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-truffle5

## 2.0.6

### Patch Changes

- b9f997cb: Upgraded ethereumjs dependencies (thanks @LogvinovLeon!).

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-truffle5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-truffle5",
"version": "2.0.5",
"version": "2.0.6",
"description": "Truffle 5 Hardhat compatibility plugin",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-truffle5",
Expand Down

0 comments on commit fad28b3

Please sign in to comment.