Skip to content

Commit

Permalink
chore: bump versions for release (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 29, 2023
1 parent a7a287f commit c9267dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/cli",
"version": "1.3.73",
"version": "1.3.74",
"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": {
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.10",
"@zombienet/orchestrator": "^0.0.58",
"@zombienet/utils": "^0.0.22",
"@zombienet/orchestrator": "^0.0.59",
"@zombienet/utils": "^0.0.23",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"debug": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/orchestrator",
"version": "0.0.58",
"version": "0.0.59",
"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",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@polkadot/api": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@zombienet/utils": "^0.0.22",
"@zombienet/utils": "^0.0.23",
"chai": "^4.3.10",
"debug": "^4.3.4",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/utils",
"version": "0.0.22",
"version": "0.0.23",
"description": "Useful utilities for ZombieNet Framework",
"main": "dist/index.js",
"author": "Parity Technologies <admin@parity.io>",
Expand Down

0 comments on commit c9267dd

Please sign in to comment.