From 8ab2a1dd3058f3052f4e740284c7f86fb00a27c7 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Wed, 20 Sep 2023 11:39:54 -0300 Subject: [PATCH] chore: bump versions for release (#1363) --- javascript/packages/cli/package.json | 4 ++-- javascript/packages/orchestrator/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index d36fbce0e..fbc5b2df6 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.67", + "version": "1.3.68", "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks", "main": "dist/index.js", "scripts": { @@ -54,7 +54,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.54", + "@zombienet/orchestrator": "^0.0.55", "@zombienet/utils": "^0.0.22", "cli-progress": "^3.12.0", "commander": "^11.0.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index cbf071436..0400d126e 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.54", + "version": "0.0.55", "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks", "main": "dist/index.js", "types": "dist/index.d.ts",