Skip to content

Commit e98046c

Browse files
authored
0.157.1 (#11598)
1 parent 08db161 commit e98046c

File tree

57 files changed

+220
-195
lines changed

Some content is hidden

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

57 files changed

+220
-195
lines changed

CHANGELOG.md

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

3+
## 0.157.1 Jun 2, 2025
4+
5+
Contributed:
6+
7+
- Add ZeitgeistPM OnFinality provider to production relay polkadot endpoints ([#11558](https://github.com/polkadot-js/apps/pull/11558)) (Thanks to https://github.com/Chralt98)
8+
- Updates Dancebox for Dancelight ([#11559](https://github.com/polkadot-js/apps/pull/11559)) (Thanks to https://github.com/albertov19)
9+
- Update jamton definitions ([#11538](https://github.com/polkadot-js/apps/pull/11538)) (Thanks to https://github.com/alexxxkny)
10+
- chore: display prices as full number on sales page ([#11554](https://github.com/polkadot-js/apps/pull/11554)) (Thanks to https://github.com/rajk93)
11+
- chore: re-enable rpc3 for Pop Network ([#11571](https://github.com/polkadot-js/apps/pull/11571)) (Thanks to https://github.com/al3mart)
12+
- Auto suggestion for proxy based on transaction type ([#11579](https://github.com/polkadot-js/apps/pull/11579)) (Thanks to https://github.com/rajk93)
13+
- chore(passet-hub): add PAssetHub endpoint to Paseo ([#11591](https://github.com/polkadot-js/apps/pull/11591)) (Thanks to https://github.com/al3mart)
14+
15+
16+
Changes:
17+
18+
- Improve input conversion logic in BaseBytes component ([#11562](https://github.com/polkadot-js/apps/pull/11562))
19+
- Small fix for non-showing tag for Reservation type on Coretime Broker - Coretime Chain ([#11567](https://github.com/polkadot-js/apps/pull/11567))
20+
- Disable unreachable endpoints ([#11574](https://github.com/polkadot-js/apps/pull/11574) [#11590](https://github.com/polkadot-js/apps/pull/11590))
21+
- Improve amount error calculation by considering OpenGov-related locks ([#11578](https://github.com/polkadot-js/apps/pull/11578))
22+
- Enhance Preimage Page with Decodable Call Link ([#11570](https://github.com/polkadot-js/apps/pull/11570))
23+
- Enable Manual Address in Account Input When No Accounts Are Present ([#11583](https://github.com/polkadot-js/apps/pull/11583))
24+
- Display Basic Chain Info, Apps, API, and Metadata in Settings ([#11584](https://github.com/polkadot-js/apps/pull/11584))
25+
- Upgraded polkadot dependencies ([#11597](https://github.com/polkadot-js/apps/pull/11597))
26+
27+
328
## 0.156.1 May 16, 2025
429

530
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.156.2-15-x",
19+
"version": "0.157.1",
2020
"versions": {
2121
"git": "0.156.2-15-x",
2222
"npm": "0.156.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.156.2-15-x",
16+
"version": "0.157.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.156.2-15-x",
18+
"version": "0.157.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.156.2-15-x",
17+
"version": "0.157.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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.0.1",
20-
"@polkadot/apps-config": "^0.156.2-15-x",
21-
"@polkadot/apps-routing": "^0.156.2-15-x",
20+
"@polkadot/apps-config": "^0.157.1",
21+
"@polkadot/apps-routing": "^0.157.1",
2222
"@polkadot/dev": "^0.83.2",
23-
"@polkadot/react-api": "^0.156.2-15-x",
24-
"@polkadot/react-components": "^0.156.2-15-x",
25-
"@polkadot/react-hooks": "^0.156.2-15-x",
26-
"@polkadot/react-params": "^0.156.2-15-x",
27-
"@polkadot/react-query": "^0.156.2-15-x",
28-
"@polkadot/react-signer": "^0.156.2-15-x",
23+
"@polkadot/react-api": "^0.157.1",
24+
"@polkadot/react-components": "^0.157.1",
25+
"@polkadot/react-hooks": "^0.157.1",
26+
"@polkadot/react-params": "^0.157.1",
27+
"@polkadot/react-query": "^0.157.1",
28+
"@polkadot/react-signer": "^0.157.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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.5.1",
2020
"@polkadot/phishing": "^0.25.11",
21-
"@polkadot/react-components": "^0.156.2-15-x",
22-
"@polkadot/react-hooks": "^0.156.2-15-x",
21+
"@polkadot/react-components": "^0.157.1",
22+
"@polkadot/react-hooks": "^0.157.1",
2323
"@polkadot/util": "^13.5.1",
2424
"@polkadot/vanitygen": "^0.63.8",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.156.2-15-x"
29+
"@polkadot/test-support": "0.157.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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
19+
"@polkadot/react-components": "^0.157.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.156.2-15-x",
17+
"version": "0.157.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.156.2-15-x",
17+
"version": "0.157.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-assets/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-bounties/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"devDependencies": {
22-
"@polkadot/test-support": "0.156.2-15-x"
22+
"@polkadot/test-support": "0.157.1"
2323
},
2424
"peerDependencies": {
2525
"react": "*",

packages/page-broker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "0.156.2-15-x",
20-
"@polkadot/react-query": "0.156.2-15-x"
19+
"@polkadot/react-components": "0.157.1",
20+
"@polkadot/react-query": "0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-calendar/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-claims/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
19+
"@polkadot/react-components": "^0.157.1",
2020
"secp256k1": "^3.8.0"
2121
},
2222
"peerDependencies": {

packages/page-collator/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-contracts/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
1919
"@polkadot/api-contract": "16.0.1",
2020
"eventemitter3": "^5.0.1"

packages/page-coretime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-query": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-query": "^0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-council/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-query": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-query": "^0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-democracy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-query": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-query": "^0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-explorer/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-extrinsics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-params": "^0.156.2-15-x",
21-
"@polkadot/react-signer": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-params": "^0.157.1",
21+
"@polkadot/react-signer": "^0.157.1"
2222
},
2323
"peerDependencies": {
2424
"react": "*",

packages/page-fellowship/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-files/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
19+
"@polkadot/react-components": "^0.157.1",
2020
"axios": "^1.6.2"
2121
},
2222
"peerDependencies": {

packages/page-gilt/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-js/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-membership/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-query": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-query": "^0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-nfts/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-nis/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.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-parachains/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.156.2-15-x",
17+
"version": "0.157.1",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.156.2-15-x",
20-
"@polkadot/react-query": "^0.156.2-15-x"
19+
"@polkadot/react-components": "^0.157.1",
20+
"@polkadot/react-query": "^0.157.1"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

0 commit comments

Comments
 (0)