Skip to content

Commit e3fdfce

Browse files
authored
0.169.1 (#12031)
1 parent ae273d7 commit e3fdfce

File tree

58 files changed

+218
-196
lines changed

Some content is hidden

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

58 files changed

+218
-196
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## 0.169.1 Nov 26, 2025
4+
5+
Contributed:
6+
7+
- Removed onfinality phala ([#12019](https://github.com/polkadot-js/apps/pull/12019)) (Thanks to https://github.com/FiveKG)
8+
- Keep Sidebar Buttons outside the scrollable content ([#12023](https://github.com/polkadot-js/apps/pull/12023)) (Thanks to https://github.com/peetzweg)
9+
10+
11+
Changes:
12+
13+
- Add browser check alert for Firefox 145.0 compatibility ([#12000](https://github.com/polkadot-js/apps/pull/12000))
14+
- Added polkassembly link for polkadot assethub ([#12003](https://github.com/polkadot-js/apps/pull/12003))
15+
- Fix message ([#12011](https://github.com/polkadot-js/apps/pull/12011))
16+
- Fix cross-chain vesting display after Asset Hub migration ([#12013](https://github.com/polkadot-js/apps/pull/12013))
17+
- Displayed average block time for chains in explorer page ([#11999](https://github.com/polkadot-js/apps/pull/11999))
18+
- Replace toHuman() with toBoolArray() for availability votes (Parachains Page) ([#12022](https://github.com/polkadot-js/apps/pull/12022))
19+
- Disable unreachable endpoints ([#12008](https://github.com/polkadot-js/apps/pull/12008) [#12025](https://github.com/polkadot-js/apps/pull/12025))
20+
- Better staking overview ([#11930](https://github.com/polkadot-js/apps/pull/11930))
21+
- fix: Preserve chain colors when WS_URL matches existing endpoint ([#12016](https://github.com/polkadot-js/apps/pull/12016))
22+
- Bump polkadot-js dependencies ([#11997](https://github.com/polkadot-js/apps/pull/11997))
23+
24+
325
## 0.168.1 Nov 13, 2025
426

527
Contributed:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.168.2-12-x",
19+
"version": "0.169.1",
2020
"versions": {
2121
"git": "0.168.2-12-x",
2222
"npm": "0.168.1"

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-12-x",
16+
"version": "0.169.1",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",

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-12-x",
18+
"version": "0.169.1",
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-12-x",
17+
"version": "0.169.1",
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-12-x",
17+
"version": "0.169.1",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.2.1",
20-
"@polkadot/apps-config": "^0.168.2-12-x",
21-
"@polkadot/apps-routing": "^0.168.2-12-x",
20+
"@polkadot/apps-config": "^0.169.1",
21+
"@polkadot/apps-routing": "^0.169.1",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.168.2-12-x",
24-
"@polkadot/react-components": "^0.168.2-12-x",
25-
"@polkadot/react-hooks": "^0.168.2-12-x",
26-
"@polkadot/react-params": "^0.168.2-12-x",
27-
"@polkadot/react-query": "^0.168.2-12-x",
28-
"@polkadot/react-signer": "^0.168.2-12-x",
23+
"@polkadot/react-api": "^0.169.1",
24+
"@polkadot/react-components": "^0.169.1",
25+
"@polkadot/react-hooks": "^0.169.1",
26+
"@polkadot/react-params": "^0.169.1",
27+
"@polkadot/react-query": "^0.169.1",
28+
"@polkadot/react-signer": "^0.169.1",
2929
"punycode": "^2.3.1",
3030
"query-string": "^8.1.0",
3131
"react": "^18.2.0",

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.168.2-12-x",
17+
"version": "0.169.1",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.9",
2020
"@polkadot/phishing": "^0.25.23",
21-
"@polkadot/react-components": "^0.168.2-12-x",
22-
"@polkadot/react-hooks": "^0.168.2-12-x",
21+
"@polkadot/react-components": "^0.169.1",
22+
"@polkadot/react-hooks": "^0.169.1",
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.168.2-12-x"
29+
"@polkadot/test-support": "0.169.1"
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.168.2-12-x",
17+
"version": "0.169.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.168.2-12-x",
19+
"@polkadot/react-components": "^0.169.1",
2020
"file-saver": "^2.0.5"
2121
},
2222
"devDependencies": {

packages/page-alliance/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-12-x",
17+
"version": "0.169.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-ambassador/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-12-x",
17+
"version": "0.169.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

0 commit comments

Comments
 (0)