From c8191e5369daeb150c3799943b1562bb52e5d751 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Feb 2025 13:16:29 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-spies-glow.md | 7 ------- .changeset/flat-hornets-yell.md | 5 ----- .changeset/fluffy-sloths-walk.md | 5 ----- .changeset/kind-teachers-applaud.md | 8 -------- packages/hardhat-core/CHANGELOG.md | 11 +++++++++++ packages/hardhat-core/package.json | 2 +- packages/hardhat-ignition-core/CHANGELOG.md | 6 ++++-- packages/hardhat-ignition-core/package.json | 2 +- packages/hardhat-ignition-ethers/CHANGELOG.md | 6 ++++-- packages/hardhat-ignition-ethers/package.json | 2 +- packages/hardhat-ignition-ui/CHANGELOG.md | 6 ++++-- packages/hardhat-ignition-ui/package.json | 2 +- packages/hardhat-ignition-viem/CHANGELOG.md | 6 ++++-- packages/hardhat-ignition-viem/package.json | 2 +- packages/hardhat-ignition/CHANGELOG.md | 6 ++++-- packages/hardhat-ignition/package.json | 2 +- packages/hardhat-verify/CHANGELOG.md | 6 ++++++ packages/hardhat-verify/package.json | 2 +- 18 files changed, 44 insertions(+), 42 deletions(-) delete mode 100644 .changeset/bright-spies-glow.md delete mode 100644 .changeset/flat-hornets-yell.md delete mode 100644 .changeset/fluffy-sloths-walk.md delete mode 100644 .changeset/kind-teachers-applaud.md diff --git a/.changeset/bright-spies-glow.md b/.changeset/bright-spies-glow.md deleted file mode 100644 index ca571e4b2d..0000000000 --- a/.changeset/bright-spies-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nomicfoundation/ignition-core": patch -"@nomicfoundation/ignition-ui": patch -"@nomicfoundation/hardhat-ignition": patch ---- - -Ignition: fix for bug when we fail to save transaction hash diff --git a/.changeset/flat-hornets-yell.md b/.changeset/flat-hornets-yell.md deleted file mode 100644 index fb04e47427..0000000000 --- a/.changeset/flat-hornets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-verify": patch ---- - -Ink networks added diff --git a/.changeset/fluffy-sloths-walk.md b/.changeset/fluffy-sloths-walk.md deleted file mode 100644 index 8f6cfa2a51..0000000000 --- a/.changeset/fluffy-sloths-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension. diff --git a/.changeset/kind-teachers-applaud.md b/.changeset/kind-teachers-applaud.md deleted file mode 100644 index 4b50e08f15..0000000000 --- a/.changeset/kind-teachers-applaud.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"hardhat": patch ---- - -* 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 diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index c928be934a..5a304bed6c 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 3ab6506f6b..1b37173f7b 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.18", + "version": "2.22.19", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org", diff --git a/packages/hardhat-ignition-core/CHANGELOG.md b/packages/hardhat-ignition-core/CHANGELOG.md index b3a9c9f206..36ed10a3d4 100644 --- a/packages/hardhat-ignition-core/CHANGELOG.md +++ b/packages/hardhat-ignition-core/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-ignition-core/package.json b/packages/hardhat-ignition-core/package.json index 59e314e8d0..447d57e5c8 100644 --- a/packages/hardhat-ignition-core/package.json +++ b/packages/hardhat-ignition-core/package.json @@ -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", diff --git a/packages/hardhat-ignition-ethers/CHANGELOG.md b/packages/hardhat-ignition-ethers/CHANGELOG.md index dd4c2551f5..ee582283c3 100644 --- a/packages/hardhat-ignition-ethers/CHANGELOG.md +++ b/packages/hardhat-ignition-ethers/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-ignition-ethers/package.json b/packages/hardhat-ignition-ethers/package.json index 4eae1edcc2..5d559841a8 100644 --- a/packages/hardhat-ignition-ethers/package.json +++ b/packages/hardhat-ignition-ethers/package.json @@ -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", diff --git a/packages/hardhat-ignition-ui/CHANGELOG.md b/packages/hardhat-ignition-ui/CHANGELOG.md index dae700c1c9..f1dce77d78 100644 --- a/packages/hardhat-ignition-ui/CHANGELOG.md +++ b/packages/hardhat-ignition-ui/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-ignition-ui/package.json b/packages/hardhat-ignition-ui/package.json index c9a8c209be..7384e15d22 100644 --- a/packages/hardhat-ignition-ui/package.json +++ b/packages/hardhat-ignition-ui/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/ignition-ui", - "version": "0.15.9", + "version": "0.15.10", "type": "module", "scripts": { "predev": "pnpm regenerate-deployment-example", diff --git a/packages/hardhat-ignition-viem/CHANGELOG.md b/packages/hardhat-ignition-viem/CHANGELOG.md index 43e98e0b4e..39b5092e91 100644 --- a/packages/hardhat-ignition-viem/CHANGELOG.md +++ b/packages/hardhat-ignition-viem/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-ignition-viem/package.json b/packages/hardhat-ignition-viem/package.json index 4bdde709a7..619f298440 100644 --- a/packages/hardhat-ignition-viem/package.json +++ b/packages/hardhat-ignition-viem/package.json @@ -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", diff --git a/packages/hardhat-ignition/CHANGELOG.md b/packages/hardhat-ignition/CHANGELOG.md index 2158b9f8ec..dc20df393a 100644 --- a/packages/hardhat-ignition/CHANGELOG.md +++ b/packages/hardhat-ignition/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-ignition/package.json b/packages/hardhat-ignition/package.json index 67e614e0fc..4fa5bcdec2 100644 --- a/packages/hardhat-ignition/package.json +++ b/packages/hardhat-ignition/package.json @@ -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", diff --git a/packages/hardhat-verify/CHANGELOG.md b/packages/hardhat-verify/CHANGELOG.md index 1fa94c631c..f554fae8c4 100644 --- a/packages/hardhat-verify/CHANGELOG.md +++ b/packages/hardhat-verify/CHANGELOG.md @@ -1,5 +1,11 @@ # @nomicfoundation/hardhat-verify +## 2.0.13 + +### Patch Changes + +- 0469eb2: Ink networks added + ## 2.0.12 ### Patch Changes diff --git a/packages/hardhat-verify/package.json b/packages/hardhat-verify/package.json index 2813dd1b1c..8f7871ea77 100644 --- a/packages/hardhat-verify/package.json +++ b/packages/hardhat-verify/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-verify", - "version": "2.0.12", + "version": "2.0.13", "description": "Hardhat plugin for verifying contracts", "keywords": [ "ethereum",