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 alcuadrado committed Feb 9, 2023
1 parent ccf8841 commit 6baf30a
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-knives-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-guests-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-parrots-attend.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/few-flies-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-humans-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-comics-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-panthers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-garlics-mate.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nomiclabs/eslint-plugin-hardhat-internal-rules

## 1.0.1

### Patch Changes

- 337456b8a: add eslint rule for hardhat plugin errors
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/eslint-plugin-hardhat-internal-rules",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT"
}
6 changes: 6 additions & 0 deletions packages/hardhat-chai-matchers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-chai-matchers

## 1.0.6

### Patch Changes

- 8fa00c97c: Improved the warning shown when both `@nomicfoundation/hardhat-chai-matchers` and `@nomiclabs/hardhat-waffle` are used.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-chai-matchers",
"version": "1.0.5",
"version": "1.0.6",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
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.12.7

### Patch Changes

- e443b3667: Added an option in Hardhat Network to allow mining blocks with the same timestamp
- c23a1cac4: Added support for the `http_proxy` environment variable. When this variable is set, Hardhat will send its requests through the given proxy for things like JSON-RPC requests, mainnet forking and downloading compilers.

We also removed support for the `HTTP_PROXY` and `HTTPS_PROXY` environment variables, since `http_proxy` is the most commonly used environment variable for this kind of thing. Those variables could only be used for downloading compilers.

Finally, we also added support for `no_proxy`, which accepts a comma separated list of hosts or `"*"`. Any host included in this list will not be proxied.

Note that requests to `"localhost"` or `"127.0.0.1"` are never proxied.

- 69546655e: Added support for sending batch requests through WebSocket to the Hardhat node (thanks @tenbits!)
- 6bf1673bb: Added a config validation for the number of optimizer runs used (thanks @konarshankar07!)

## 2.12.6

### 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.12.6",
"version": "2.12.7",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-etherscan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-etherscan

## 3.1.6

### Patch Changes

- 070abb7f5: Added support for the `http_proxy` environment variable. When this variable is set, `hardhat-etherscan` will use the given proxy to send the verification requests.

## 3.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-etherscan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-etherscan",
"version": "3.1.5",
"version": "3.1.6",
"description": "Hardhat plugin for verifying contracts on etherscan",
"repository": "github:nomiclabs/hardhat",
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-etherscan",
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-network-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nomicfoundation/hardhat-network-helpers

## 1.0.8

### Patch Changes

- e443b3667: Added an option in Hardhat Network to allow mining blocks with the same timestamp
- 8a4ad9ddc: Added a new 'reset' network helper

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-network-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-network-helpers",
"version": "1.0.7",
"version": "1.0.8",
"description": "Hardhat utils for testing",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers",
"repository": "github:nomicfoundation/hardhat",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-waffle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomiclabs/hardhat-waffle

## 2.0.4

### Patch Changes

- 8fa00c97c: Improved the warning shown when both `@nomicfoundation/hardhat-chai-matchers` and `@nomiclabs/hardhat-waffle` are used.

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-waffle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomiclabs/hardhat-waffle",
"version": "2.0.3",
"version": "2.0.4",
"description": "Hardhat plugin to test smart contracts with Waffle",
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-waffle",
"repository": "github:nomiclabs/hardhat",
Expand Down

0 comments on commit 6baf30a

Please sign in to comment.