Skip to content

Commit

Permalink
[CI Skip] release/stable 0.16.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Jul 2, 2020
1 parent 671bbce commit 9bb5f3d
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.16.0"
"version": "0.16.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.14",
"@types/yargs": "^15.0.5"
},
"version": "0.16.0"
"version": "0.16.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.16.0",
"version": "0.16.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.16.0",
"version": "0.16.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.16.0",
"version": "0.16.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.16.0",
"version": "0.16.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.4",
"@babel/runtime": "^7.10.4",
"@polkadot/api": "^1.22.1",
"@polkadot/api-cli": "0.16.0",
"@polkadot/api-cli": "0.16.1",
"@polkadot/keyring": "^2.16.1",
"@polkadot/types": "^1.22.1",
"@polkadot/util": "^2.16.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.16.0",
"version": "0.16.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 @@ -2642,7 +2642,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-cli@0.16.0, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/api-cli@0.16.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 @@ -2894,7 +2894,7 @@ __metadata:
"@babel/core": ^7.10.4
"@babel/runtime": ^7.10.4
"@polkadot/api": ^1.22.1
"@polkadot/api-cli": 0.16.0
"@polkadot/api-cli": 0.16.1
"@polkadot/keyring": ^2.16.1
"@polkadot/types": ^1.22.1
"@polkadot/util": ^2.16.1
Expand Down

0 comments on commit 9bb5f3d

Please sign in to comment.