From 29b342fa26e2ddffea922935ff09aca3439fe034 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Tue, 4 Mar 2025 15:31:48 +0100 Subject: [PATCH] bump versions for release --- 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 831c2b9db..4c8e5e66f 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.125", + "version": "1.3.126", "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": { @@ -56,7 +56,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.11", - "@zombienet/orchestrator": "^0.0.103", + "@zombienet/orchestrator": "^0.0.104", "@zombienet/utils": "^0.0.28", "cli-progress": "^3.12.0", "commander": "^11.1.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index ad176f1f9..e462e482b 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.103", + "version": "0.0.104", "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",