Skip to content

Commit

Permalink
chore: bump version to v0.0.10
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.0.10 -
2023-04-14` release.
  • Loading branch information
kanej committed Mar 14, 2023
1 parent 729c6cc commit eede498
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 32 deletions.
4 changes: 2 additions & 2 deletions examples/create2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-create2-example",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -11,7 +11,7 @@
},
"devDependencies": {
"hardhat": "^2.10.0",
"@ignored/hardhat-ignition": "^0.0.9"
"@ignored/hardhat-ignition": "^0.0.10"
},
"dependencies": {
"@openzeppelin/contracts": "4.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/ens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-ens-example",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.9",
"@ignored/hardhat-ignition": "^0.0.10",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-example-multisig",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.9",
"@ignored/hardhat-ignition": "^0.0.10",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-sample-example",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.9",
"@ignored/hardhat-ignition": "^0.0.10",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/ts-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-ts-sample-example",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.9",
"@ignored/hardhat-ignition": "^0.0.10",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/uniswap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-uniswap-example",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"test:examples": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ignored/hardhat-ignition": "^0.0.9",
"@ignored/hardhat-ignition": "^0.0.10",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
66 changes: 50 additions & 16 deletions package-lock.json

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

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.10 - 2023-04-14

### Added

- Make Hardhat network accounts available within modules ([#166](https://github.com/NomicFoundation/ignition/pull/166))

### Changed

- Show file/line/column against validation errors, so that module problems can more easily be traced back to the source code ([#160](https://github.com/NomicFoundation/ignition/pull/160))

## 0.0.9 - 2023-03-02

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

### Added

- Make Hardhat network accounts available within modules ([#166](https://github.com/NomicFoundation/ignition/pull/166))

### Changed

- Show file/line/column against validation errors, so that module problems can more easily be traced back to the source code ([#160](https://github.com/NomicFoundation/ignition/pull/160))

## 0.0.9 - 2023-03-02

### 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.9",
"version": "0.0.10",
"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.9",
"@ignored/ignition-core": "^0.0.10",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/chai": "^4.2.22",
Expand Down Expand Up @@ -71,7 +71,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@ignored/ignition-core": "^0.0.9",
"@ignored/ignition-core": "^0.0.10",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.12.0"
},
Expand Down

0 comments on commit eede498

Please sign in to comment.