From 32793b50a3b9f6bab858ee57fc0484007aaadec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mati=CC=81as?= Date: Tue, 12 Nov 2024 16:42:14 +0700 Subject: [PATCH] v2.19.4 --- lerna.json | 2 +- packages/builder/package.json | 2 +- packages/cli/package.json | 2 +- packages/hardhat-cannon/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 81b53e0b3..0e3254feb 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "pnpm", "packages": ["packages/*"], "exact": true, - "version": "2.19.3" + "version": "2.19.4" } diff --git a/packages/builder/package.json b/packages/builder/package.json index a940e4fcb..7d85d3626 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/builder", - "version": "2.19.3", + "version": "2.19.4", "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 e6b4949bc..3bd792d71 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/cli", - "version": "2.19.3", + "version": "2.19.4", "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 e629e1523..dce2985e1 100644 --- a/packages/hardhat-cannon/package.json +++ b/packages/hardhat-cannon/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-cannon", - "version": "2.19.3", + "version": "2.19.4", "description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project", "author": "Synthetix", "license": "MIT",