From 6dbfc7dcd62706d27e6c1c11a5b59c6d7a918879 Mon Sep 17 00:00:00 2001 From: Javier Viola <363911+pepoviola@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:12:32 -0300 Subject: [PATCH] bump versions for release (#1910) * bump versions for release * Fix nix hash --------- Co-authored-by: pepoviola --- flake-module.nix | 2 +- javascript/package-lock.json | 6 +++--- javascript/packages/cli/package.json | 4 ++-- javascript/packages/orchestrator/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake-module.nix b/flake-module.nix index 125bd52f0..bc34e84af 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -8,7 +8,7 @@ ... }: let # this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock - npmDepsHash = "sha256-t0DfM7tuSUJX34yDeTe43tjgA/+Pe9qIOynRItFX+F8="; + npmDepsHash = "sha256-UOX/9DrmX8dROI2mKCG8QP1KIxMNOimKAVyRxWMlYJ4="; #### # there is officia polkadot on nixpkgs, but it has no local rococo wasm to run diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 08eb00283..615b9de50 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -6932,11 +6932,11 @@ }, "packages/cli": { "name": "@zombienet/cli", - "version": "1.3.115", + "version": "1.3.116", "license": "GPL-3.0-or-later", "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.11", - "@zombienet/orchestrator": "^0.0.96", + "@zombienet/orchestrator": "^0.0.97", "@zombienet/utils": "^0.0.25", "cli-progress": "^3.12.0", "commander": "^11.1.0", @@ -6958,7 +6958,7 @@ }, "packages/orchestrator": { "name": "@zombienet/orchestrator", - "version": "0.0.96", + "version": "0.0.97", "license": "GPL-3.0-or-later", "dependencies": { "@polkadot/api": "^14.0.1", diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index d4a5279d2..46f5b43b8 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.115", + "version": "1.3.116", "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.96", + "@zombienet/orchestrator": "^0.0.97", "@zombienet/utils": "^0.0.25", "cli-progress": "^3.12.0", "commander": "^11.1.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index abdb9d6a2..b74593423 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.96", + "version": "0.0.97", "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",