Skip to content

Commit 9a5e554

Browse files
[CI Skip] bump/beta 0.169.2-12-x
skip-checks: true
1 parent 189b2d2 commit 9a5e554

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
@@ -280,6 +280,7 @@
280280
2 Faraz Ahmad update the title and logo for elysium (#10600)
281281
2 firke fix: Opportunity chain re-enabled (#7022)
282282
2 Florian Franzen add analog mainnet (#11179)
283+
2 FOB fix: correctly handle v1 weights for historical blocks (#12065)
283284
2 Francisco Gamundi Get isEthereum from chain properties (#9667)
284285
2 Frank Bell refactor(apps-config): refresh pop network colour and logo (#10859)
285286
2 Gera chore: reenable peregrine RPC (#11557)
@@ -429,7 +430,6 @@
429430
1 Femi Olah Adds new Hyperbridge logo (#10822)
430431
1 fewForce Update Mandala testnet config (#11621)
431432
1 fixxxedpoint Changed THRESHOLD in useBlockTime so chains that uses values smaller than 1s for the MinimumPeriod (pallet_timestamp) parameter are displayed correctly (#6045)
432-
1 FOB Fix Polymesh types bundle to use correct specNames and update branding (#9182)
433433
1 Fr4ctalbit Turn Submit proposal tab into a modal (#1698)
434434
1 Francesco Occhipinti [CI Skip] update the remote server location, closes #487 (#492)
435435
1 Francisco Aguirre Add westend penpal to list of networks (#11171)

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-11-x",
19+
"version": "0.169.2-12-x",
2020
"versions": {
21-
"git": "0.169.2-11-x",
21+
"git": "0.169.2-12-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-11-x",
16+
"version": "0.169.2-12-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-11-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.169.2-12-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-11-x",
18+
"version": "0.169.2-12-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-11-x",
17+
"version": "0.169.2-12-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-11-x",
17+
"version": "0.169.2-12-x",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.2.1",
20-
"@polkadot/apps-config": "^0.169.2-11-x",
21-
"@polkadot/apps-routing": "^0.169.2-11-x",
20+
"@polkadot/apps-config": "^0.169.2-12-x",
21+
"@polkadot/apps-routing": "^0.169.2-12-x",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.169.2-11-x",
24-
"@polkadot/react-components": "^0.169.2-11-x",
25-
"@polkadot/react-hooks": "^0.169.2-11-x",
26-
"@polkadot/react-params": "^0.169.2-11-x",
27-
"@polkadot/react-query": "^0.169.2-11-x",
28-
"@polkadot/react-signer": "^0.169.2-11-x",
23+
"@polkadot/react-api": "^0.169.2-12-x",
24+
"@polkadot/react-components": "^0.169.2-12-x",
25+
"@polkadot/react-hooks": "^0.169.2-12-x",
26+
"@polkadot/react-params": "^0.169.2-12-x",
27+
"@polkadot/react-query": "^0.169.2-12-x",
28+
"@polkadot/react-signer": "^0.169.2-12-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-11-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.169.2-12-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-11-x",
17+
"version": "0.169.2-12-x",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.9",
2020
"@polkadot/phishing": "^0.25.23",
21-
"@polkadot/react-components": "^0.169.2-11-x",
22-
"@polkadot/react-hooks": "^0.169.2-11-x",
21+
"@polkadot/react-components": "^0.169.2-12-x",
22+
"@polkadot/react-hooks": "^0.169.2-12-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-11-x"
29+
"@polkadot/test-support": "0.169.2-12-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-11-x",
17+
"version": "0.169.2-12-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.169.2-11-x",
19+
"@polkadot/react-components": "^0.169.2-12-x",
2020
"file-saver": "^2.0.5"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)