Skip to content

Commit

Permalink
[CI Skip] release/stable 3.6.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Oct 18, 2020
1 parent 0127899 commit e5c6baf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"@polkadot/ts": "^0.3.49",
"@types/jest": "^26.0.14"
},
"version": "3.6.0"
"version": "3.6.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": "3.6.0",
"version": "3.6.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.12.1",
"@polkadot/util": "3.6.0",
"@polkadot/util-crypto": "3.6.0"
"@polkadot/util": "3.6.1",
"@polkadot/util-crypto": "3.6.1"
}
}
4 changes: 2 additions & 2 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/networks",
"version": "3.6.0",
"version": "3.6.1",
"description": "A list of all available Substrate networks and their applicable prefixes",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/runtime": "^7.12.1"
},
"devDependencies": {
"@polkadot/util": "3.6.0",
"@polkadot/util": "3.6.1",
"@polkadot/x-fetch": "^0.3.3"
}
}
6 changes: 3 additions & 3 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": "3.6.0",
"version": "3.6.1",
"description": "A collection of useful crypto utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/networks": "3.6.0",
"@polkadot/util": "3.6.0",
"@polkadot/networks": "3.6.1",
"@polkadot/util": "3.6.1",
"@polkadot/wasm-crypto": "^1.4.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": "3.6.0",
"version": "3.6.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"keywords": [
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1823,17 +1823,17 @@ __metadata:
resolution: "@polkadot/keyring@workspace:packages/keyring"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/util": 3.6.0
"@polkadot/util-crypto": 3.6.0
"@polkadot/util": 3.6.1
"@polkadot/util-crypto": 3.6.1
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/networks@workspace:packages/networks":
"@polkadot/[email protected].1, @polkadot/networks@workspace:packages/networks":
version: 0.0.0-use.local
resolution: "@polkadot/networks@workspace:packages/networks"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/util": 3.6.0
"@polkadot/util": 3.6.1
"@polkadot/x-fetch": ^0.3.3
languageName: unknown
linkType: soft
Expand All @@ -1847,13 +1847,13 @@ __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.12.1
"@polkadot/networks": 3.6.0
"@polkadot/util": 3.6.0
"@polkadot/networks": 3.6.1
"@polkadot/util": 3.6.1
"@polkadot/wasm-crypto": ^1.4.1
"@types/bn.js": ^4.11.6
"@types/elliptic": ^6.4.12
Expand All @@ -1873,7 +1873,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 e5c6baf

Please sign in to comment.