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..08e256bbbf 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", @@ -69,7 +69,7 @@ "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "4.0.0", - "hardhat": "workspace:^2.18.0", + "hardhat": "workspace:^2.22.19", "mocha": "^9.1.3", "nyc": "15.1.0", "prettier": "2.8.8", diff --git a/packages/hardhat-ignition-ethers/CHANGELOG.md b/packages/hardhat-ignition-ethers/CHANGELOG.md index dd4c2551f5..35c3579c83 100644 --- a/packages/hardhat-ignition-ethers/CHANGELOG.md +++ b/packages/hardhat-ignition-ethers/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.15.10 + +### Patch Changes + +- Updated dependencies [d96c003] +- Updated dependencies [5d79fca] +- Updated dependencies [00d542a] + - @nomicfoundation/ignition-core@0.15.10 + - @nomicfoundation/hardhat-ignition@0.15.10 + - hardhat@2.22.19 + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). diff --git a/packages/hardhat-ignition-ethers/package.json b/packages/hardhat-ignition-ethers/package.json index 4eae1edcc2..26c98a5f1c 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", @@ -56,7 +56,7 @@ "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "4.0.0", "ethers": "^6.7.0", - "hardhat": "workspace:^2.18.0", + "hardhat": "workspace:^2.22.19", "mocha": "^9.1.3", "nyc": "15.1.0", "prettier": "2.8.8", @@ -70,6 +70,6 @@ "@nomicfoundation/hardhat-ignition": "workspace:^", "@nomicfoundation/ignition-core": "workspace:^", "ethers": "^6.7.0", - "hardhat": "workspace:^2.18.0" + "hardhat": "workspace:^2.22.19" } } diff --git a/packages/hardhat-ignition-ui/CHANGELOG.md b/packages/hardhat-ignition-ui/CHANGELOG.md index dae700c1c9..d3a1dfda1a 100644 --- a/packages/hardhat-ignition-ui/CHANGELOG.md +++ b/packages/hardhat-ignition-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.10 + +### Patch Changes + +- d96c003: Ignition: fix for bug when we fail to save transaction hash + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 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..c44906b326 100644 --- a/packages/hardhat-ignition-viem/CHANGELOG.md +++ b/packages/hardhat-ignition-viem/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.15.10 + +### Patch Changes + +- Updated dependencies [d96c003] +- Updated dependencies [5d79fca] +- Updated dependencies [00d542a] + - @nomicfoundation/ignition-core@0.15.10 + - @nomicfoundation/hardhat-ignition@0.15.10 + - hardhat@2.22.19 + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). diff --git a/packages/hardhat-ignition-viem/package.json b/packages/hardhat-ignition-viem/package.json index 4bdde709a7..0a2172ddb7 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", @@ -56,7 +56,7 @@ "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "4.0.0", - "hardhat": "workspace:^2.18.0", + "hardhat": "workspace:^2.22.19", "mocha": "^9.1.3", "nyc": "15.1.0", "prettier": "2.8.8", @@ -70,7 +70,7 @@ "@nomicfoundation/hardhat-ignition": "workspace:^", "@nomicfoundation/hardhat-viem": "workspace:^2.0.0", "@nomicfoundation/ignition-core": "workspace:^", - "hardhat": "workspace:^2.18.0", + "hardhat": "workspace:^2.22.19", "viem": "^2.7.6" } } diff --git a/packages/hardhat-ignition/CHANGELOG.md b/packages/hardhat-ignition/CHANGELOG.md index 2158b9f8ec..b79d3e8b4b 100644 --- a/packages/hardhat-ignition/CHANGELOG.md +++ b/packages/hardhat-ignition/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.15.10 + +### Patch Changes + +- d96c003: Ignition: fix for bug when we fail to save transaction hash +- Updated dependencies [d96c003] +- Updated dependencies [0469eb2] +- Updated dependencies [5d79fca] +- Updated dependencies [00d542a] + - @nomicfoundation/ignition-core@0.15.10 + - @nomicfoundation/ignition-ui@0.15.10 + - @nomicfoundation/hardhat-verify@2.0.13 + - hardhat@2.22.19 + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). diff --git a/packages/hardhat-ignition/package.json b/packages/hardhat-ignition/package.json index 67e614e0fc..4e5f63b53f 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", @@ -51,7 +51,7 @@ "@istanbuljs/nyc-config-typescript": "1.0.2", "@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^", "@nomicfoundation/hardhat-network-helpers": "workspace:^1.0.9", - "@nomicfoundation/hardhat-verify": "workspace:^2.0.1", + "@nomicfoundation/hardhat-verify": "workspace:^2.0.13", "@types/chai": "^4.2.22", "@types/chai-as-promised": "^7.1.4", "@types/debug": "^4.1.7", @@ -72,7 +72,7 @@ "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-prettier": "4.0.0", - "hardhat": "workspace:^2.18.0", + "hardhat": "workspace:^2.22.19", "mocha": "^9.1.3", "nyc": "15.1.0", "prettier": "2.8.8", @@ -83,8 +83,8 @@ "viem": "^2.7.6" }, "peerDependencies": { - "@nomicfoundation/hardhat-verify": "workspace:^2.0.1", - "hardhat": "workspace:^2.18.0" + "@nomicfoundation/hardhat-verify": "workspace:^2.0.13", + "hardhat": "workspace:^2.22.19" }, "dependencies": { "@nomicfoundation/ignition-core": "workspace:^", diff --git a/packages/hardhat-verify/CHANGELOG.md b/packages/hardhat-verify/CHANGELOG.md index 1fa94c631c..e280b9f62f 100644 --- a/packages/hardhat-verify/CHANGELOG.md +++ b/packages/hardhat-verify/CHANGELOG.md @@ -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 diff --git a/packages/hardhat-verify/package.json b/packages/hardhat-verify/package.json index 2813dd1b1c..a4ec065f2e 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", @@ -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", @@ -83,6 +83,6 @@ "typescript": "~5.0.0" }, "peerDependencies": { - "hardhat": "workspace:^2.0.4" + "hardhat": "workspace:^2.22.19" } }