Skip to content

Commit 8dab328

Browse files
[CI Skip] bump/beta 0.168.2-10-x
skip-checks: true
1 parent 5242dad commit 8dab328

File tree

62 files changed

+203
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+203
-200
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
2 JimYam fix the bug that have no icon for listen in https://polkadot.js.org/apps (#7241)
297297
2 Justin Zhou currently unreachable (#8130)
298298
2 kaichao not enable identify for failed set identity txs. (#10747)
299+
2 Kian Paimani Better staking overview (#11930)
299300
2 Krishna Singh Updated Polkadex mainnet and parachain endpoints (#9765)
300301
2 Kyilkhor Moonsama listing + types (#9682)
301302
2 Leonardo Razovic Polimec: add new RPC provider and change color (#10371)
@@ -473,7 +474,6 @@
473474
1 Kerwin Zhu fix Chinese translation of 'comm.' (#4464)
474475
1 Kevin Gislason add manta testnet (#5355)
475476
1 Kevin Neilson remove OnFinality public endpoints (#9978)
476-
1 Kian Paimani New command center (#11899)
477477
1 Kirill Shirobokov ru translations for page-accouts are added (#9219)
478478
1 KkenWv Add KICO logo and endpoint (#6906)
479479
1 Klaudiusz Dembler Add joyutils RPC endpoint for Joystream (#10176)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.168.2-9-x",
19+
"version": "0.168.2-10-x",
2020
"versions": {
21-
"git": "0.168.2-9-x",
21+
"git": "0.168.2-10-x",
2222
"npm": "0.168.1"
2323
},
2424
"workspaces": [

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"sideEffects": false,
1515
"type": "module",
16-
"version": "0.168.2-9-x",
16+
"version": "0.168.2-10-x",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",

packages/apps-config/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/apps-config', path: 'auto', type: 'auto', version: '0.168.2-9-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.168.2-10-x' };

packages/apps-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/polkadot-js/apps.git"
1616
},
1717
"sideEffects": false,
18-
"version": "0.168.2-9-x",
18+
"version": "0.168.2-10-x",
1919
"main": "build/electron.js",
2020
"dependencies": {
2121
"electron-log": "^5.0.1",

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.168.2-9-x",
17+
"version": "0.168.2-10-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/apps/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "0.168.2-9-x",
17+
"version": "0.168.2-10-x",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.2.1",
20-
"@polkadot/apps-config": "^0.168.2-9-x",
21-
"@polkadot/apps-routing": "^0.168.2-9-x",
20+
"@polkadot/apps-config": "^0.168.2-10-x",
21+
"@polkadot/apps-routing": "^0.168.2-10-x",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.168.2-9-x",
24-
"@polkadot/react-components": "^0.168.2-9-x",
25-
"@polkadot/react-hooks": "^0.168.2-9-x",
26-
"@polkadot/react-params": "^0.168.2-9-x",
27-
"@polkadot/react-query": "^0.168.2-9-x",
28-
"@polkadot/react-signer": "^0.168.2-9-x",
23+
"@polkadot/react-api": "^0.168.2-10-x",
24+
"@polkadot/react-components": "^0.168.2-10-x",
25+
"@polkadot/react-hooks": "^0.168.2-10-x",
26+
"@polkadot/react-params": "^0.168.2-10-x",
27+
"@polkadot/react-query": "^0.168.2-10-x",
28+
"@polkadot/react-signer": "^0.168.2-10-x",
2929
"punycode": "^2.3.1",
3030
"query-string": "^8.1.0",
3131
"react": "^18.2.0",

packages/apps/public/locales/en/app-staking-async.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"next active id": "next active id",
211211
"nominated accounts": "nominated accounts",
212212
"nominator candidates": "nominator candidates",
213+
"nominator count": "nominator count",
213214
"nominators": "nominators",
214215
"nominators to be removed": "nominators to be removed",
215216
"number of validators": "number of validators",
@@ -239,6 +240,7 @@
239240
"stashes": "stashes",
240241
"suri (seed & derivation)": "suri (seed & derivation)",
241242
"the payment account": "the payment account",
243+
"total stake": "total stake",
242244
"type of funds to bond": "type of funds to bond",
243245
"unbond amount": "unbond amount",
244246
"unpruned eras": "unpruned eras",

packages/apps/public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@
16861686
"nominated accounts": "",
16871687
"nominator": "",
16881688
"nominator candidates": "",
1689+
"nominator count": "",
16891690
"nominators": "",
16901691
"nominators to be removed": "",
16911692
"none": "",

packages/apps/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/apps', path: 'auto', type: 'auto', version: '0.168.2-9-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.168.2-10-x' };

0 commit comments

Comments
 (0)