Skip to content

Commit

Permalink
chore: bump version to v0.0.8
Browse files Browse the repository at this point in the history
Update the packages versions and changelogs for the `0.0.8 -
2023-02-16` release.
  • Loading branch information
kanej committed Feb 16, 2023
1 parent 3fecf24 commit 195c7bd
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 59 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: 14
cache: npm
- name: npm 7
run: npm i -g npm@7
- name: npm latest
run: npm i -g npm@8 && npm i -g npm@latest
- name: Install
run: npm install
- name: Build
Expand All @@ -41,8 +41,8 @@ jobs:
with:
node-version: 14
cache: npm
- name: npm 7
run: npm i -g npm@7
- name: npm latest
run: npm i -g npm
- name: Install
run: npm install
- name: Build
Expand All @@ -68,8 +68,8 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
- name: npm 7
run: npm i -g npm@7
- name: npm latest
run: npm i -g npm
- name: Install
run: npm install
- name: Build
Expand Down
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.7"
"@ignored/hardhat-ignition": "^0.0.8"
},
"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.7",
"@ignored/hardhat-ignition": "^0.0.8",
"@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.7",
"@ignored/hardhat-ignition": "^0.0.8",
"@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.7",
"@ignored/hardhat-ignition": "^0.0.8",
"@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.7",
"@ignored/hardhat-ignition": "^0.0.8",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
Expand Down
Loading

0 comments on commit 195c7bd

Please sign in to comment.