Skip to content

Commit

Permalink
[CI Skip] release/stable 5.3.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Jan 17, 2021
1 parent 05b9f13 commit fa9a7c1
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"@polkadot/ts": "^0.3.59",
"@types/jest": "^26.0.20"
},
"version": "5.3.0"
"version": "5.3.1"
}
2 changes: 1 addition & 1 deletion packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/hw-ledger-transports",
"version": "5.3.0",
"version": "5.3.1",
"repository": "github:polkadot-js/common",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/hw-ledger",
"version": "5.3.0",
"version": "5.3.1",
"repository": "github:polkadot-js/common",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand All @@ -11,8 +11,8 @@
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/hw-ledger-transports": "5.3.0",
"@polkadot/util": "^5.3.0",
"@polkadot/hw-ledger-transports": "5.3.1",
"@polkadot/util": "^5.3.1",
"@zondax/ledger-polkadot": "^0.13.0"
}
}
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/keyring",
"version": "5.3.0",
"version": "5.3.1",
"description": "Keyring management",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand All @@ -17,11 +17,11 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "5.3.0",
"@polkadot/util-crypto": "5.3.0"
"@polkadot/util": "5.3.1",
"@polkadot/util-crypto": "5.3.1"
},
"peerDependencies": {
"@polkadot/util": "5.3.0",
"@polkadot/util-crypto": "5.3.0"
"@polkadot/util": "5.3.1",
"@polkadot/util-crypto": "5.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/networks",
"version": "5.3.0",
"version": "5.3.1",
"description": "A list of all available Substrate networks and their applicable prefixes",
"main": "index.js",
"module": "index.mjs",
Expand All @@ -16,7 +16,7 @@
"@babel/runtime": "^7.12.5"
},
"devDependencies": {
"@polkadot/util": "5.3.0",
"@polkadot/x-fetch": "5.3.0"
"@polkadot/util": "5.3.1",
"@polkadot/x-fetch": "5.3.1"
}
}
10 changes: 5 additions & 5 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": "5.3.0",
"version": "5.3.1",
"description": "A collection of useful crypto utilities for @polkadot",
"main": "index.js",
"module": "index.mjs",
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "5.3.0",
"@polkadot/util": "5.3.0",
"@polkadot/networks": "5.3.1",
"@polkadot/util": "5.3.1",
"@polkadot/wasm-crypto": "^3.1.1",
"@polkadot/x-randomvalues": "5.3.0",
"@polkadot/x-randomvalues": "5.3.1",
"base-x": "^3.0.8",
"blakejs": "^1.1.0",
"bn.js": "^4.11.9",
Expand All @@ -40,6 +40,6 @@
"@types/xxhashjs": "^0.2.2"
},
"peerDependencies": {
"@polkadot/util": "5.3.0"
"@polkadot/util": "5.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/util",
"version": "5.3.0",
"version": "5.3.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"module": "index.mjs",
Expand All @@ -14,8 +14,8 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/x-textdecoder": "5.3.0",
"@polkadot/x-textencoder": "5.3.0",
"@polkadot/x-textdecoder": "5.3.1",
"@polkadot/x-textencoder": "5.3.1",
"@types/bn.js": "^4.11.6",
"bn.js": "^4.11.9",
"camelcase": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-fetch",
"version": "5.3.0",
"version": "5.3.1",
"description": "A cross-environment fetch replacement",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-randomvalues",
"version": "5.3.0",
"version": "5.3.1",
"description": "A cross-environment window.crypto.getRandomValues replacement",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-textdecoder",
"version": "5.3.0",
"version": "5.3.1",
"description": "A TextDecoder replacement",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-textencoder",
"version": "5.3.0",
"version": "5.3.1",
"description": "A TextDecoder replacement",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-ws",
"version": "5.3.0",
"version": "5.3.1",
"description": "A cross-environment WebSocket replacement",
"browser": "browser.js",
"main": "node.js",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].0, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
"@polkadot/[email protected].1, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
version: 0.0.0-use.local
resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports"
dependencies:
Expand All @@ -1806,8 +1806,8 @@ __metadata:
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/hw-ledger-transports": 5.3.0
"@polkadot/util": ^5.3.0
"@polkadot/hw-ledger-transports": 5.3.1
"@polkadot/util": ^5.3.1
"@zondax/ledger-polkadot": ^0.13.0
languageName: unknown
linkType: soft
Expand All @@ -1817,21 +1817,21 @@ __metadata:
resolution: "@polkadot/keyring@workspace:packages/keyring"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/util": 5.3.0
"@polkadot/util-crypto": 5.3.0
"@polkadot/util": 5.3.1
"@polkadot/util-crypto": 5.3.1
peerDependencies:
"@polkadot/util": 5.3.0
"@polkadot/util-crypto": 5.3.0
"@polkadot/util": 5.3.1
"@polkadot/util-crypto": 5.3.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.5
"@polkadot/util": 5.3.0
"@polkadot/x-fetch": 5.3.0
"@polkadot/util": 5.3.1
"@polkadot/x-fetch": 5.3.1
languageName: unknown
linkType: soft

Expand All @@ -1844,15 +1844,15 @@ __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.5
"@polkadot/networks": 5.3.0
"@polkadot/util": 5.3.0
"@polkadot/networks": 5.3.1
"@polkadot/util": 5.3.1
"@polkadot/wasm-crypto": ^3.1.1
"@polkadot/x-randomvalues": 5.3.0
"@polkadot/x-randomvalues": 5.3.1
"@types/bn.js": ^4.11.6
"@types/create-hash": ^1.2.2
"@types/elliptic": ^6.4.12
Expand All @@ -1869,17 +1869,17 @@ __metadata:
tweetnacl: ^1.0.3
xxhashjs: ^0.2.2
peerDependencies:
"@polkadot/util": 5.3.0
"@polkadot/util": 5.3.1
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/util@^5.3.0, @polkadot/util@workspace:packages/util":
"@polkadot/[email protected].1, @polkadot/util@^5.3.1, @polkadot/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@polkadot/util@workspace:packages/util"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/x-textdecoder": 5.3.0
"@polkadot/x-textencoder": 5.3.0
"@polkadot/x-textdecoder": 5.3.1
"@polkadot/x-textencoder": 5.3.1
"@types/bn.js": ^4.11.6
bn.js: ^4.11.9
camelcase: ^5.3.1
Expand Down Expand Up @@ -1919,7 +1919,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/[email protected].0, @polkadot/x-fetch@workspace:packages/x-fetch":
"@polkadot/[email protected].1, @polkadot/x-fetch@workspace:packages/x-fetch":
version: 0.0.0-use.local
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
dependencies:
Expand All @@ -1929,7 +1929,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
"@polkadot/[email protected].1, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
version: 0.0.0-use.local
resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues"
dependencies:
Expand All @@ -1938,15 +1938,15 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
"@polkadot/[email protected].1, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
version: 0.0.0-use.local
resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder"
dependencies:
"@babel/runtime": ^7.12.5
languageName: unknown
linkType: soft

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

0 comments on commit fa9a7c1

Please sign in to comment.