Skip to content

Commit

Permalink
chore: bump version to v0.2.0
Browse files Browse the repository at this point in the history
Update the package versions and changelogs for the `0.2.0 - 2023-08-16` release.
  • Loading branch information
zoeyTM committed Aug 16, 2023
1 parent a154a23 commit f4c3c02
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 36 deletions.
4 changes: 2 additions & 2 deletions examples/complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/ignition-complete-example",
"private": true,
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.1.2",
"@ignored/hardhat-ignition": "^0.2.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "^2.14.0",
"prettier-plugin-solidity": "1.1.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.1.2",
"version": "0.2.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.1.2",
"@ignored/hardhat-ignition": "^0.2.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "^2.14.0",
"prettier-plugin-solidity": "1.1.3"
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.1.2",
"version": "0.2.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.1.2",
"@ignored/hardhat-ignition": "^0.2.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "^2.14.0",
"prettier-plugin-solidity": "1.1.3"
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.1.2",
"version": "0.2.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,ts,md,json}\" \"ignition/*.{js,ts,md,json}\" \"test/*.{js,ts,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.1.2",
"@ignored/hardhat-ignition": "^0.2.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "^2.14.0",
"prettier-plugin-solidity": "1.1.3"
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.1.2",
"version": "0.2.0",
"scripts": {
"test": "hardhat test",
"lint": "npm run prettier -- --check && npm run eslint",
Expand All @@ -10,7 +10,7 @@
"prettier": "prettier \"*.{js,md,json}\" \"ignition/*.{js,md,json}\" \"test/*.{js,md,json}\" \"contracts/**/*.sol\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.1.2",
"@ignored/hardhat-ignition": "^0.2.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "^2.14.0",
"prettier-plugin-solidity": "1.1.3"
Expand Down
36 changes: 18 additions & 18 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.2.0 - 2023-08-16

### Added

- The execution config is now exposed through deploy and wired into the `hardhat-ignition` plugin config.

### Fixed

- Switch default deploy configurations depending on whether the current network is automined.

## 0.1.2 - 2023-07-31

### Fixed
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.1.2",
"version": "0.2.0",
"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.2.0 - 2023-08-16

### Added

- The execution config is now exposed through deploy and wired into the `hardhat-ignition` plugin config.

### Fixed

- Switch default deploy configurations depending on whether the current network is automined.

## 0.1.2 - 2023-07-31

### Fixed
Expand Down
10 changes: 5 additions & 5 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.1.2",
"version": "0.2.0",
"license": "MIT",
"author": "Nomic Foundation",
"homepage": "https://hardhat.org",
Expand Down Expand Up @@ -31,8 +31,8 @@
"prepack": "npm run build"
},
"devDependencies": {
"@ignored/ignition-core": "^0.1.2",
"@ignored/ignition-ui": "^0.1.2",
"@ignored/ignition-core": "^0.2.0",
"@ignored/ignition-ui": "^0.2.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/chai": "^4.2.22",
Expand Down Expand Up @@ -71,8 +71,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@ignored/ignition-core": "^0.1.2",
"@ignored/ignition-ui": "^0.1.2",
"@ignored/ignition-core": "^0.2.0",
"@ignored/ignition-ui": "^0.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"hardhat": "^2.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/ignition-ui",
"version": "0.1.2",
"version": "0.2.0",
"type": "module",
"scripts": {
"predev": "npm run regenerate-deployment-example",
Expand All @@ -14,7 +14,7 @@
"prepack": "npm run build"
},
"dependencies": {
"@ignored/ignition-core": "^0.1.2",
"@ignored/ignition-core": "^0.2.0",
"mermaid": "10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit f4c3c02

Please sign in to comment.