Skip to content

Commit

Permalink
v1.0.6-jp-workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Dec 14, 2022
1 parent 2033aac commit 0295fe0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6",
"version": "1.0.6-jp-workshop",
"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.6 darwin-x64 node-v18.2.0
@astar-network/swanky-cli/1.0.6-jp-workshop 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.6/dist/commands/check/index.ts)_
_See code: [dist/commands/check/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6-jp-workshop/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.6/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/AstarNetwork/swanky-cli/blob/v1.0.6-jp-workshop/dist/commands/init/index.ts)_

## `swanky node purge`

Expand Down
4 changes: 2 additions & 2 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.6",
"version": "1.0.6-jp-workshop",
"description": "Astar network WASM contract CLI tool",
"author": "Astar network",
"bin": {
Expand All @@ -17,7 +17,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@astar-network/swanky-core": "^1.0.6",
"@astar-network/swanky-core": "^1.0.6-jp-workshop",
"@astar-network/swanky-templates": "^1.0.6",
"@oclif/core": "1.20.2",
"@oclif/plugin-help": "^5.1.17",
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.6",
"version": "1.0.6-jp-workshop",
"description": "Core library of Swanky Suite",
"author": "Astar network",
"license": "MIT",
Expand Down

0 comments on commit 0295fe0

Please sign in to comment.