Skip to content

Commit

Permalink
v2.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzB0t committed Mar 13, 2024
1 parent 12b1dae commit 06bac6b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "npm",
"packages": ["packages/*"],
"exact": true,
"version": "2.11.19"
"version": "2.11.20"
}
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.11.19",
"version": "2.11.20",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.11.19",
"version": "2.11.20",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@iarna/toml": "^3.0.0",
"@synthetixio/wei": "^2.74.1",
"@usecannon/builder": "2.11.19",
"@usecannon/builder": "2.11.20",
"abitype": "^1.0.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.11.19",
"version": "2.11.20",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:usecannon/cannon",
"author": "Synthetix",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "2.11.19",
"@usecannon/cli": "2.11.19",
"@usecannon/builder": "2.11.20",
"@usecannon/cli": "2.11.20",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.1",
Expand Down

0 comments on commit 06bac6b

Please sign in to comment.