Skip to content

Commit 9eb3da5

Browse files
authored
bump versions for release (#2018)
1 parent b55cb42 commit 9eb3da5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

javascript/packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/cli",
3-
"version": "1.3.129",
3+
"version": "1.3.130",
44
"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",
55
"main": "dist/index.js",
66
"scripts": {
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@zombienet/dsl-parser-wrapper": "^0.1.11",
60-
"@zombienet/orchestrator": "^0.0.106",
61-
"@zombienet/utils": "^0.0.28",
60+
"@zombienet/orchestrator": "^0.0.107",
61+
"@zombienet/utils": "^0.0.29",
6262
"cli-progress": "^3.12.0",
6363
"commander": "^11.1.0",
6464
"debug": "^4.3.4",

javascript/packages/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/orchestrator",
3-
"version": "0.0.106",
3+
"version": "0.0.107",
44
"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",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

javascript/packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/utils",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"description": "Useful utilities for ZombieNet Framework",
55
"main": "dist/index.js",
66
"author": "Parity Technologies <[email protected]>",

0 commit comments

Comments
 (0)