Skip to content

Commit 8d86de9

Browse files
authored
0.109.1 (#7158)
1 parent 4d08b63 commit 8d86de9

File tree

40 files changed

+218
-205
lines changed

40 files changed

+218
-205
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# CHANGELOG
22

3-
## master
3+
## 0.109.1 Mar 14, 2022
4+
5+
Contributed:
6+
7+
- Add DataHighway Spreehaven on Rococo (Thanks to https://github.com/ayushmishra2005)
8+
- Add MiniX (Thanks to https://github.com/hqwangningbo)
9+
- Enable HydraX parachain (Thanks to https://github.com/lumir-mrkva)
10+
- Enable Centrifuge parachain (Thanks to https://github.com/mikiquantum)
11+
- Enable Unique parachain (Thanks to https://github.com/gregzaitsev)
12+
- Dwellir RPCs for Statemint, Statemine, Westmint (Thanks to https://github.com/Maharacha)
13+
- Update Nodle RPCs (Thanks to https://github.com/ETeissonniere)
414

515
Changes:
616

717
- Only disable fast-track on super majority (aligns with Substrate)
18+
- Display active-chilled validators (only on min commission chains)
19+
- Show hint around non-available Ledger support on FF
20+
- Adjust parachain displays for non-active
821

922

1023
## 0.108.1 Mar 7, 2022

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/polkadot-js/apps.git"
1313
},
1414
"sideEffects": false,
15-
"version": "0.108.2-16",
15+
"version": "0.109.0",
1616
"workspaces": [
1717
"packages/*"
1818
],
@@ -61,7 +61,7 @@
6161
"@babel/runtime": "^7.17.2",
6262
"@crustio/crust-pin": "^1.0.0",
6363
"@pinata/sdk": "^1.1.23",
64-
"@polkadot/dev": "^0.65.88",
64+
"@polkadot/dev": "^0.65.89",
6565
"@types/chart.js": "^2.9.35",
6666
"@types/file-saver": "^2.0.5",
6767
"@types/jest": "^27.4.1",

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"sideEffects": false,
1212
"type": "module",
13-
"version": "0.108.2-16",
13+
"version": "0.109.0",
1414
"main": "index.js",
1515
"dependencies": {
1616
"@acala-network/type-definitions": "^3.0.2-4",

packages/apps-electron/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://github.com/polkadot-js/apps.git"
1111
},
1212
"sideEffects": false,
13-
"version": "0.108.2-16",
13+
"version": "0.109.0",
1414
"dependencies": {
1515
"@babel/core": "^7.17.5",
1616
"@babel/polyfill": "^7.12.1",
17-
"@polkadot/dev": "^0.65.88",
18-
"@polkadot/react-components": "^0.108.2-16",
17+
"@polkadot/dev": "^0.65.89",
18+
"@polkadot/react-components": "^0.109.0",
1919
"electron-log": "^4.4.6",
2020
"electron-updater": "^4.6.5"
2121
},

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.2"
1717
}

packages/apps/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"sideEffects": true,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/core": "^7.17.5",
1717
"@babel/polyfill": "^7.12.1",
1818
"@babel/runtime": "^7.17.2",
19-
"@polkadot/apps-config": "^0.108.2-16",
20-
"@polkadot/apps-routing": "^0.108.2-16",
21-
"@polkadot/dev": "^0.65.88",
22-
"@polkadot/react-api": "^0.108.2-16",
23-
"@polkadot/react-components": "^0.108.2-16",
24-
"@polkadot/react-hooks": "^0.108.2-16",
25-
"@polkadot/react-params": "^0.108.2-16",
26-
"@polkadot/react-query": "^0.108.2-16",
27-
"@polkadot/react-signer": "^0.108.2-16",
19+
"@polkadot/apps-config": "^0.109.0",
20+
"@polkadot/apps-routing": "^0.109.0",
21+
"@polkadot/dev": "^0.65.89",
22+
"@polkadot/react-api": "^0.109.0",
23+
"@polkadot/react-components": "^0.109.0",
24+
"@polkadot/react-hooks": "^0.109.0",
25+
"@polkadot/react-params": "^0.109.0",
26+
"@polkadot/react-query": "^0.109.0",
27+
"@polkadot/react-signer": "^0.109.0",
2828
"punycode": "^2.1.1",
2929
"query-string": "^7.1.1"
3030
},

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.2",
1717
"@polkadot/hw-ledger": "^8.5.1",
1818
"@polkadot/phishing": "^0.9.6",
19-
"@polkadot/react-components": "^0.108.2-16",
20-
"@polkadot/react-hooks": "^0.108.2-16",
19+
"@polkadot/react-components": "^0.109.0",
20+
"@polkadot/react-hooks": "^0.109.0",
2121
"@polkadot/util": "^8.5.1",
2222
"@polkadot/vanitygen": "^0.50.3",
2323
"detect-browser": "^5.3.0",
2424
"file-saver": "^2.0.5"
2525
},
2626
"devDependencies": {
27-
"@polkadot/test-support": "0.108.2-16"
27+
"@polkadot/test-support": "0.109.0"
2828
}
2929
}

packages/page-addresses/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.2",
17-
"@polkadot/react-components": "^0.108.2-16",
17+
"@polkadot/react-components": "^0.109.0",
1818
"file-saver": "^2.0.5"
1919
},
2020
"devDependencies": {

packages/page-assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.2",
17-
"@polkadot/react-components": "^0.108.2-16"
17+
"@polkadot/react-components": "^0.109.0"
1818
}
1919
}

packages/page-bounties/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.108.2-16",
14+
"version": "0.109.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.2",
17-
"@polkadot/react-components": "^0.108.2-16"
17+
"@polkadot/react-components": "^0.109.0"
1818
},
1919
"devDependencies": {
20-
"@polkadot/test-support": "0.108.2-16"
20+
"@polkadot/test-support": "0.109.0"
2121
}
2222
}

0 commit comments

Comments
 (0)