Skip to content

Commit

Permalink
chore: bump version to v0.0.12
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.0.12 -
2023-04-04` release.
  • Loading branch information
kanej committed Apr 4, 2023
1 parent d74c138 commit c3bd54b
Show file tree
Hide file tree
Showing 11 changed files with 3,467 additions and 2,729 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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.0"
},
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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.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.11",
"version": "0.0.12",
"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}\""
},
"devDependencies": {
"@ignored/hardhat-ignition": "^0.0.11",
"@ignored/hardhat-ignition": "^0.0.12",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"hardhat": "2.13.0"
},
Expand Down
Loading

0 comments on commit c3bd54b

Please sign in to comment.