Skip to content

Commit

Permalink
chore: bump version to v0.0.6
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.0.6 -
2023-01-20` release.
  • Loading branch information
kanej committed Jan 20, 2023
1 parent fb66437 commit 83b9e65
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/create2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"hardhat": "^2.10.0",
"@ignored/hardhat-ignition": "^0.0.5"
"@ignored/hardhat-ignition": "^0.0.6"
},
"dependencies": {
"@openzeppelin/contracts": "4.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.5",
"@ignored/hardhat-ignition": "^0.0.6",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.5",
"@ignored/hardhat-ignition": "^0.0.6",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.5",
"@ignored/hardhat-ignition": "^0.0.6",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.5",
"@ignored/hardhat-ignition": "^0.0.6",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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/).

## 0.0.6 - 2023-01-20

### Added

- Support rerunning deployments that errored or went to on-hold on a previous run ([#70](https://github.com/NomicFoundation/ignition/pull/70))
- Support sending `ETH` to a contract without having to make a call/deploy ([#79](https://github.com/NomicFoundation/ignition/pull/79))
- Confirm dialog on deploys to non-hardhat networks ([#95](https://github.com/NomicFoundation/ignition/issues/95))

### Changed

- Rename the `awaitEvent` action in the api to `event` ([#108](https://github.com/NomicFoundation/ignition/issues/108))

## 0.0.5 - 2022-12-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/ignition-core",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
12 changes: 12 additions & 0 deletions packages/hardhat-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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/).

## 0.0.6 - 2023-01-20

### Added

- Support rerunning deployments that errored or went to on-hold on a previous run ([#70](https://github.com/NomicFoundation/ignition/pull/70))
- Support sending `ETH` to a contract without having to make a call/deploy ([#79](https://github.com/NomicFoundation/ignition/pull/79))
- Confirm dialog on deploys to non-hardhat networks ([#95](https://github.com/NomicFoundation/ignition/issues/95))

### Changed

- Rename the `awaitEvent` action in the api to `event` ([#108](https://github.com/NomicFoundation/ignition/issues/108))

## 0.0.5 - 2022-12-20

### Added
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/hardhat-ignition",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf .nyc_output coverage dist tsconfig.tsbuildinfo"
},
"devDependencies": {
"@ignored/ignition-core": "^0.0.5",
"@ignored/ignition-core": "^0.0.6",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/chai": "^4.2.22",
Expand Down Expand Up @@ -70,7 +70,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@ignored/ignition-core": "^0.0.5",
"@ignored/ignition-core": "^0.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.12.0"
},
Expand Down

0 comments on commit 83b9e65

Please sign in to comment.