Skip to content

Commit

Permalink
[CI Skip] release/stable 5.9.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Feb 28, 2021
1 parent b343c31 commit 2ee863b
Show file tree
Hide file tree
Showing 28 changed files with 74 additions and 74 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.9.0"
"version": "5.9.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.9.0",
"version": "5.9.1",
"repository": "github:polkadot-js/common",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-ledger-transports/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '5.9.1' };
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.9.0",
"version": "5.9.1",
"repository": "github:polkadot-js/common",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand All @@ -13,8 +13,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/hw-ledger-transports": "5.9.0",
"@polkadot/util": "^5.9.0",
"@polkadot/hw-ledger-transports": "5.9.1",
"@polkadot/util": "^5.9.1",
"@zondax/ledger-polkadot": "^0.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/hw-ledger/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/hw-ledger', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/hw-ledger', version: '5.9.1' };
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.9.0",
"version": "5.9.1",
"description": "Keyring management",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
Expand All @@ -16,11 +16,11 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/util": "5.9.0",
"@polkadot/util-crypto": "5.9.0"
"@polkadot/util": "5.9.1",
"@polkadot/util-crypto": "5.9.1"
},
"peerDependencies": {
"@polkadot/util": "5.9.0",
"@polkadot/util-crypto": "5.9.0"
"@polkadot/util": "5.9.1",
"@polkadot/util-crypto": "5.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/keyring/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/keyring', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/keyring', version: '5.9.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.9.0",
"version": "5.9.1",
"description": "A list of all available Substrate networks and their applicable prefixes",
"main": "index.js",
"sideEffects": [
Expand All @@ -18,7 +18,7 @@
"@babel/runtime": "^7.13.8"
},
"devDependencies": {
"@polkadot/util": "5.9.0",
"@polkadot/x-fetch": "5.9.0"
"@polkadot/util": "5.9.1",
"@polkadot/x-fetch": "5.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/networks/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/networks', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/networks', version: '5.9.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.9.0",
"version": "5.9.1",
"description": "A collection of useful crypto utilities for @polkadot",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,10 +16,10 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/networks": "5.9.0",
"@polkadot/util": "5.9.0",
"@polkadot/networks": "5.9.1",
"@polkadot/util": "5.9.1",
"@polkadot/wasm-crypto": "^3.2.4",
"@polkadot/x-randomvalues": "5.9.0",
"@polkadot/x-randomvalues": "5.9.1",
"base-x": "^3.0.8",
"base64-js": "^1.5.1",
"blakejs": "^1.1.0",
Expand All @@ -40,6 +40,6 @@
"@types/xxhashjs": "^0.2.2"
},
"peerDependencies": {
"@polkadot/util": "5.9.0"
"@polkadot/util": "5.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/util-crypto/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/util-crypto', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/util-crypto', version: '5.9.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.9.0",
"version": "5.9.1",
"description": "A collection of useful utilities for @polkadot",
"main": "index.js",
"sideEffects": [
Expand All @@ -16,8 +16,8 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-textdecoder": "5.9.0",
"@polkadot/x-textencoder": "5.9.0",
"@polkadot/x-textdecoder": "5.9.1",
"@polkadot/x-textencoder": "5.9.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/util/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/util', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/util', version: '5.9.1' };
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "5.9.1",
"description": "A cross-environment fetch replacement",
"browser": "browser.js",
"main": "node.js",
Expand All @@ -15,7 +15,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-fetch#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-global": "5.9.0",
"@polkadot/x-global": "5.9.1",
"@types/node-fetch": "^2.5.8",
"node-fetch": "^2.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-fetch/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-fetch', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-fetch', version: '5.9.1' };
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-global",
"version": "5.9.0",
"version": "5.9.1",
"description": "A cross-environment global replacement",
"main": "index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/x-global/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-global', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-global', version: '5.9.1' };
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "5.9.1",
"description": "A cross-environment window.crypto.getRandomValues replacement",
"browser": "browser.js",
"main": "node.js",
Expand All @@ -15,7 +15,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-randomvalues#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-global": "5.9.0"
"@polkadot/x-global": "5.9.1"
},
"devDependencies": {
"@types/react-native": "^0.63.50"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-randomvalues', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-randomvalues', version: '5.9.1' };
2 changes: 1 addition & 1 deletion packages/x-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/x-rxjs",
"version": "5.9.0",
"version": "5.9.1",
"description": "A pass-through interface for RxJs (allowing node + mjs usage)",
"main": "index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/x-rxjs/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-rxjs', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-rxjs', version: '5.9.1' };
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "5.9.1",
"description": "A TextDecoder replacement",
"browser": "browser.js",
"main": "node.js",
Expand All @@ -15,6 +15,6 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textdecoder#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-global": "5.9.0"
"@polkadot/x-global": "5.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/x-textdecoder/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-textdecoder', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-textdecoder', version: '5.9.1' };
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "5.9.1",
"description": "A TextDecoder replacement",
"browser": "browser.js",
"main": "node.js",
Expand All @@ -15,6 +15,6 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textencoder#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-global": "5.9.0"
"@polkadot/x-global": "5.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/x-textencoder/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-textencoder', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-textencoder', version: '5.9.1' };
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "5.9.1",
"description": "A cross-environment WebSocket replacement",
"browser": "browser.js",
"main": "node.js",
Expand All @@ -15,7 +15,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/x-global": "5.9.0",
"@polkadot/x-global": "5.9.1",
"@types/websocket": "^1.0.1",
"websocket": "^1.0.33"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/x-ws', version: '5.8.2-5' };
export const packageInfo = { name: '@polkadot/x-ws', version: '5.9.1' };
Loading

0 comments on commit 2ee863b

Please sign in to comment.