Skip to content

Commit a328ab4

Browse files
[CI Skip] bump/beta 13.3.2-2-x
skip-checks: true
1 parent e25bb48 commit a328ab4

File tree

31 files changed

+97
-96
lines changed

31 files changed

+97
-96
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
1 Thibaut Sardan add hasLedgerSupport prop to networks (#835)
6161
1 Tomokazu Kozuma fix comment (#1119)
6262
1 Tore19 Add stafi genesis hash (#1096)
63+
1 Valentin Fernandez Allow keyringPair to create using a mnemonic wordlist (#1974)
6364
1 Wei Tang ss58: add Kulupu prefix to the list (#595)
6465
1 Wil Wade Add Frequency to the Generic Ledger App (#1955)
6566
1 WoeOm Handing high precision scenes (#450)

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.3.2-1-x",
17+
"version": "13.3.2-2-x",
1818
"versions": {
19-
"git": "13.3.2-1-x",
19+
"git": "13.3.2-2-x",
2020
"npm": "13.3.1"
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.3.2-1-x",
17+
"version": "13.3.2-2-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.3.2-1-x",
25+
"@polkadot/util": "13.3.2-2-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.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.3.2-2-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.3.2-1-x",
20+
"version": "13.3.2-2-x",
2121
"main": "index.js",
2222
"dependencies": {
23-
"@polkadot/hw-ledger-transports": "13.3.2-1-x",
24-
"@polkadot/util": "13.3.2-1-x",
23+
"@polkadot/hw-ledger-transports": "13.3.2-2-x",
24+
"@polkadot/util": "13.3.2-2-x",
2525
"@zondax/ledger-substrate": "1.0.0",
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.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.3.2-2-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.3.2-1-x",
21+
"version": "13.3.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/util": "13.3.2-1-x",
25-
"@polkadot/util-crypto": "13.3.2-1-x",
24+
"@polkadot/util": "13.3.2-2-x",
25+
"@polkadot/util-crypto": "13.3.2-2-x",
2626
"tslib": "^2.8.0"
2727
},
2828
"peerDependencies": {
29-
"@polkadot/util": "13.3.2-1-x",
30-
"@polkadot/util-crypto": "13.3.2-1-x"
29+
"@polkadot/util": "13.3.2-2-x",
30+
"@polkadot/util-crypto": "13.3.2-2-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.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.3.2-2-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.3.2-1-x",
18+
"version": "13.3.2-2-x",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/util": "13.3.2-1-x",
21+
"@polkadot/util": "13.3.2-2-x",
2222
"@substrate/ss58-registry": "^1.51.0",
2323
"tslib": "^2.8.0"
2424
},
2525
"devDependencies": {
26-
"@polkadot/hw-ledger": "13.3.2-1-x"
26+
"@polkadot/hw-ledger": "13.3.2-2-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.3.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.3.2-2-x' };

0 commit comments

Comments
 (0)