Skip to content

Commit 6360e50

Browse files
authored
0.168.1 (#11998)
1 parent 7f26abb commit 6360e50

File tree

58 files changed

+224
-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

+224
-196
lines changed

CHANGELOG.md

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

3+
## 0.168.1 Nov 13, 2025
4+
5+
Contributed:
6+
7+
- Update Labs WebSocket URL for Autonomys mainnet ([#11941](https://github.com/polkadot-js/apps/pull/11941)) (Thanks to https://github.com/vedhavyas)
8+
- Refactor provider names for Autonomys Chronos networks ([#11942](https://github.com/polkadot-js/apps/pull/11942)) (Thanks to https://github.com/vedhavyas)
9+
- chore: add Paseo Collectives endpoint ([#11954](https://github.com/polkadot-js/apps/pull/11954)) (Thanks to https://github.com/al3mart)
10+
- Remove Helikon Phala RPC endpoint ([#11961](https://github.com/polkadot-js/apps/pull/11961)) (Thanks to https://github.com/kukabi)
11+
- remove Onfinality's Aleph Zero and Integritee-Kusama endpoint ([#11966](https://github.com/polkadot-js/apps/pull/11966)) (Thanks to https://github.com/leoonf)
12+
- Remove Permanence DAO Westend Asset Hub RPC endpoint ([#11982](https://github.com/polkadot-js/apps/pull/11982)) (Thanks to https://github.com/kukabi)
13+
- add paseo-people-lite parachain ([#11974](https://github.com/polkadot-js/apps/pull/11974)) (Thanks to https://github.com/ArshamTeymouri)
14+
- Update subsquare external links ([#11985](https://github.com/polkadot-js/apps/pull/11985)) (Thanks to https://github.com/wliyongfeng)
15+
- Avoid to add Relay Chain Genesis Hash for Ethereum chain even if they are system parachain ([#11884](https://github.com/polkadot-js/apps/pull/11884)) (Thanks to https://github.com/la10736)
16+
- Add bifrost-paseo providers ([#11987](https://github.com/polkadot-js/apps/pull/11987)) (Thanks to https://github.com/TomatoAres)
17+
18+
19+
Changes:
20+
21+
- Handle zero length divisor case ([#11953](https://github.com/polkadot-js/apps/pull/11953))
22+
- Fixed validator stats url ([#11964](https://github.com/polkadot-js/apps/pull/11964))
23+
- Show RefEnd time correctly ([#11970](https://github.com/polkadot-js/apps/pull/11970))
24+
- Shown era duration correctly in staking ([#11972](https://github.com/polkadot-js/apps/pull/11972))
25+
- Add banner for accounts page for AHM ([#11981](https://github.com/polkadot-js/apps/pull/11981))
26+
- Fixed assethub link ([#11990](https://github.com/polkadot-js/apps/pull/11990))
27+
- Disable unreachable endpoints ([#11951](https://github.com/polkadot-js/apps/pull/11951) [#11967](https://github.com/polkadot-js/apps/pull/11967) [#11993](https://github.com/polkadot-js/apps/pull/11993))
28+
- Bump polkadot-api & polkadot-js dependencies ([#11997](https://github.com/polkadot-js/apps/pull/11997))
29+
30+
331
## 0.167.1 Oct 23, 2025
432

533
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.167.2-19-x",
19+
"version": "0.168.1",
2020
"versions": {
2121
"git": "0.167.2-19-x",
2222
"npm": "0.167.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.167.2-19-x",
16+
"version": "0.168.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.167.2-19-x",
18+
"version": "0.168.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.167.2-19-x",
17+
"version": "0.168.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.167.2-19-x",
17+
"version": "0.168.1",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.2.1",
20-
"@polkadot/apps-config": "^0.167.2-19-x",
21-
"@polkadot/apps-routing": "^0.167.2-19-x",
20+
"@polkadot/apps-config": "^0.168.1",
21+
"@polkadot/apps-routing": "^0.168.1",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.167.2-19-x",
24-
"@polkadot/react-components": "^0.167.2-19-x",
25-
"@polkadot/react-hooks": "^0.167.2-19-x",
26-
"@polkadot/react-params": "^0.167.2-19-x",
27-
"@polkadot/react-query": "^0.167.2-19-x",
28-
"@polkadot/react-signer": "^0.167.2-19-x",
23+
"@polkadot/react-api": "^0.168.1",
24+
"@polkadot/react-components": "^0.168.1",
25+
"@polkadot/react-hooks": "^0.168.1",
26+
"@polkadot/react-params": "^0.168.1",
27+
"@polkadot/react-query": "^0.168.1",
28+
"@polkadot/react-signer": "^0.168.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.167.2-19-x",
17+
"version": "0.168.1",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.8",
2020
"@polkadot/phishing": "^0.25.22",
21-
"@polkadot/react-components": "^0.167.2-19-x",
22-
"@polkadot/react-hooks": "^0.167.2-19-x",
21+
"@polkadot/react-components": "^0.168.1",
22+
"@polkadot/react-hooks": "^0.168.1",
2323
"@polkadot/util": "^13.5.8",
2424
"@polkadot/vanitygen": "^0.63.18",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.167.2-19-x"
29+
"@polkadot/test-support": "0.168.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.167.2-19-x",
17+
"version": "0.168.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.167.2-19-x",
19+
"@polkadot/react-components": "^0.168.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.167.2-19-x",
17+
"version": "0.168.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.167.2-19-x",
17+
"version": "0.168.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

0 commit comments

Comments
 (0)