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 kanej committed Feb 24, 2025
1 parent 6e699f0 commit d1731b3
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 44 deletions.
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
9 changes: 9 additions & 0 deletions packages/hardhat-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nomicfoundation/hardhat-verify

## 2.0.13

### Patch Changes

- 0469eb2: Ink networks added
- Updated dependencies [5d79fca]
- Updated dependencies [00d542a]
- hardhat@2.22.19

## 2.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-mocha": "10.4.1",
"eslint-plugin-prettier": "3.4.0",
"ethers": "^5.0.0",
"hardhat": "workspace:^2.0.4",
"hardhat": "workspace:^2.22.19",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "2.4.1",
Expand All @@ -83,6 +83,6 @@
"typescript": "~5.0.0"
},
"peerDependencies": {
"hardhat": "workspace:^2.0.4"
"hardhat": "workspace:^2.22.19"
}
}

0 comments on commit d1731b3

Please sign in to comment.