Skip to content

Commit

Permalink
[CI Skip] 2.11.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed May 26, 2020
1 parent 32d176e commit 3351fb1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "2.11.0"
"version": "2.11.1"
}
6 changes: 3 additions & 3 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/keyring",
"version": "2.11.0",
"version": "2.11.1",
"description": "Keyring management",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/util": "2.11.0",
"@polkadot/util-crypto": "2.11.0"
"@polkadot/util": "2.11.1",
"@polkadot/util-crypto": "2.11.1"
}
}
4 changes: 2 additions & 2 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/util-crypto",
"version": "2.11.0",
"version": "2.11.1",
"description": "A collection of useful crypto utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/util": "2.11.0",
"@polkadot/util": "2.11.1",
"@polkadot/wasm-crypto": "^1.2.1",
"base-x": "^3.0.8",
"bip39": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/util",
"version": "2.11.0",
"version": "2.11.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2728,8 +2728,8 @@ __metadata:
resolution: "@polkadot/keyring@workspace:packages/keyring"
dependencies:
"@babel/runtime": ^7.9.6
"@polkadot/util": 2.11.0
"@polkadot/util-crypto": 2.11.0
"@polkadot/util": 2.11.1
"@polkadot/util-crypto": 2.11.1
languageName: unknown
linkType: soft

Expand All @@ -2742,12 +2742,12 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].0, @polkadot/util-crypto@workspace:packages/util-crypto":
"@polkadot/[email protected].1, @polkadot/util-crypto@workspace:packages/util-crypto":
version: 0.0.0-use.local
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
dependencies:
"@babel/runtime": ^7.9.6
"@polkadot/util": 2.11.0
"@polkadot/util": 2.11.1
"@polkadot/wasm-crypto": ^1.2.1
"@types/bn.js": ^4.11.6
"@types/bs58": ^4.0.1
Expand All @@ -2767,7 +2767,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/util@workspace:packages/util":
"@polkadot/[email protected].1, @polkadot/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@polkadot/util@workspace:packages/util"
dependencies:
Expand Down

0 comments on commit 3351fb1

Please sign in to comment.