Skip to content

Commit d7dc457

Browse files
authored
0.160.1 (#11677)
1 parent 1a62273 commit d7dc457

File tree

58 files changed

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

+217
-196
lines changed

CHANGELOG.md

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

3+
## 0.160.1 July 7, 2025
4+
5+
Contributed:
6+
7+
- Fix radiumblock bifrost endpoint ([#11642](https://github.com/polkadot-js/apps/pull/11642)) (Thanks to https://github.com/TomatoAres)
8+
- Polkadex updated end point ([#11635](https://github.com/polkadot-js/apps/pull/11635)) (Thanks to https://github.com/charanks030)
9+
- Updated Onfinality endpoints ([#11647](https://github.com/polkadot-js/apps/pull/11647)) (Thanks to https://github.com/FiveKG)
10+
- docs: fix dead link in apps-config/README.md ([#11672](https://github.com/polkadot-js/apps/pull/11672)) (Thanks to https://github.com/seun556)
11+
- Added onfinality endpoints ([#11664](https://github.com/polkadot-js/apps/pull/11664)) (Thanks to https://github.com/FiveKG)
12+
- chore: fix spelling issues ([#11656](https://github.com/polkadot-js/apps/pull/11656)) (Thanks to https://github.com/Bvegas882)
13+
14+
15+
Changes:
16+
17+
- Improve regex for weight formatting in formatMeta function ([#11640](https://github.com/polkadot-js/apps/pull/11640))
18+
- fix: disable unreachable endpoints ([#11644](https://github.com/polkadot-js/apps/pull/11644) [#11658](https://github.com/polkadot-js/apps/pull/11658))
19+
- Preserve referenda with missing info during grouping ([#11651](https://github.com/polkadot-js/apps/pull/11651))
20+
- Upgraded polkadot dependencies ([#11676](https://github.com/polkadot-js/apps/pull/11676))
21+
22+
23+
324
## 0.159.1 Jun 19, 2025
425

526
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.159.2-10-x",
19+
"version": "0.160.1",
2020
"versions": {
2121
"git": "0.159.2-10-x",
2222
"npm": "0.159.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.159.2-10-x",
16+
"version": "0.160.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.159.2-10-x",
18+
"version": "0.160.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.159.2-10-x",
17+
"version": "0.160.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.159.2-10-x",
17+
"version": "0.160.1",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.0.1",
20-
"@polkadot/apps-config": "^0.159.2-10-x",
21-
"@polkadot/apps-routing": "^0.159.2-10-x",
20+
"@polkadot/apps-config": "^0.160.1",
21+
"@polkadot/apps-routing": "^0.160.1",
2222
"@polkadot/dev": "^0.83.3",
23-
"@polkadot/react-api": "^0.159.2-10-x",
24-
"@polkadot/react-components": "^0.159.2-10-x",
25-
"@polkadot/react-hooks": "^0.159.2-10-x",
26-
"@polkadot/react-params": "^0.159.2-10-x",
27-
"@polkadot/react-query": "^0.159.2-10-x",
28-
"@polkadot/react-signer": "^0.159.2-10-x",
23+
"@polkadot/react-api": "^0.160.1",
24+
"@polkadot/react-components": "^0.160.1",
25+
"@polkadot/react-hooks": "^0.160.1",
26+
"@polkadot/react-params": "^0.160.1",
27+
"@polkadot/react-query": "^0.160.1",
28+
"@polkadot/react-signer": "^0.160.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.159.2-10-x",
17+
"version": "0.160.1",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.3",
2020
"@polkadot/phishing": "^0.25.14",
21-
"@polkadot/react-components": "^0.159.2-10-x",
22-
"@polkadot/react-hooks": "^0.159.2-10-x",
21+
"@polkadot/react-components": "^0.160.1",
22+
"@polkadot/react-hooks": "^0.160.1",
2323
"@polkadot/util": "^13.5.3",
2424
"@polkadot/vanitygen": "^0.63.11",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.159.2-10-x"
29+
"@polkadot/test-support": "0.160.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.159.2-10-x",
17+
"version": "0.160.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.159.2-10-x",
19+
"@polkadot/react-components": "^0.160.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.159.2-10-x",
17+
"version": "0.160.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.159.2-10-x",
17+
"version": "0.160.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

0 commit comments

Comments
 (0)