Skip to content

Commit 1b3ed93

Browse files
[CI Skip] bump/beta 0.169.2-7-x
skip-checks: true
1 parent 8642eb4 commit 1b3ed93

File tree

60 files changed

+200
-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.

60 files changed

+200
-200
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
15 Nikos Kontakis Remove the dev notification for 1 month (#11400)
3737
14 Gabriel Facco de Arruda Update InvArch logo and color (#9998)
3838
14 Jakob Add Dwellir Coretime Westend endpoint (#10656)
39+
14 Milos Kriz Remove IBP endpoints for Mythos (#12049)
3940
13 Alex D reenable nodes (#10125)
4041
13 Bulat Saifullin add polkadot coretime parachain (#10857)
4142
13 Cedric Decoster Updated to load balanced RPC bajun (#11114)
4243
13 Miguel Hervas Adding Centrifuge OnFinality Service (#7328)
43-
13 Milos Kriz Add `passet-hub` Paseo endpoint by IBP (#11618)
4444
13 Zombieliu Update Web3Games Chain Network (#8685)
4545
12 Alejandro Martinez Andres chore: add Paseo Collectives endpoint (#11954)
4646
12 Cheng JIANG switch to load balanced endpoints for parallel (#6056)

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

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.169.2-6-x",
17+
"version": "0.169.2-7-x",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.9",
2020
"@polkadot/phishing": "^0.25.23",
21-
"@polkadot/react-components": "^0.169.2-6-x",
22-
"@polkadot/react-hooks": "^0.169.2-6-x",
21+
"@polkadot/react-components": "^0.169.2-7-x",
22+
"@polkadot/react-hooks": "^0.169.2-7-x",
2323
"@polkadot/util": "^13.5.9",
2424
"@polkadot/vanitygen": "^0.63.19",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.169.2-6-x"
29+
"@polkadot/test-support": "0.169.2-7-x"
3030
},
3131
"peerDependencies": {
3232
"react": "*",

packages/page-addresses/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": "0.169.2-6-x",
17+
"version": "0.169.2-7-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.169.2-6-x",
19+
"@polkadot/react-components": "^0.169.2-7-x",
2020
"file-saver": "^2.0.5"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)