Skip to content

Commit

Permalink
0.117.3 (#7874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 14, 2022
1 parent 036c68d commit 31213c1
Show file tree
Hide file tree
Showing 44 changed files with 193 additions and 179 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# CHANGELOG

## 0.117.2 Jun 12, 2022
## 0.117.3 Jul 14, 2022

Contributed:

- Adjust Darwinia UI (Thanks to https://github.com/JayJay1024)
- Add Rococo & Kusama SORA parachain info (Thanks to https://github.com/stefashkaa)
- Add Live Netwok Odyssey (Thanks to https://github.com/jiyilanzhou)
- Update Rocfinity name (Thanks to https://github.com/leonardocustodio)

Changes:

- Top level package.json adjustment for Electron packaging
- Filter `relayinInfo.CurrentBlockNumbers` from global events list


## 0.117.2 Jul 12, 2022

Changes:

- Fixes for release to gh-pages & ipfs


## 0.117.1 Jun 12, 2022
## 0.117.1 Jul 12, 2022

Contributed:

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"versions": {
"git": "0.117.3-4-x",
"npm": "0.117.2"
Expand Down Expand Up @@ -69,7 +68,7 @@
"@babel/runtime": "^7.18.6",
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.1.26",
"@polkadot/dev": "^0.67.74",
"@polkadot/dev": "^0.67.76",
"@types/chart.js": "^2.9.37",
"@types/file-saver": "^2.0.5",
"@types/jest": "^28.1.4",
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 @@ -10,7 +10,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "^4.1.5",
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 @@ -10,12 +10,12 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.67.74",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/dev": "^0.67.76",
"@polkadot/react-components": "^0.117.3",
"electron-log": "^4.4.8",
"electron-updater": "^4.6.5"
},
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 @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
},
"sideEffects": true,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.18.6",
"@polkadot/apps-config": "^0.117.3-4-x",
"@polkadot/apps-routing": "^0.117.3-4-x",
"@polkadot/dev": "^0.67.74",
"@polkadot/react-api": "^0.117.3-4-x",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-hooks": "^0.117.3-4-x",
"@polkadot/react-params": "^0.117.3-4-x",
"@polkadot/react-query": "^0.117.3-4-x",
"@polkadot/react-signer": "^0.117.3-4-x",
"@polkadot/apps-config": "^0.117.3",
"@polkadot/apps-routing": "^0.117.3",
"@polkadot/dev": "^0.67.76",
"@polkadot/react-api": "^0.117.3",
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-hooks": "^0.117.3",
"@polkadot/react-params": "^0.117.3",
"@polkadot/react-query": "^0.117.3",
"@polkadot/react-signer": "^0.117.3",
"punycode": "^2.1.1",
"query-string": "^7.1.1"
},
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 @@ -11,19 +11,19 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/hw-ledger": "^10.0.2",
"@polkadot/phishing": "^0.17.2",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-hooks": "^0.117.3-4-x",
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-hooks": "^0.117.3",
"@polkadot/util": "^10.0.2",
"@polkadot/vanitygen": "^0.51.15",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.117.3-4-x"
"@polkadot/test-support": "0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-components": "^0.117.3",
"file-saver": "^2.0.5"
},
"devDependencies": {
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 @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
6 changes: 3 additions & 3 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
},
"devDependencies": {
"@polkadot/test-support": "0.117.3-4-x"
"@polkadot/test-support": "0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-components": "^0.117.3",
"secp256k1": "^3.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-collator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6"
}
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 @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/api-contract": "^8.12.2"
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 @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-query": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-query": "^0.117.3"
}
}
6 changes: 3 additions & 3 deletions packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-query": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-query": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
8 changes: 4 additions & 4 deletions packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-params": "^0.117.3-4-x",
"@polkadot/react-signer": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-params": "^0.117.3",
"@polkadot/react-signer": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
6 changes: 3 additions & 3 deletions packages/page-membership/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-query": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-query": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-nfts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
6 changes: 3 additions & 3 deletions packages/page-parachains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x",
"@polkadot/react-query": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3",
"@polkadot/react-query": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
4 changes: 2 additions & 2 deletions packages/page-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.117.3-4-x",
"version": "0.117.3",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/react-components": "^0.117.3-4-x"
"@polkadot/react-components": "^0.117.3"
}
}
Loading

0 comments on commit 31213c1

Please sign in to comment.