Skip to content

Commit bb0715e

Browse files
[CI Skip] bump/beta 13.5.7-0-x
skip-checks: true
1 parent 2212f31 commit bb0715e

File tree

31 files changed

+97
-97
lines changed

31 files changed

+97
-97
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
1674 Jaco Bump deps (#1912)
22
44 Tarik Gul Set pbkdf2Encode rounds to default to 210,000 (#1983)
33
13 Carlo Sala feat(networks): add zeitgeist Ledger support (#1840)
4+
10 Valentin Fernandez Revert "Set pbkdf2Encode rounds to default to 210,000 (#1983)" (#2007)
45
9 Antoine Estienne Add eth uri keyring test (#1291)
5-
9 Valentin Fernandez Bump `@polkadot/wasm` deps (#2002)
66
6 Amaury Martiny Add tests from Rust (#283)
77
6 Jakub Pánik HydraDX -> Hydration rebrand (#1923)
88
5 Arjun Porwal 13.5.6 (#2004)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "13.5.6",
17+
"version": "13.5.7-0-x",
1818
"versions": {
19-
"git": "13.5.6",
19+
"git": "13.5.7-0-x",
2020
"npm": "13.5.6"
2121
},
2222
"workspaces": [

packages/hw-ledger-transports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "13.5.6",
17+
"version": "13.5.7-0-x",
1818
"browser": "browser.js",
1919
"main": "node.js",
2020
"react-native": "react-native.js",
2121
"dependencies": {
2222
"@ledgerhq/hw-transport": "^6.31.4",
2323
"@ledgerhq/hw-transport-webhid": "^6.29.4",
2424
"@ledgerhq/hw-transport-webusb": "^6.29.4",
25-
"@polkadot/util": "13.5.6",
25+
"@polkadot/util": "13.5.7-0-x",
2626
"tslib": "^2.8.0"
2727
},
2828
"optionalDependencies": {

packages/hw-ledger-transports/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.5.6' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.5.7-0-x' };

packages/hw-ledger/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./packageDetect.cjs"
1818
],
1919
"type": "module",
20-
"version": "13.5.6",
20+
"version": "13.5.7-0-x",
2121
"main": "index.js",
2222
"dependencies": {
23-
"@polkadot/hw-ledger-transports": "13.5.6",
24-
"@polkadot/util": "13.5.6",
23+
"@polkadot/hw-ledger-transports": "13.5.7-0-x",
24+
"@polkadot/util": "13.5.7-0-x",
2525
"@zondax/ledger-substrate": "1.1.1",
2626
"tslib": "^2.8.0"
2727
}

packages/hw-ledger/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.5.6' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.5.7-0-x' };

packages/keyring/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "13.5.6",
21+
"version": "13.5.7-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/util": "13.5.6",
25-
"@polkadot/util-crypto": "13.5.6",
24+
"@polkadot/util": "13.5.7-0-x",
25+
"@polkadot/util-crypto": "13.5.7-0-x",
2626
"tslib": "^2.8.0"
2727
},
2828
"peerDependencies": {
29-
"@polkadot/util": "13.5.6",
30-
"@polkadot/util-crypto": "13.5.6"
29+
"@polkadot/util": "13.5.7-0-x",
30+
"@polkadot/util-crypto": "13.5.7-0-x"
3131
}
3232
}

packages/keyring/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.5.6' };
6+
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.5.7-0-x' };

packages/networks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "13.5.6",
18+
"version": "13.5.7-0-x",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/util": "13.5.6",
21+
"@polkadot/util": "13.5.7-0-x",
2222
"@substrate/ss58-registry": "^1.51.0",
2323
"tslib": "^2.8.0"
2424
},
2525
"devDependencies": {
26-
"@polkadot/hw-ledger": "13.5.6"
26+
"@polkadot/hw-ledger": "13.5.7-0-x"
2727
}
2828
}

packages/networks/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.5.6' };
6+
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.5.7-0-x' };

0 commit comments

Comments
 (0)