Skip to content

Commit

Permalink
[CI Skip] 0.12.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed May 14, 2020
1 parent 72678d4 commit f64c799
Show file tree
Hide file tree
Showing 7 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
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.12.0"
"version": "0.12.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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.1",
"description": "A commandline signer for offline signature generataion",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@polkadot/api": "^1.14.1",
"@polkadot/api-cli": "0.12.0",
"@polkadot/api-cli": "0.12.1",
"@polkadot/keyring": "^2.10.1",
"@polkadot/types": "^1.14.1",
"@polkadot/util": "^2.10.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.12.0",
"version": "0.12.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 @@ -2614,7 +2614,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-cli@0.12.0, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/api-cli@0.12.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 @@ -2864,7 +2864,7 @@ __metadata:
"@babel/core": ^7.9.6
"@babel/runtime": ^7.9.6
"@polkadot/api": ^1.14.1
"@polkadot/api-cli": 0.12.0
"@polkadot/api-cli": 0.12.1
"@polkadot/keyring": ^2.10.1
"@polkadot/types": ^1.14.1
"@polkadot/util": ^2.10.1
Expand Down

0 comments on commit f64c799

Please sign in to comment.