Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/moody-gorillas-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-geese-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-zoos-fold.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-numbers-report.md

This file was deleted.

62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions v-next/example-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"test": "hardhat test nodejs && hardhat test mocha"
},
"devDependencies": {
"hardhat": "workspace:^3.0.11",
"hardhat": "workspace:^3.0.12",
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.1",
"@nomicfoundation/hardhat-errors": "workspace:^3.0.3",
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.3",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.4",
"@nomicfoundation/ignition-core": "workspace:^3.0.4",
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.4",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",
"@nomicfoundation/ignition-core": "workspace:^3.0.5",
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.5",
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.3",
"@nomicfoundation/hardhat-ledger": "workspace:^1.2.1",
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.6",
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.2",
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.6",
"@nomicfoundation/hardhat-typechain": "workspace:^3.0.1",
"@nomicfoundation/hardhat-verify": "workspace:^3.0.5",
"@nomicfoundation/hardhat-verify": "workspace:^3.0.6",
"@nomicfoundation/hardhat-viem": "workspace:^3.0.1",
"@nomicfoundation/hardhat-viem-assertions": "workspace:^3.0.3",
"@openzeppelin/contracts": "5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions v-next/hardhat-ignition-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.5

### Patch Changes

- d1c1803: Make `@nomicfoundation/hardhat-ignition`'s UI work well with other plugins, like Ledger's.

## 3.0.4

## 3.0.3
Expand Down
4 changes: 2 additions & 2 deletions v-next/hardhat-ignition-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/ignition-core",
"version": "3.0.4",
"version": "3.0.5",
"description": "Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.",
"homepage": "https://hardhat.org",
"repository": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"chai-as-promised": "^8.0.0",
"cross-env": "7.0.3",
"eslint": "9.25.1",
"hardhat": "workspace:^3.0.11",
"hardhat": "workspace:^3.0.12",
"mocha": "^11.0.0",
"nyc": "15.1.0",
"prettier": "3.2.5",
Expand Down
6 changes: 6 additions & 0 deletions v-next/hardhat-ignition-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.5

### Patch Changes

- d1c1803: Make `@nomicfoundation/hardhat-ignition`'s UI work well with other plugins, like Ledger's.

## 3.0.4

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions v-next/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": "3.0.4",
"version": "3.0.5",
"description": "The Ethers extension to Hardhat Ignition. Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignition lets you focus on your project instead of getting caught up in the deployment details.",
"homepage": "https://hardhat.org",
"repository": {
Expand Down Expand Up @@ -46,10 +46,10 @@
],
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"hardhat": "workspace:^3.0.0",
"hardhat": "workspace:^3.0.12",
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.0",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.2",
"@nomicfoundation/ignition-core": "workspace:^3.0.2",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",
"@nomicfoundation/ignition-core": "workspace:^3.0.5",
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
"@nomicfoundation/hardhat-test-utils": "workspace:^",
"@types/node": "^20.14.9",
Expand All @@ -68,11 +68,11 @@
"@nomicfoundation/hardhat-errors": "workspace:^3.0.2"
},
"peerDependencies": {
"hardhat": "workspace:^3.0.0",
"hardhat": "workspace:^3.0.12",
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.0",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.2",
"@nomicfoundation/hardhat-verify": "workspace:^3.0.0",
"@nomicfoundation/ignition-core": "workspace:^3.0.2",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.5",
"@nomicfoundation/hardhat-verify": "workspace:^3.0.6",
"@nomicfoundation/ignition-core": "workspace:^3.0.5",
"ethers": "^6.14.0"
}
}
2 changes: 2 additions & 0 deletions v-next/hardhat-ignition-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 3.0.5

## 3.0.4

## 3.0.3
Expand Down
Loading