Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #6146

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/bright-spies-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-hornets-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-sloths-walk.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/kind-teachers-applaud.md

This file was deleted.

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

## 2.22.19

### Patch Changes

- 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension.
- 00d542a: Update EDR to `v0.8.0`:
- fix: improved provider initialization performance
- fix: ignore unknown opcodes in source maps
- fix: crash when loading EDR on Windows without a C Runtime library installed
- fix: improved stack trace generation performance

## 2.22.18

### 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.22.18",
"version": "2.22.19",
"author": "Nomic Labs LLC",
"license": "MIT",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 4 additions & 2 deletions packages/hardhat-ignition-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## 0.15.10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Patch Changes

- d96c003: Fix for bug when we fail to save transaction hash

## 0.15.9 - 2024-12-18

Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ignition-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/ignition-core",
"version": "0.15.9",
"version": "0.15.10",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 4 additions & 2 deletions packages/hardhat-ignition-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## 0.15.10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Patch Changes

- d96c003: Fix for bug when we fail to save transaction hash

## 0.15.9 - 2024-12-18

Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ignition-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition-ethers",
"version": "0.15.9",
"version": "0.15.10",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 4 additions & 2 deletions packages/hardhat-ignition-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## 0.15.10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Patch Changes

- d96c003: Fix for bug when we fail to save transaction hash

## 0.15.9 - 2024-12-18

Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ignition-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/ignition-ui",
"version": "0.15.9",
"version": "0.15.10",
"type": "module",
"scripts": {
"predev": "pnpm regenerate-deployment-example",
Expand Down
6 changes: 4 additions & 2 deletions packages/hardhat-ignition-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## 0.15.10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Patch Changes

- d96c003: Fix for bug when we fail to save transaction hash

## 0.15.9 - 2024-12-18

Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ignition-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition-viem",
"version": "0.15.9",
"version": "0.15.10",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 4 additions & 2 deletions packages/hardhat-ignition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## 0.15.10

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Patch Changes

- d96c003: Fix for bug when we fail to save transaction hash

## 0.15.9 - 2024-12-18

Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-ignition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/hardhat-ignition",
"version": "0.15.9",
"version": "0.15.10",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nomicfoundation/hardhat-verify

## 2.0.13

### Patch Changes

- 0469eb2: Ink networks added

## 2.0.12

### 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": "2.0.12",
"version": "2.0.13",
"description": "Hardhat plugin for verifying contracts",
"keywords": [
"ethereum",
Expand Down
Loading