Skip to content

Commit c01729d

Browse files
authored
0.113.1 (#7454)
1 parent 1ab6fe5 commit c01729d

File tree

41 files changed

+205
-159
lines changed

Some content is hidden

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

41 files changed

+205
-159
lines changed

CHANGELOG.md

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

3+
## 0.113.1 Apr 26, 2022
4+
5+
Contributed:
6+
7+
- Adjust democracy display lists & buttons (Thanks to https://github.com/gilles437)
8+
- Adjust light client usage (Thanks to https://github.com/wirednkod)
9+
- Add support for `substrate-connect` on Rococo (Thanks to https://github.com/wirednkod)
10+
- Adjust Nodle parachain logo/colors (Thanks to https://github.com/ETeissonniere)
11+
- Add Kabocha parachain to Kusama (Thanks to https://github.com/decentration)
12+
- Add Subsocial testnets (Thanks to https://github.com/olehmell)
13+
- Fix text with repeated `available` (Thanks to https://github.com/Nick-1979)
14+
- Update Darwinia types (Thanks to https://github.com/JayJay1024)
15+
- Add additional parachain endpoints for Dwrllir (Thanks to https://github.com/Ank4n)
16+
- Add Dolphin parachain on Rococo (Thanks to https://github.com/ghzlatarev)
17+
- Add Arctic testnet (Thanks to https://github.com/itsmemz)
18+
- Update OriginTrail parachain (Thanks to https://github.com/kotlarmilos)
19+
- Update Bifrost chain info (Thanks to https://github.com/awesomepan)
20+
- Add Shiden Crowdloan 2 (Thanks to https://github.com/akru)
21+
- Update CreditCoin logos (Thanks to https://github.com/MrAusnadian)
22+
- Add Genshiro on Rococo (Thanks to https://github.com/MucTepDayH16)
23+
- Add Bitgreen on Rococo (Thanks to https://github.com/abhath-labs)
24+
- Update Integritee logo on Rococo (Thanks to https://github.com/mosonyi)
25+
- Add T0rn on Rococo (Thanks to https://github.com/chiefbiiko)
26+
27+
Changes:
28+
29+
- Adjust `AddressName` to check for prefixes for numbered addresses
30+
- Combine active & waiting validator views
31+
- Adjust Dock logo location
32+
- Consolidate `staking--hidden` into `--hidden` classes
33+
- Detect democracy & staking via API type construction
34+
- Allow conviction entry in `Vote` parameter (extrinsics)
35+
- Cater for 9190 bounties without curator deposit
36+
- Add `ExpanderScroll` component for expander tables
37+
- Add `label` prop to `Menu.Item`
38+
- Convert all member lists to `ExpanderScroll`
39+
- Add `isOdd/isEven` classes on tables
40+
- Align all info banners on staking
41+
- Re-adjust Subscocial type imports (non-duplicated API imports)
42+
- SXwap to React 18 (w/ createRoot)
43+
- Remove jsx-runtime alias (not needed in React 18)
44+
- Small adjustments for upcoming nomination pools merge
45+
- silence all React test output warnings
46+
- Disable unreachable endpoints
47+
48+
349
## 0.112.1 Apr 11, 2022
450

551
Contributed:

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.112.2-62",
18+
"version": "0.113.0",
1919
"workspaces": [
2020
"packages/*"
2121
],

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.112.2-62",
13+
"version": "0.113.0",
1414
"main": "index.js",
1515
"dependencies": {
1616
"@acala-network/type-definitions": "^4.1.1",

packages/apps-electron/package.json

Lines changed: 2 additions & 2 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.112.2-62",
13+
"version": "0.113.0",
1414
"dependencies": {
1515
"@babel/core": "^7.17.9",
1616
"@babel/polyfill": "^7.12.1",
1717
"@polkadot/dev": "^0.66.9",
18-
"@polkadot/react-components": "^0.112.2-62",
18+
"@polkadot/react-components": "^0.113.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.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9"
1717
}

packages/apps/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"sideEffects": true,
1313
"type": "module",
14-
"version": "0.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/core": "^7.17.9",
1717
"@babel/polyfill": "^7.12.1",
1818
"@babel/runtime": "^7.17.9",
19-
"@polkadot/apps-config": "^0.112.2-62",
20-
"@polkadot/apps-routing": "^0.112.2-62",
19+
"@polkadot/apps-config": "^0.113.0",
20+
"@polkadot/apps-routing": "^0.113.0",
2121
"@polkadot/dev": "^0.66.9",
22-
"@polkadot/react-api": "^0.112.2-62",
23-
"@polkadot/react-components": "^0.112.2-62",
24-
"@polkadot/react-hooks": "^0.112.2-62",
25-
"@polkadot/react-params": "^0.112.2-62",
26-
"@polkadot/react-query": "^0.112.2-62",
27-
"@polkadot/react-signer": "^0.112.2-62",
22+
"@polkadot/react-api": "^0.113.0",
23+
"@polkadot/react-components": "^0.113.0",
24+
"@polkadot/react-hooks": "^0.113.0",
25+
"@polkadot/react-params": "^0.113.0",
26+
"@polkadot/react-query": "^0.113.0",
27+
"@polkadot/react-signer": "^0.113.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.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
1717
"@polkadot/hw-ledger": "^9.0.1",
1818
"@polkadot/phishing": "^0.11.85",
19-
"@polkadot/react-components": "^0.112.2-62",
20-
"@polkadot/react-hooks": "^0.112.2-62",
19+
"@polkadot/react-components": "^0.113.0",
20+
"@polkadot/react-hooks": "^0.113.0",
2121
"@polkadot/util": "^9.0.1",
2222
"@polkadot/vanitygen": "^0.51.3",
2323
"detect-browser": "^5.3.0",
2424
"file-saver": "^2.0.5"
2525
},
2626
"devDependencies": {
27-
"@polkadot/test-support": "0.112.2-62"
27+
"@polkadot/test-support": "0.113.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.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
17-
"@polkadot/react-components": "^0.112.2-62",
17+
"@polkadot/react-components": "^0.113.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.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
17-
"@polkadot/react-components": "^0.112.2-62"
17+
"@polkadot/react-components": "^0.113.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.112.2-62",
14+
"version": "0.113.0",
1515
"dependencies": {
1616
"@babel/runtime": "^7.17.9",
17-
"@polkadot/react-components": "^0.112.2-62"
17+
"@polkadot/react-components": "^0.113.0"
1818
},
1919
"devDependencies": {
20-
"@polkadot/test-support": "0.112.2-62"
20+
"@polkadot/test-support": "0.113.0"
2121
}
2222
}

0 commit comments

Comments
 (0)