From a3ada90ad7362660c98372c36779409121af39ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 13:58:34 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-ligers-brake.md | 7 ------- .changeset/silver-waves-cough.md | 6 ------ packages/hardhat-core/CHANGELOG.md | 7 +++++++ packages/hardhat-core/package.json | 2 +- packages/hardhat-toolbox-viem/CHANGELOG.md | 11 +++++++++++ packages/hardhat-toolbox-viem/package.json | 2 +- packages/hardhat-toolbox/CHANGELOG.md | 10 ++++++++++ packages/hardhat-toolbox/package.json | 2 +- 8 files changed, 31 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cyan-ligers-brake.md delete mode 100644 .changeset/silver-waves-cough.md diff --git a/.changeset/cyan-ligers-brake.md b/.changeset/cyan-ligers-brake.md deleted file mode 100644 index dcd75e876b..0000000000 --- a/.changeset/cyan-ligers-brake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"hardhat": patch -"@nomicfoundation/hardhat-toolbox": major -"@nomicfoundation/hardhat-toolbox-viem": major ---- - -Include Hardhat Ignition in the toolboxes. diff --git a/.changeset/silver-waves-cough.md b/.changeset/silver-waves-cough.md deleted file mode 100644 index 636032268e..0000000000 --- a/.changeset/silver-waves-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nomicfoundation/hardhat-toolbox-viem": major -"hardhat": patch ---- - -Upgraded hardhat-toolbox-viem and project creation to support viem@2 diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 75b22fc392..99ee86ea66 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,12 @@ # hardhat +## 2.22.1 + +### Patch Changes + +- 92d140f: Include Hardhat Ignition in the toolboxes of the starter projects +- cfec932: Upgraded hardhat-toolbox-viem to support viem@2 in the viem sample project + ## 2.22.0 ### Minor Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 280dd18dca..24448f8cad 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.0", + "version": "2.22.1", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org", diff --git a/packages/hardhat-toolbox-viem/CHANGELOG.md b/packages/hardhat-toolbox-viem/CHANGELOG.md index 3d01d2bd31..324dbf9078 100644 --- a/packages/hardhat-toolbox-viem/CHANGELOG.md +++ b/packages/hardhat-toolbox-viem/CHANGELOG.md @@ -1,5 +1,16 @@ # @nomicfoundation/hardhat-toolbox-viem +## 3.0.0 + +### Major Changes + +- 92d140f: Include Hardhat Ignition in the toolboxes. +- cfec932: Upgraded hardhat-toolbox-viem and project creation to support viem@2 + +### Patch Changes + +- Updated dependencies [92d140f] + ## 2.0.0 ### Major Changes diff --git a/packages/hardhat-toolbox-viem/package.json b/packages/hardhat-toolbox-viem/package.json index 337c4e838d..5c9a1f0270 100644 --- a/packages/hardhat-toolbox-viem/package.json +++ b/packages/hardhat-toolbox-viem/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-toolbox-viem", - "version": "2.0.0", + "version": "3.0.0", "description": "Nomic Foundation's recommended bundle of Hardhat plugins (viem based)", "repository": "github:nomicfoundation/hardhat", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox-viem", diff --git a/packages/hardhat-toolbox/CHANGELOG.md b/packages/hardhat-toolbox/CHANGELOG.md index c2c0f80416..9d080ce46a 100644 --- a/packages/hardhat-toolbox/CHANGELOG.md +++ b/packages/hardhat-toolbox/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-toolbox +## 5.0.0 + +### Major Changes + +- 92d140f: Include Hardhat Ignition in the toolboxes. + +### Patch Changes + +- Updated dependencies [92d140f] + ## 4.0.0 ### Major Changes diff --git a/packages/hardhat-toolbox/package.json b/packages/hardhat-toolbox/package.json index 973bd8a9b6..e29b25c437 100644 --- a/packages/hardhat-toolbox/package.json +++ b/packages/hardhat-toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-toolbox", - "version": "4.0.0", + "version": "5.0.0", "description": "Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)", "repository": "github:nomicfoundation/hardhat", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox",