diff --git a/package-lock.json b/package-lock.json index 74c9c19b4..a2d82a77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42190,7 +42190,7 @@ }, "packages/builder": { "name": "@usecannon/builder", - "version": "2.10.6-alpha.4", + "version": "2.10.6", "license": "MIT", "dependencies": { "@synthetixio/router": "^3.3.0", @@ -42307,12 +42307,12 @@ }, "packages/cli": { "name": "@usecannon/cli", - "version": "2.10.6-alpha.4", + "version": "2.10.6", "license": "MIT", "dependencies": { "@iarna/toml": "^3.0.0", "@synthetixio/wei": "^2.74.1", - "@usecannon/builder": "^2.10.6-alpha.4", + "@usecannon/builder": "^2.10.6", "chalk": "^4.1.2", "commander": "^9.5.0", "debug": "^4.3.4", @@ -42382,12 +42382,12 @@ "license": "ISC" }, "packages/hardhat-cannon": { - "version": "2.10.6-alpha.4", + "version": "2.10.6", "license": "MIT", "dependencies": { "@iarna/toml": "^3.0.0", - "@usecannon/builder": "^2.10.6-alpha.4", - "@usecannon/cli": "^2.10.6-alpha.4", + "@usecannon/builder": "^2.10.6", + "@usecannon/cli": "^2.10.6", "chalk": "^4.1.2", "debug": "^4.3.3", "ethers": "^5.7.1", diff --git a/packages/builder/package.json b/packages/builder/package.json index f142272b1..7ba33b48a 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/builder", - "version": "2.10.6-alpha.4", + "version": "2.10.6", "description": "Assembles cannonfile.toml manifests into cannon packages.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -56,5 +56,5 @@ "node": ">=16.0.0" }, "engineStrict": true, - "gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50" + "gitHead": "f0df80734df9aa08fc824202644c454e7aa01025" } diff --git a/packages/cli/package.json b/packages/cli/package.json index ce5ee9303..891aa9727 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/cli", - "version": "2.10.6-alpha.4", + "version": "2.10.6", "description": "Utility for instantly loading cannon packages in standalone contexts", "main": "dist/src/index.js", "scripts": { @@ -55,7 +55,7 @@ "dependencies": { "@iarna/toml": "^3.0.0", "@synthetixio/wei": "^2.74.1", - "@usecannon/builder": "^2.10.6-alpha.4", + "@usecannon/builder": "^2.10.6", "chalk": "^4.1.2", "commander": "^9.5.0", "debug": "^4.3.4", @@ -71,5 +71,5 @@ "tildify": "2.0.0", "untildify": "^4.0.0" }, - "gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50" + "gitHead": "f0df80734df9aa08fc824202644c454e7aa01025" } diff --git a/packages/hardhat-cannon/package.json b/packages/hardhat-cannon/package.json index b3b26bbdf..7f94cf410 100644 --- a/packages/hardhat-cannon/package.json +++ b/packages/hardhat-cannon/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-cannon", - "version": "2.10.6-alpha.4", + "version": "2.10.6", "description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project", "repository": "github:usecannon/cannon", "author": "Synthetix", @@ -45,12 +45,12 @@ }, "dependencies": { "@iarna/toml": "^3.0.0", - "@usecannon/builder": "^2.10.6-alpha.4", - "@usecannon/cli": "^2.10.6-alpha.4", + "@usecannon/builder": "^2.10.6", + "@usecannon/cli": "^2.10.6", "chalk": "^4.1.2", "debug": "^4.3.3", "ethers": "^5.7.1", "fs-extra": "^10.0.1" }, - "gitHead": "4f452458e7e8100861699249d27d60e3f34fbe50" + "gitHead": "f0df80734df9aa08fc824202644c454e7aa01025" }