Skip to content

Commit

Permalink
0.84 (#4853)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 15, 2021
1 parent 2e1bf70 commit 1949957
Show file tree
Hide file tree
Showing 37 changed files with 329 additions and 287 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# CHANGELOG

## 0.84.1 Mar 15, 2021

Contributed:

- Added ReAlis network & types (Thanks to https://github.com/Daelon02)
- Added OnFinality endpoint for Moonbeam (Thanks to https://github.com/joelamouche)
- Update Moonbeam types (Thanks to https://github.com/joelamouche)
- Update PolkaBTC types (Thanks to https://github.com/savudani8)
- Update Kilt types (Thanks to https://github.com/wischli)
- Update Bitfrost types (Thanks to https://github.com/awesomepan)
- Update Bit.Country paraId (Thanks to https://github.com/justinphamnz)
- Update Dusty types (Thanks to https://github.com/akru)
- Update Zenlink types (Thanks to https://github.com/Hayden0323)
- Update Sgc node types (Thanks to https://github.com/Zombieliu)
- Update DataHighway chain colors (Thanks to https://github.com/cgroeschel)
- Update specName for ChainX & Zenlink (Thanks to https://github.com/icodezjb)
- Update it i18n (thanks to https://github.com/fomod-in)

Changes:

- Add display of blocking stashes (& removal from nomination lists)
- Cater for Rococo reset (genesisHash updates)
- Add support for parachain auctions
- Add support for contributions in crowdloan app
- Update crowdloan app for latest Polkadot types
- Fix upcoming retrievals for new parachain interfaces
- Display lease period countdown for parachains
- show parachain lifecycles (& action countdowns as applicable)
- Flatten Modal layouts (explicit hint, single column data only)
- Move theme definitions to CSS variables
- Add correct keys for account menu (rendering warnings)
- Add additional errors on invalid keypair retrieval


## 0.83.1 Mar 8, 2021

Contributed:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"main": "packages/apps-electron/build/electron.js",
"description": "An Apps portal into the Polkadot network",
"author": "Jaco Greeff <jacogr@gmail.com>",
"version": "0.83.2-51",
"version": "0.84.0",
"license": "Apache-2",
"private": true,
"homepage": ".",
"workspaces": [
"packages/*"
],
"resolutions": {
"@polkadot/api": "^4.0.4-11",
"@polkadot/api-contract": "^4.0.4-11",
"@polkadot/api": "^4.1.1",
"@polkadot/api-contract": "^4.1.1",
"@polkadot/hw-ledger": "^6.0.5",
"@polkadot/keyring": "^6.0.5",
"@polkadot/networks": "^6.0.5",
"@polkadot/phishing": "^0.6.20",
"@polkadot/types": "^4.0.4-11",
"@polkadot/phishing": "^0.6.23",
"@polkadot/types": "^4.1.1",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"@polkadot/wasm-crypto": "^4.0.2",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.7",
"@types/styled-components": "^5.1.9",
"@types/styled-theming": "^2.2.5",
"concurrently": "^5.3.0",
"devtron": "^1.4.0",
Expand All @@ -96,7 +96,7 @@
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-styled-components": "^0.1.1",
"webpack": "^5.24.4",
"webpack": "^5.25.1",
"webpack-cli": "^4.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/apps-config",
"version": "0.83.2-51",
"version": "0.84.0",
"type": "module",
"main": "index.js",
"sideEffects": true,
Expand All @@ -10,17 +10,17 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@acala-network/type-definitions": "^0.6.2-21",
"@acala-network/type-definitions": "^0.7.1",
"@babel/runtime": "^7.13.10",
"@darwinia/types": "^1.1.0-alpha.1",
"@edgeware/node-types": "^3.3.2",
"@interlay/polkabtc-types": "^0.5.3",
"@laminar/type-definitions": "^0.3.1",
"@polkadot/networks": "^6.0.5",
"@snowfork/snowbridge-types": "^0.2.3",
"@sora-substrate/type-definitions": "^0.5.0",
"@sora-substrate/type-definitions": "^0.5.1",
"@subsocial/types": "^0.4.35-beta.2",
"moonbeam-types-bundle": "1.1.9"
"moonbeam-types-bundle": "1.1.10"
},
"devDependencies": {
"i18next": "^19.9.2"
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/api/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const spec: Record<string, OverrideBundleDefinition> = {
'btc-parachain': polkabtc,
canvas,
'centrifuge-chain': centrifugeChain,
chainx,
'chainx-parachain': chainx,
clover,
'clover-rococo': cloverRococo,
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@polkadot/apps-electron",
"main": "index.js",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.62.5",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-components": "^0.84.0",
"electron-log": "^4.3.2",
"electron-updater": "^4.3.8"
},
Expand All @@ -21,6 +21,6 @@
"react-dom": "^17.0.1",
"thread-loader": "^3.0.1",
"tmp": "^0.2.1",
"webpack": "^5.24.4"
"webpack": "^5.25.1"
}
}
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps-routing",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
22 changes: 11 additions & 11 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/apps",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
Expand All @@ -14,15 +14,15 @@
"@babel/core": "^7.13.10",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.13.10",
"@polkadot/apps-config": "^0.83.2-51",
"@polkadot/apps-routing": "^0.83.2-51",
"@polkadot/apps-config": "^0.84.0",
"@polkadot/apps-routing": "^0.84.0",
"@polkadot/dev": "^0.62.5",
"@polkadot/react-api": "^0.83.2-51",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-hooks": "^0.83.2-51",
"@polkadot/react-params": "^0.83.2-51",
"@polkadot/react-query": "^0.83.2-51",
"@polkadot/react-signer": "^0.83.2-51",
"@polkadot/react-api": "^0.84.0",
"@polkadot/react-components": "^0.84.0",
"@polkadot/react-hooks": "^0.84.0",
"@polkadot/react-params": "^0.84.0",
"@polkadot/react-query": "^0.84.0",
"@polkadot/react-signer": "^0.84.0",
"punycode": "^2.1.1",
"query-string": "^6.14.1"
},
Expand All @@ -32,7 +32,7 @@
"buffer": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.1.1",
"css-loader": "^5.1.2",
"empty": "^0.10.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
Expand All @@ -44,7 +44,7 @@
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.24.4",
"webpack": "^5.25.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-merge": "^5.7.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-accounts",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,13 +10,13 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/phishing": "^0.6.20",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/phishing": "^0.6.23",
"@polkadot/react-components": "^0.84.0",
"@polkadot/vanitygen": "^0.30.2-2",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.83.2-51"
"@polkadot/test-support": "0.84.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-addresses",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-components": "^0.84.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-bounties",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "A on-chain bounties",
"main": "index.js",
"scripts": {},
Expand All @@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0"
},
"devDependencies": {
"@polkadot/test-support": "0.83.2-51"
"@polkadot/test-support": "0.84.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-calendar",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "A on-chain events calendar",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-claims",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "An app for claiming Polkadot tokens",
"main": "index.js",
"scripts": {},
Expand All @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-components": "^0.84.0",
"secp256k1": "^3.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-contracts",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "Deployment and management of substrate contracts",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/api-contract": "^4.0.4-11"
"@polkadot/api-contract": "^4.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/page-council/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-council",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-query": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0",
"@polkadot/react-query": "^0.84.0"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-democracy",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-query": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0",
"@polkadot/react-query": "^0.84.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-explorer",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-extrinsics",
"private": true,
"version": "0.83.2-51",
"version": "0.84.0",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/react-components": "^0.83.2-51",
"@polkadot/react-params": "^0.83.2-51",
"@polkadot/react-signer": "^0.83.2-51"
"@polkadot/react-components": "^0.84.0",
"@polkadot/react-params": "^0.84.0",
"@polkadot/react-signer": "^0.84.0"
}
}
Loading

0 comments on commit 1949957

Please sign in to comment.