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 Jun 22, 2023
1 parent 679bc0d commit 57120cc
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-papayas-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-horses-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-crews-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-mugs-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-books-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-meals-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-jeans-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-points-arrive.md

This file was deleted.

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

## 2.16.0

### Minor Changes

- 8c5f3f3bc: Added support for extending the network provider

### Patch Changes

- 128b0a0de: Added a HARDHAT_DISABLE_TELEMETRY_PROMPT environment variable that can be set to `true` to prevent Hardhat from showing the telemetry consent prompt.
- 27a5cda59: Migrated Google Universal Analytics to Google Analytics 4
- c115dfd21: `console.sol` is now memory-safe (thanks @ZumZoom!)
- c61fd8ac0: Added optional params to some compilation subtasks to make them more flexible (thanks @adjisb!)

## 2.15.0

### Minor 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.15.0",
"version": "2.16.0",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nomicfoundation/hardhat-verify

## 1.0.2

### Patch Changes

- 4028c6e24: Fix URLs for the Aurora networks (thanks @zZoMROT and @ZumZoom!)
- 4028c6e24: Fixed a problem where the `--list-networks` flag wasn't working without passing an address (thanks @clauBv23!)
- 72162dcc7: Success messages are now more generic (thanks @clauBv23!).

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-verify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hardhat plugin for verifying contracts",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-verify",
"repository": "github:nomicfoundation/hardhat",
Expand Down

0 comments on commit 57120cc

Please sign in to comment.