From 0b6ed8664e5d02da2e60cfb13b10f1280a38e1bc Mon Sep 17 00:00:00 2001 From: codespool <4625220+codespool@users.noreply.github.com> Date: Thu, 15 Dec 2022 11:35:42 +0200 Subject: [PATCH] v1.0.7 --- lerna.json | 2 +- packages/cli/README.md | 6 +++--- packages/cli/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index f3b3d0d2..e5afa923 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.0.6", + "version": "1.0.7", "npmClient": "yarn" } diff --git a/packages/cli/README.md b/packages/cli/README.md index 51a7f263..2ed9b134 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -17,7 +17,7 @@ $ npm install -g @astar-network/swanky-cli $ swanky COMMAND running command... $ swanky (--version|-V|-v) -@astar-network/swanky-cli/1.0.6 darwin-x64 node-v18.2.0 +@astar-network/swanky-cli/1.0.7 darwin-x64 node-v18.2.0 $ swanky --help [COMMAND] USAGE $ swanky COMMAND @@ -111,7 +111,7 @@ DESCRIPTION Check installed package versions and compatibility ``` -_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/check/index.ts)_ +_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.7/dist/commands/check/index.ts)_ ## `swanky contract call` @@ -265,7 +265,7 @@ DESCRIPTION Generate a new smart contract environment ``` -_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/init/index.ts)_ +_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.7/dist/commands/init/index.ts)_ ## `swanky node purge` diff --git a/packages/cli/package.json b/packages/cli/package.json index dd798a6a..11297510 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@astar-network/swanky-cli", - "version": "1.0.6", + "version": "1.0.7", "description": "Astar network WASM contract CLI tool", "author": "Astar network", "bin": {