Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Oct 24, 2024
2 parents 4b358a4 + d438d2c commit d03f057
Show file tree
Hide file tree
Showing 5 changed files with 1,171 additions and 261 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": "pnpm",
"packages": ["packages/*"],
"exact": true,
"version": "2.18.3"
"version": "2.18.4"
}
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.18.3",
"version": "2.18.4",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typedoc-plugin-zod": "^1.2.0"
},
"dependencies": {
"@usecannon/router": "^4.0.0",
"@usecannon/router": "^4.0.1",
"@usecannon/web-solc": "0.5.1",
"axios": "^1.7.2",
"axios-retry": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.18.3",
"version": "2.18.4",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.18.3",
"version": "2.18.4",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"author": "Synthetix",
"license": "MIT",
Expand Down
Loading

0 comments on commit d03f057

Please sign in to comment.