Skip to content

Commit dc7f644

Browse files
committed
Merge branch 'master' of https://github.com/polkadot-js/apps into rk/fix-min-max
2 parents cc7987f + 4906501 commit dc7f644

File tree

63 files changed

+209
-205
lines changed

Some content is hidden

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

63 files changed

+209
-205
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
4364 Jaco Disable unreachable endpoints (#10221)
2-
164 Arjun Porwal fix: referenda list collapse issue (#11796)
2+
166 Arjun Porwal chore: disable unreachable endpoints (#12056)
33
113 Tarik Gul Fix cross-chain vesting display after Asset Hub migration (#12013)
44
81 Thibaut Sardan update overrides (#10090)
55
62 kwingram25 iadd fix (#2911)

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.169.2-7-x",
19+
"version": "0.169.2-9-x",
2020
"versions": {
21-
"git": "0.169.2-7-x",
21+
"git": "0.169.2-9-x",
2222
"npm": "0.169.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.169.2-7-x",
16+
"version": "0.169.2-9-x",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",

packages/apps-config/src/endpoints/productionRelayKusama.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
631631
info: 'robonomics',
632632
paraId: 2048,
633633
providers: {
634-
Airalab: 'wss://kusama.rpc.robonomics.network/'
634+
// Airalab: 'wss://kusama.rpc.robonomics.network/' // https://github.com/polkadot-js/apps/issues/12052
635635
// Leemo: 'wss://robonomics.leemo.me', // https://github.com/polkadot-js/apps/issues/9817
636636
// OnFinality: 'wss://robonomics.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9824
637637
// Samsara: 'wss://robonomics.0xsamsara.com' https://github.com/polkadot-js/apps/issues/11026
@@ -648,7 +648,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
648648
isUnreachable: true,
649649
paraId: 2240,
650650
providers: {
651-
Airalab: 'wss://kusama.rpc.robonomics.network/'
651+
// Airalab: 'wss://kusama.rpc.robonomics.network/' // https://github.com/polkadot-js/apps/issues/12052
652652
// Leemo: 'wss://robonomics.leemo.me', // https://github.com/polkadot-js/apps/issues/9817
653653
// OnFinality: 'wss://robonomics.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9824
654654
// Samsara: 'wss://robonomics.0xsamsara.com' https://github.com/polkadot-js/apps/issues/11026

packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
376376
info: 'integritee',
377377
paraId: 2039,
378378
providers: {
379-
Integritee: 'wss://polkadot.api.integritee.network'
379+
// Integritee: 'wss://polkadot.api.integritee.network' // https://github.com/polkadot-js/apps/issues/12052
380380
},
381381
text: 'Integritee Network',
382382
ui: {

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.169.2-7-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.169.2-9-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.169.2-7-x",
18+
"version": "0.169.2-9-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.169.2-7-x",
17+
"version": "0.169.2-9-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.169.2-7-x",
17+
"version": "0.169.2-9-x",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.2.1",
20-
"@polkadot/apps-config": "^0.169.2-7-x",
21-
"@polkadot/apps-routing": "^0.169.2-7-x",
20+
"@polkadot/apps-config": "^0.169.2-9-x",
21+
"@polkadot/apps-routing": "^0.169.2-9-x",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.169.2-7-x",
24-
"@polkadot/react-components": "^0.169.2-7-x",
25-
"@polkadot/react-hooks": "^0.169.2-7-x",
26-
"@polkadot/react-params": "^0.169.2-7-x",
27-
"@polkadot/react-query": "^0.169.2-7-x",
28-
"@polkadot/react-signer": "^0.169.2-7-x",
23+
"@polkadot/react-api": "^0.169.2-9-x",
24+
"@polkadot/react-components": "^0.169.2-9-x",
25+
"@polkadot/react-hooks": "^0.169.2-9-x",
26+
"@polkadot/react-params": "^0.169.2-9-x",
27+
"@polkadot/react-query": "^0.169.2-9-x",
28+
"@polkadot/react-signer": "^0.169.2-9-x",
2929
"punycode": "^2.3.1",
3030
"query-string": "^8.1.0",
3131
"react": "^18.2.0",

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

0 commit comments

Comments
 (0)