Skip to content

Commit

Permalink
bump versions for release (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored May 9, 2023
1 parent c4b25d5 commit 05a8c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.50",
"version": "1.3.51",
"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 @@ -53,8 +53,8 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.7",
"@zombienet/orchestrator": "^0.0.39",
"@zombienet/utils": "^0.0.19",
"@zombienet/orchestrator": "^0.0.40",
"@zombienet/utils": "^0.0.20",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"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.39",
"version": "0.0.40",
"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 @@ -37,7 +37,7 @@
"@polkadot/api": "^10.6.1",
"@polkadot/keyring": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"@zombienet/utils": "^0.0.19",
"@zombienet/utils": "^0.0.20",
"chai": "^4.3.7",
"debug": "^4.3.4",
"execa": "^5.1.1",
Expand Down

0 comments on commit 05a8c8a

Please sign in to comment.