Skip to content

Commit

Permalink
0.148.1 (#11231)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jan 23, 2025
1 parent 94011ec commit 03cca54
Show file tree
Hide file tree
Showing 57 changed files with 223 additions and 195 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# CHANGELOG

## 0.148.1 Jan 23, 2025

Contributed:

- Remove Dwellir Tinkernet endpoint ([#11196](https://github.com/polkadot-js/apps/pull/11196)) (Thanks to https://github.com/jonathanudd)
- Update Joystream staking inflation parameters ([#11206](https://github.com/polkadot-js/apps/pull/11206)) (Thanks to https://github.com/DzhideX)
- Add torus network chain ([#11175](https://github.com/polkadot-js/apps/pull/11175)) (Thanks to https://github.com/EdSDR)
- Change Aventus public rpc endpoints ([#11220](https://github.com/polkadot-js/apps/pull/11220)) (Thanks to https://github.com/vukomir)
- Update allfeat testnet ([#11214](https://github.com/polkadot-js/apps/pull/11214)) (Thanks to https://github.com/SailorSnoW)
-


Changes:

- Fix broken balances page ([#11230](https://github.com/polkadot-js/apps/pull/11230))
- Fixed broken Block Details for blocks/chains with V1 Weight ([#11225](https://github.com/polkadot-js/apps/pull/11225))
- Fix get next asset Id ([#11213](https://github.com/polkadot-js/apps/pull/11213))
- Restore submit proposal button for `proposeSend` ([#11218](https://github.com/polkadot-js/apps/pull/11218))
- Fix default asset selection ([#11222](https://github.com/polkadot-js/apps/pull/11222))
- Add more sale details to coretime plus region info ([#11188](https://github.com/polkadot-js/apps/pull/11188))
- Fix transactionPaymentApi issue ([#11208](https://github.com/polkadot-js/apps/pull/11208))
- Fix card title and related translations ([#11205](https://github.com/polkadot-js/apps/pull/11205))
- Fix BountyType with new PalletBountiesBounty ([#11204](https://github.com/polkadot-js/apps/pull/11204))
- Added missing types description to docs ([#11197](https://github.com/polkadot-js/apps/pull/11197))
- Disable unreachable endpoints ([#11201](https://github.com/polkadot-js/apps/pull/11201)) ([#11216](https://github.com/polkadot-js/apps/pull/11216))
- Bump dev to 0.83.2 ([#11210](https://github.com/polkadot-js/apps/pull/11210))


## 0.147.1 Jan 9, 2025

Contributed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"versions": {
"git": "0.147.2-18-x",
"npm": "0.147.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.147.2-18-x",
"version": "0.148.1",
"main": "build/electron.js",
"dependencies": {
"electron-log": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
18 changes: 9 additions & 9 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"sideEffects": true,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@acala-network/chopsticks-core": "^1.0.1",
"@polkadot/apps-config": "^0.147.2-18-x",
"@polkadot/apps-routing": "^0.147.2-18-x",
"@polkadot/apps-config": "^0.148.1",
"@polkadot/apps-routing": "^0.148.1",
"@polkadot/dev": "^0.83.2",
"@polkadot/react-api": "^0.147.2-18-x",
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-hooks": "^0.147.2-18-x",
"@polkadot/react-params": "^0.147.2-18-x",
"@polkadot/react-query": "^0.147.2-18-x",
"@polkadot/react-signer": "^0.147.2-18-x",
"@polkadot/react-api": "^0.148.1",
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-hooks": "^0.148.1",
"@polkadot/react-params": "^0.148.1",
"@polkadot/react-query": "^0.148.1",
"@polkadot/react-signer": "^0.148.1",
"punycode": "^2.3.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/hw-ledger": "^13.3.1",
"@polkadot/phishing": "^0.25.1",
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-hooks": "^0.147.2-18-x",
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-hooks": "^0.148.1",
"@polkadot/util": "^13.3.1",
"@polkadot/vanitygen": "^0.62.1",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.147.2-18-x"
"@polkadot/test-support": "0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-components": "^0.148.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-alliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-ambassador/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"devDependencies": {
"@polkadot/test-support": "0.147.2-18-x"
"@polkadot/test-support": "0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "0.147.2-18-x",
"@polkadot/react-query": "0.147.2-18-x"
"@polkadot/react-components": "0.148.1",
"@polkadot/react-query": "0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-components": "^0.148.1",
"secp256k1": "^3.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-collator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/api-contract": "15.2.1",
"eventemitter3": "^5.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/page-coretime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-query": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-query": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-query": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-query": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-query": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-query": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-params": "^0.147.2-18-x",
"@polkadot/react-signer": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-params": "^0.148.1",
"@polkadot/react-signer": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-fellowship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-components": "^0.148.1",
"axios": "^1.6.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/page-membership/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x",
"@polkadot/react-query": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1",
"@polkadot/react-query": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-nfts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-nis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.147.2-18-x",
"version": "0.148.1",
"dependencies": {
"@polkadot/react-components": "^0.147.2-18-x"
"@polkadot/react-components": "^0.148.1"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading

0 comments on commit 03cca54

Please sign in to comment.