Skip to content

Commit

Permalink
chore: bump version to v0.0.7
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.0.7 - 2023-01-31` release.
  • Loading branch information
zoeyTM committed Jan 31, 2023
1 parent 38a9b04 commit 59aa3e1
Show file tree
Hide file tree
Showing 9 changed files with 21 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.6"
"@ignored/hardhat-ignition": "^0.0.7"
},
"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.6",
"@ignored/hardhat-ignition": "^0.0.7",
"@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.6",
"@ignored/hardhat-ignition": "^0.0.7",
"@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.6",
"@ignored/hardhat-ignition": "^0.0.7",
"@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.6",
"@ignored/hardhat-ignition": "^0.0.7",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7 - 2023-01-31

### Fixed

- Resolve parameter args for deployed contracts during execution ([#125](https://github.com/NomicFoundation/ignition/pull/125))

## 0.0.6 - 2023-01-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.6",
"version": "0.0.7",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7 - 2023-01-31

### Fixed

- Resolve parameter args for deployed contracts during execution ([#125](https://github.com/NomicFoundation/ignition/pull/125))

## 0.0.6 - 2023-01-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.6",
"version": "0.0.7",
"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.6",
"@ignored/ignition-core": "^0.0.7",
"@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.6",
"@ignored/ignition-core": "^0.0.7",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.12.0"
},
Expand Down

0 comments on commit 59aa3e1

Please sign in to comment.