Skip to content
Snippets Groups Projects
Unverified Commit c8898094 authored by Arjun Porwal's avatar Arjun Porwal Committed by GitHub
Browse files

0.149.1 (#11278)

* 0.149.1

* 0.149.1
parent 4b714ed3
No related branches found
No related tags found
No related merge requests found
Showing
with 75 additions and 44 deletions
# CHANGELOG
## 0.149.1 Feb 7, 2025
Contributed:
- Add Helixstreet Endpoints ([#11237](https://github.com/polkadot-js/apps/pull/11237)) (Thanks to https://github.com/helixstreet)
- Update moonbeam-types-bundle to latest ([#11240](https://github.com/polkadot-js/apps/pull/11240)) (Thanks to https://github.com/timbrinded)
- Update new paraId ([#11245](https://github.com/polkadot-js/apps/pull/11245)) (Thanks to https://github.com/ganesh1997oli)
- Add IBP endpoint to Mythos ([#11249](https://github.com/polkadot-js/apps/pull/11249)) (Thanks to https://github.com/miloskriz)
- Restore `wss://kreivo.io` provider to the list of providers ([#11250](https://github.com/polkadot-js/apps/pull/11250)) (Thanks to https://github.com/pandres95)
- Add Permanence DAO Europe public RPC endpoints for Polkadot and Westend Asset Hub ([#11252](https://github.com/polkadot-js/apps/pull/11252)) (Thanks to https://github.com/kukabi)
- WeTEE added to Paseo ([#11254](https://github.com/polkadot-js/apps/pull/11254)) (Thanks to https://github.com/BurnWW)
- Update xode paraid in Paseo ([#11264](https://github.com/polkadot-js/apps/pull/11264)) (Thanks to https://github.com/Mrigesh901)
- Add blockops assethub rpc endpoint ([#11266](https://github.com/polkadot-js/apps/pull/11266)) (Thanks to https://github.com/haroldsphinx)
- Deleted OnFinality 2 endpoints ([#11270](https://github.com/polkadot-js/apps/pull/11270)) (Thanks to https://github.com/FiveKG)
- [KILT] Design change and node operator rename ([#11271](https://github.com/polkadot-js/apps/pull/11271)) (Thanks to https://github.com/rflechtner)
- Add LH ws to bittensor ([#11273](https://github.com/polkadot-js/apps/pull/11273)) (Thanks to https://github.com/camfairchild)
Changes:
- Disable unreachable endpoints ([#11236](https://github.com/polkadot-js/apps/pull/11236) [#11258](https://github.com/polkadot-js/apps/pull/11258) [#11268](https://github.com/polkadot-js/apps/pull/11268))
- Make use of `spendLocal` in treasury ([#11243](https://github.com/polkadot-js/apps/pull/11243))
- Remove Experimental from Coretime ([#11246](https://github.com/polkadot-js/apps/pull/11246))
- Ensure safeguard against treasury spendLocal functions ([#11247](https://github.com/polkadot-js/apps/pull/11247))
- Showing what core the chain is renewed on ([#11256](https://github.com/polkadot-js/apps/pull/11256))
- Treasury Spend Params Issue ([#11265](https://github.com/polkadot-js/apps/pull/11265))
- Update @polkadot/types dep ([#11272](https://github.com/polkadot-js/apps/pull/11272))
- Upgraded polkadot-js deps ([#11277](https://github.com/polkadot-js/apps/pull/11277))
- Fee payment with any sufficient asset ([#11229](https://github.com/polkadot-js/apps/pull/11229))
- 0.148.1 ([#11231](https://github.com/polkadot-js/apps/pull/11231))
## 0.148.1 Jan 23, 2025
Contributed:
......
......@@ -16,7 +16,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"versions": {
"git": "0.148.2-20-x",
"npm": "0.148.1"
......
......@@ -13,7 +13,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
......
......@@ -15,7 +15,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.148.2-20-x",
"version": "0.149.1",
"main": "build/electron.js",
"dependencies": {
"electron-log": "^5.0.1",
......
......@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
......
......@@ -14,18 +14,18 @@
},
"sideEffects": true,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@acala-network/chopsticks-core": "^1.0.1",
"@polkadot/apps-config": "^0.148.2-20-x",
"@polkadot/apps-routing": "^0.148.2-20-x",
"@polkadot/apps-config": "^0.149.1",
"@polkadot/apps-routing": "^0.149.1",
"@polkadot/dev": "^0.83.2",
"@polkadot/react-api": "^0.148.2-20-x",
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-hooks": "^0.148.2-20-x",
"@polkadot/react-params": "^0.148.2-20-x",
"@polkadot/react-query": "^0.148.2-20-x",
"@polkadot/react-signer": "^0.148.2-20-x",
"@polkadot/react-api": "^0.149.1",
"@polkadot/react-components": "^0.149.1",
"@polkadot/react-hooks": "^0.149.1",
"@polkadot/react-params": "^0.149.1",
"@polkadot/react-query": "^0.149.1",
"@polkadot/react-signer": "^0.149.1",
"punycode": "^2.3.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
......
......@@ -14,19 +14,19 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/hw-ledger": "^13.3.1",
"@polkadot/phishing": "^0.25.3",
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-hooks": "^0.148.2-20-x",
"@polkadot/react-components": "^0.149.1",
"@polkadot/react-hooks": "^0.149.1",
"@polkadot/util": "^13.3.1",
"@polkadot/vanitygen": "^0.63.1",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.148.2-20-x"
"@polkadot/test-support": "0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-components": "^0.149.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
......
......@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
......
......@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
......
......@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1"
},
"devDependencies": {
"@polkadot/test-support": "0.148.2-20-x"
"@polkadot/test-support": "0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "0.148.2-20-x",
"@polkadot/react-query": "0.148.2-20-x"
"@polkadot/react-components": "0.149.1",
"@polkadot/react-query": "0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-components": "^0.149.1",
"secp256k1": "^3.8.0"
},
"peerDependencies": {
......
......@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"peerDependencies": {
"react": "*",
"react-dom": "*",
......
......@@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/api-contract": "15.5.2",
"eventemitter3": "^5.0.1"
......
......@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-query": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1",
"@polkadot/react-query": "^0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-query": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1",
"@polkadot/react-query": "^0.149.1"
},
"peerDependencies": {
"react": "*",
......
......@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.148.2-20-x",
"version": "0.149.1",
"dependencies": {
"@polkadot/react-components": "^0.148.2-20-x",
"@polkadot/react-query": "^0.148.2-20-x"
"@polkadot/react-components": "^0.149.1",
"@polkadot/react-query": "^0.149.1"
},
"peerDependencies": {
"react": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment