Skip to content

Commit f3a8076

Browse files
[CI Skip] release/beta 0.110.2-45
skip-checks: true
1 parent 05b67cd commit f3a8076

File tree

44 files changed

+165
-165
lines changed

Some content is hidden

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

44 files changed

+165
-165
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
4 Luke Sugiura Refactor Backup component with hooks (#1927)
8383
4 Marcin Wachulski Account row collapsible row details (#5894)
8484
4 marco feat(types): bump types to 0.0.14 (#6636)
85+
4 mateuszaaa Feature/mangata kusama launch (#7280)
8586
4 Michael Müller Update Rococo genesis hash (#6859)
8687
4 mn13 update actual equilibrium version (#6836)
8788
4 philipstanislaus Upgrade Centrifuge types (#2428)
@@ -113,7 +114,6 @@
113114
3 marco feat(types): bump types to 0.0.14 (#6636)
114115
3 Mario Pino update PolkaStats logo (#3600)
115116
3 Marko Petrlić updated ternoa types to support Ternoa Testnet V2.1 (#6658)
116-
3 mateuszaaa move mangata reference to testnet tab (#7255)
117117
3 Myron use new log for crust parachain (#6520)
118118
3 Nikhil Ranjan Enable subscan for polkadot parachains (#6802)
119119
3 NZT48 OriginTrail Parachain types updated (#5959)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/polkadot-js/apps.git"
1313
},
1414
"sideEffects": false,
15-
"version": "0.110.2-44",
15+
"version": "0.110.2-45",
1616
"workspaces": [
1717
"packages/*"
1818
],

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"sideEffects": false,
1212
"type": "module",
13-
"version": "0.110.2-44",
13+
"version": "0.110.2-45",
1414
"main": "index.js",
1515
"dependencies": {
1616
"@acala-network/type-definitions": "^4.0.1",

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.110.2-44' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.110.2-45' };

packages/apps-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://github.com/polkadot-js/apps.git"
1111
},
1212
"sideEffects": false,
13-
"version": "0.110.2-44",
13+
"version": "0.110.2-45",
1414
"dependencies": {
1515
"@babel/core": "^7.17.8",
1616
"@babel/polyfill": "^7.12.1",
1717
"@polkadot/dev": "^0.65.101",
18-
"@polkadot/react-components": "^0.110.2-44",
18+
"@polkadot/react-components": "^0.110.2-45",
1919
"electron-log": "^4.4.6",
2020
"electron-updater": "^4.6.5"
2121
},

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.110.2-44",
14+
"version": "0.110.2-45",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.8"
1717
}

packages/apps/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"sideEffects": true,
1313
"type": "module",
14-
"version": "0.110.2-44",
14+
"version": "0.110.2-45",
1515
"dependencies": {
1616
"@babel/core": "^7.17.8",
1717
"@babel/polyfill": "^7.12.1",
1818
"@babel/runtime": "^7.17.8",
19-
"@polkadot/apps-config": "^0.110.2-44",
20-
"@polkadot/apps-routing": "^0.110.2-44",
19+
"@polkadot/apps-config": "^0.110.2-45",
20+
"@polkadot/apps-routing": "^0.110.2-45",
2121
"@polkadot/dev": "^0.65.101",
22-
"@polkadot/react-api": "^0.110.2-44",
23-
"@polkadot/react-components": "^0.110.2-44",
24-
"@polkadot/react-hooks": "^0.110.2-44",
25-
"@polkadot/react-params": "^0.110.2-44",
26-
"@polkadot/react-query": "^0.110.2-44",
27-
"@polkadot/react-signer": "^0.110.2-44",
22+
"@polkadot/react-api": "^0.110.2-45",
23+
"@polkadot/react-components": "^0.110.2-45",
24+
"@polkadot/react-hooks": "^0.110.2-45",
25+
"@polkadot/react-params": "^0.110.2-45",
26+
"@polkadot/react-query": "^0.110.2-45",
27+
"@polkadot/react-signer": "^0.110.2-45",
2828
"punycode": "^2.1.1",
2929
"query-string": "^7.1.1"
3030
},

packages/apps/public/locales/en/apps-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"rpc.kusama.listen": "Listen Network",
3636
"rpc.kusama.litmus": "Litmus",
3737
"rpc.kusama.loomnetwork": "Loom Network",
38+
"rpc.kusama.mangata": "Mangata",
3839
"rpc.kusama.mars": "Mars",
3940
"rpc.kusama.moonriver": "Moonriver",
4041
"rpc.kusama.parity": "Kusama",
@@ -54,8 +55,6 @@
5455
"rpc.kusama.trustbase": "TrustBase",
5556
"rpc.kusama.zeitgeist": "Zeitgeist",
5657
"rpc.kylin-node.co.uk": "Kylin Network",
57-
"rpc.kusama.mangata": "Mangata",
58-
"rpc.test.mangata": "Mangata Testnet",
5958
"rpc.manta": "Manta Testnet",
6059
"rpc.polkadot.acala": "Acala",
6160
"rpc.polkadot.astar": "Astar",
@@ -212,6 +211,7 @@
212211
"rpc.test.kylin-node.co.uk": "Pichiu Testnet",
213212
"rpc.test.litentry": "Litentry Testnet",
214213
"rpc.test.mandala": "Mandala",
214+
"rpc.test.mangata": "Mangata Testnet",
215215
"rpc.test.minix": "MiniX Testnet",
216216
"rpc.test.moonbeam": "Moonbase Alpha",
217217
"rpc.test.mybank": "mybank.network",
@@ -265,4 +265,4 @@
265265
"testnet.kylin-node.co.uk": "Kylin Testnet",
266266
"westend.kylin-node.co.uk": "Pichiu",
267267
"ws.unique.network": "Unique Network"
268-
}
268+
}

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.110.2-44' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.110.2-45' };

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.110.2-44",
14+
"version": "0.110.2-45",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.8",
1717
"@polkadot/hw-ledger": "^8.7.1",
1818
"@polkadot/phishing": "^0.10.50",
19-
"@polkadot/react-components": "^0.110.2-44",
20-
"@polkadot/react-hooks": "^0.110.2-44",
19+
"@polkadot/react-components": "^0.110.2-45",
20+
"@polkadot/react-hooks": "^0.110.2-45",
2121
"@polkadot/util": "^8.7.1",
2222
"@polkadot/vanitygen": "^0.50.5",
2323
"detect-browser": "^5.3.0",
2424
"file-saver": "^2.0.5"
2525
},
2626
"devDependencies": {
27-
"@polkadot/test-support": "0.110.2-44"
27+
"@polkadot/test-support": "0.110.2-45"
2828
}
2929
}

0 commit comments

Comments
 (0)