Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Dec 14, 2022
1 parent f2498c3 commit fad965f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.5",
"version": "1.0.6",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 darwin-x64 node-v18.2.0
@astar-network/swanky-cli/1.0.6 darwin-x64 node-v18.2.0
$ swanky --help [COMMAND]
USAGE
$ swanky COMMAND
Expand Down Expand Up @@ -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.5/dist/commands/check/index.ts)_
_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/check/index.ts)_

## `swanky contract call`

Expand Down Expand Up @@ -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.5/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6/dist/commands/init/index.ts)_

## `swanky node purge`

Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "Astar network WASM contract CLI tool",
"author": "Astar network",
"bin": {
Expand All @@ -17,8 +17,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@astar-network/swanky-core": "^1.0.5",
"@astar-network/swanky-templates": "^1.0.5",
"@astar-network/swanky-core": "^1.0.6",
"@astar-network/swanky-templates": "^1.0.6",
"@oclif/core": "1.20.2",
"@oclif/plugin-help": "^5.1.17",
"@oclif/plugin-plugins": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-core",
"version": "1.0.5",
"version": "1.0.6",
"description": "Core library of Swanky Suite",
"author": "Astar network",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-templates",
"version": "1.0.5",
"version": "1.0.6",
"description": "Templates for initialising Swanky projects",
"author": "Astar network",
"license": "MIT",
Expand Down

0 comments on commit fad965f

Please sign in to comment.