Skip to content

Commit

Permalink
[CI Skip] release/stable 0.18.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Jul 27, 2020
1 parent e610c5a commit 6258d15
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.18.0"
"version": "0.18.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
},
"version": "0.18.0"
"version": "0.18.1"
}
2 changes: 1 addition & 1 deletion packages/api-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-cli",
"version": "0.18.0",
"version": "0.18.1",
"description": "A commandline API interface for interacting with a chain",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/json-serve",
"version": "0.18.0",
"version": "0.18.1",
"description": "A JSON API endpoint server",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/monitor-rpc",
"version": "0.18.0",
"version": "0.18.1",
"description": "A simple monitor via RPC",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/signer-cli",
"version": "0.18.0",
"version": "0.18.1",
"description": "A commandline signer for offline signature generataion",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/api": "^1.26.1",
"@polkadot/api-cli": "0.18.0",
"@polkadot/api-cli": "0.18.1",
"@polkadot/keyring": "^3.0.1",
"@polkadot/types": "^1.26.1",
"@polkadot/util": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vanitygen",
"version": "0.18.0",
"version": "0.18.1",
"description": "A vanity generator",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2673,7 +2673,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].0, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/[email protected].1, @polkadot/api-cli@workspace:packages/api-cli":
version: 0.0.0-use.local
resolution: "@polkadot/api-cli@workspace:packages/api-cli"
dependencies:
Expand Down Expand Up @@ -2925,7 +2925,7 @@ __metadata:
"@babel/core": ^7.10.5
"@babel/runtime": ^7.10.5
"@polkadot/api": ^1.26.1
"@polkadot/api-cli": 0.18.0
"@polkadot/api-cli": 0.18.1
"@polkadot/keyring": ^3.0.1
"@polkadot/types": ^1.26.1
"@polkadot/util": ^3.0.1
Expand Down

0 comments on commit 6258d15

Please sign in to comment.