diff --git a/lerna.json b/lerna.json index bcfb43e87..273c1170f 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "exact": true, - "version": "2.26.0" + "version": "2.26.1" } diff --git a/packages/builder/package.json b/packages/builder/package.json index 65c1b8d04..9188410be 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/builder", - "version": "2.26.0", + "version": "2.26.1", "description": "Assembles cannonfile.toml manifests into cannon packages.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3f543b900..cafcb8b98 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/cli", - "version": "2.26.0", + "version": "2.26.1", "description": "Utility for instantly loading cannon packages in standalone contexts", "main": "dist/src/index.js", "scripts": { diff --git a/packages/hardhat-cannon/package.json b/packages/hardhat-cannon/package.json index 060f9542b..0ed5e9031 100644 --- a/packages/hardhat-cannon/package.json +++ b/packages/hardhat-cannon/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-cannon", - "version": "2.26.0", + "version": "2.26.1", "description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project", "author": "Synthetix", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75eb1a7cc..f28acda28 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -829,6 +829,8 @@ importers: specifier: ^5.8.3 version: 5.8.3 + packages/skill: {} + packages/website: dependencies: '@ethersproject/bignumber':