diff --git a/lerna.json b/lerna.json index ce573e4e41cb..553a4caba88a 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.59.0" + "version": "0.59.1" } diff --git a/package.json b/package.json index 5ed9f2254ed1..4f18d3bc5099 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "packages/apps-electron/build/electron.js", "description": "An Apps portal into the Polkadot network", "author": "Jaco Greeff ", - "version": "0.59.0", + "version": "0.59.1", "license": "Apache-2", "private": true, "homepage": ".", diff --git a/packages/apps-config/package.json b/packages/apps-config/package.json index 632f9d16fbb4..98a5c51053d5 100644 --- a/packages/apps-config/package.json +++ b/packages/apps-config/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/apps-config", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", diff --git a/packages/apps-electron/package.json b/packages/apps-electron/package.json index e9d23f74f261..7ce9aaf5905d 100644 --- a/packages/apps-electron/package.json +++ b/packages/apps-electron/package.json @@ -2,12 +2,12 @@ "name": "@polkadot/apps-electron", "main": "index.js", "private": true, - "version": "0.59.0", + "version": "0.59.1", "dependencies": { "@babel/core": "^7.11.6", "@babel/polyfill": "^7.11.5", "@polkadot/dev": "^0.55.53", - "@polkadot/react-components": "0.59.0", + "@polkadot/react-components": "0.59.1", "electron-log": "^4.2.4", "electron-updater": "^4.3.5" }, diff --git a/packages/apps-routing/package.json b/packages/apps-routing/package.json index d00d9e9d1d5c..7f5b3066e6c6 100644 --- a/packages/apps-routing/package.json +++ b/packages/apps-routing/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/apps-routing", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", diff --git a/packages/apps/package.json b/packages/apps/package.json index 9ff0f406aee4..f1d0cc430d71 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/apps", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "An Apps portal into the Polkadot network", "main": "index.js", "homepage": ".", @@ -17,8 +17,8 @@ "@babel/polyfill": "^7.11.5", "@babel/runtime": "^7.11.2", "@polkadot/dev": "^0.55.53", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-signer": "0.59.0", + "@polkadot/react-components": "0.59.1", + "@polkadot/react-signer": "0.59.1", "punycode": "^2.1.1", "query-string": "^6.13.2" }, diff --git a/packages/page-accounts/package.json b/packages/page-accounts/package.json index 929fb7580903..ae438b2d1e4b 100644 --- a/packages/page-accounts/package.json +++ b/packages/page-accounts/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-accounts", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", + "@polkadot/react-components": "0.59.1", "@polkadot/vanitygen": "^0.21.0-beta.4", "detect-browser": "^5.1.1", "file-saver": "^2.0.2" diff --git a/packages/page-addresses/package.json b/packages/page-addresses/package.json index 7b420727f501..7911ec6af92e 100644 --- a/packages/page-addresses/package.json +++ b/packages/page-addresses/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-addresses", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", + "@polkadot/react-components": "0.59.1", "@polkadot/vanitygen": "^0.21.0-beta.4", "detect-browser": "^5.1.1", "file-saver": "^2.0.2" diff --git a/packages/page-calendar/package.json b/packages/page-calendar/package.json index a44a89677661..f28580464d6a 100644 --- a/packages/page-calendar/package.json +++ b/packages/page-calendar/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-calendar", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A on-chain events calendar", "main": "index.js", "scripts": {}, @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-claims/package.json b/packages/page-claims/package.json index 87745ee6d9f0..e60421ced44a 100644 --- a/packages/page-claims/package.json +++ b/packages/page-claims/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-claims", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "An app for claiming Polkadot tokens", "main": "index.js", "scripts": {}, @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", + "@polkadot/react-components": "0.59.1", "secp256k1": "^3.8.0" } } diff --git a/packages/page-contracts/package.json b/packages/page-contracts/package.json index f7e6ffc64b4d..7d91aee67abc 100644 --- a/packages/page-contracts/package.json +++ b/packages/page-contracts/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-contracts", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Deployment and management of substrate contracts", "main": "index.js", "scripts": {}, diff --git a/packages/page-council/package.json b/packages/page-council/package.json index d5f962fdb7e5..e44493992d6c 100644 --- a/packages/page-council/package.json +++ b/packages/page-council/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-council", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Council", "main": "index.js", "scripts": {}, @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/page-dashboard/package.json b/packages/page-dashboard/package.json index 736c45fcd4c1..6f5a7b84bddc 100644 --- a/packages/page-dashboard/package.json +++ b/packages/page-dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-dashboard", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Dashboard for all apps, allowing for an overview and quick navigation", "main": "index.js", "scripts": {}, @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/apps-routing": "0.59.0", - "@polkadot/react-components": "0.59.0" + "@polkadot/apps-routing": "0.59.1", + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-democracy/package.json b/packages/page-democracy/package.json index 99a502ab15d5..11bd36c923fe 100644 --- a/packages/page-democracy/package.json +++ b/packages/page-democracy/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-democracy", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A referendum & proposal app", "main": "index.js", "scripts": {}, @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/page-explorer/package.json b/packages/page-explorer/package.json index 04e0119f7f52..d26fb6e217b5 100644 --- a/packages/page-explorer/package.json +++ b/packages/page-explorer/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-explorer", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-extrinsics/package.json b/packages/page-extrinsics/package.json index 169dca959014..1a07aac88ba0 100644 --- a/packages/page-extrinsics/package.json +++ b/packages/page-extrinsics/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-extrinsics", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,8 +12,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-params": "0.59.0", - "@polkadot/react-signer": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-params": "0.59.1", + "@polkadot/react-signer": "0.59.1" } } diff --git a/packages/page-generic-asset/package.json b/packages/page-generic-asset/package.json index 151f23358ec8..43d651d09932 100644 --- a/packages/page-generic-asset/package.json +++ b/packages/page-generic-asset/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-generic-asset", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A basic GenericAsset transfer app", "main": "index.js", "scripts": {}, @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-js/package.json b/packages/page-js/package.json index 2df0aaef3be7..c8a66f20ec24 100644 --- a/packages/page-js/package.json +++ b/packages/page-js/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-js", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A simple JavaScript console for playing with the API", "main": "index.js", "scripts": {}, @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-parachains/package.json b/packages/page-parachains/package.json index 1b2a56814d36..a2f58781c098 100644 --- a/packages/page-parachains/package.json +++ b/packages/page-parachains/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-parachains", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Parachains", "main": "index.js", "scripts": {}, @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/page-poll/package.json b/packages/page-poll/package.json index 0fc4d89b8043..1147456cd551 100644 --- a/packages/page-poll/package.json +++ b/packages/page-poll/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-poll", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A basic polling module", "main": "index.js", "scripts": {}, @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-rpc/package.json b/packages/page-rpc/package.json index 4e81fe931342..765c3cae964b 100644 --- a/packages/page-rpc/package.json +++ b/packages/page-rpc/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-rpc", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-settings/package.json b/packages/page-settings/package.json index f4aa8585422b..b360ff6694fc 100644 --- a/packages/page-settings/package.json +++ b/packages/page-settings/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-settings", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Settings management", "main": "index.js", "scripts": {}, @@ -12,9 +12,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/apps-config": "0.59.0", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0", + "@polkadot/apps-config": "0.59.1", + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1", "query-string": "^6.13.2" } } diff --git a/packages/page-signing/package.json b/packages/page-signing/package.json index ef69f3cc3917..0e8427a2dcdd 100644 --- a/packages/page-signing/package.json +++ b/packages/page-signing/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-signing", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,6 +12,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-society/package.json b/packages/page-society/package.json index 99726b143f47..f4603e4fb64b 100644 --- a/packages/page-society/package.json +++ b/packages/page-society/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-society", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A society", "main": "index.js", "scripts": {}, @@ -9,6 +9,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-staking/package.json b/packages/page-staking/package.json index d20744df5e69..861f5a42a2b1 100644 --- a/packages/page-staking/package.json +++ b/packages/page-staking/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-staking", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A basic staking app", "main": "index.js", "scripts": {}, @@ -12,8 +12,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/app-explorer": "0.59.0", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/app-explorer": "0.59.1", + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/page-storage/package.json b/packages/page-storage/package.json index 75e3f0701d4c..88e306e5ae25 100644 --- a/packages/page-storage/package.json +++ b/packages/page-storage/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-storage", "private": true, - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-params": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-params": "0.59.1" } } diff --git a/packages/page-sudo/package.json b/packages/page-sudo/package.json index 95c220f50caf..487dacbc3f96 100644 --- a/packages/page-sudo/package.json +++ b/packages/page-sudo/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-sudo", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A basic app that shows the ropes on customisation", "main": "index.js", "scripts": {}, @@ -13,6 +13,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/page-tech-comm/package.json b/packages/page-tech-comm/package.json index f560a0bfa24a..f0d41234aea9 100644 --- a/packages/page-tech-comm/package.json +++ b/packages/page-tech-comm/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-tech-comm", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "Council", "main": "index.js", "scripts": {}, @@ -12,7 +12,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/page-treasury/package.json b/packages/page-treasury/package.json index 8d29194d9d30..90b51a9a69a3 100644 --- a/packages/page-treasury/package.json +++ b/packages/page-treasury/package.json @@ -1,7 +1,7 @@ { "name": "@polkadot/app-treasury", "private": true, - "version": "0.59.0", + "version": "0.59.1", "description": "A referendum & proposal app", "main": "index.js", "scripts": {}, @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0", - "@polkadot/react-query": "0.59.0" + "@polkadot/react-components": "0.59.1", + "@polkadot/react-query": "0.59.1" } } diff --git a/packages/react-api/package.json b/packages/react-api/package.json index 6cd7b13da094..cb1dd7cd8229 100644 --- a/packages/react-api/package.json +++ b/packages/react-api/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-api", - "version": "0.59.0", + "version": "0.59.1", "description": "A collection of RxJs React components the Polkadot JS API", "main": "index.js", "keywords": [ diff --git a/packages/react-components/package.json b/packages/react-components/package.json index b552351376c6..6293f646bf16 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-components", - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -15,10 +15,10 @@ "@fortawesome/free-solid-svg-icons": "^5.14.0", "@fortawesome/react-fontawesome": "^0.1.11", "@polkadot/keyring": "^3.4.1", - "@polkadot/react-api": "0.59.0", + "@polkadot/react-api": "0.59.1", "@polkadot/react-identicon": "^0.59.0-beta.8", "@polkadot/react-qr": "^0.59.0-beta.8", - "@polkadot/react-query": "0.59.0", + "@polkadot/react-query": "0.59.1", "@polkadot/ui-keyring": "^0.59.0-beta.8", "@polkadot/ui-settings": "^0.59.0-beta.8", "@polkadot/util": "^3.4.1", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 72ba80ac18c7..f7f69ab58c5e 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-hooks", - "version": "0.59.0", + "version": "0.59.1", "description": "A collection of React hooks the Polkadot JS Apps UI", "main": "index.js", "keywords": [ diff --git a/packages/react-params/package.json b/packages/react-params/package.json index 467a8293e5f6..46144ebd4688 100644 --- a/packages/react-params/package.json +++ b/packages/react-params/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-params", - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -11,6 +11,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 5822f562f9d9..e18779b9a212 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-query", - "version": "0.59.0", + "version": "0.59.1", "description": "A collection of RxJs React components the Polkadot JS API", "main": "index.js", "keywords": [ diff --git a/packages/react-signer/package.json b/packages/react-signer/package.json index 6f2e5c113cef..7822a1f93c3a 100644 --- a/packages/react-signer/package.json +++ b/packages/react-signer/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-signer", - "version": "0.59.0", + "version": "0.59.1", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -11,6 +11,6 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/react-components": "0.59.0" + "@polkadot/react-components": "0.59.1" } } diff --git a/yarn.lock b/yarn.lock index e49f3dba3d53..16c8463456cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3120,7 +3120,7 @@ __metadata: resolution: "@polkadot/app-accounts@workspace:packages/page-accounts" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 "@polkadot/vanitygen": ^0.21.0-beta.4 "@testing-library/react": ^11.0.4 detect-browser: ^5.1.1 @@ -3134,7 +3134,7 @@ __metadata: resolution: "@polkadot/app-addresses@workspace:packages/page-addresses" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 "@polkadot/vanitygen": ^0.21.0-beta.4 "@testing-library/react": ^11.0.4 detect-browser: ^5.1.1 @@ -3148,7 +3148,7 @@ __metadata: resolution: "@polkadot/app-calendar@workspace:packages/page-calendar" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3157,7 +3157,7 @@ __metadata: resolution: "@polkadot/app-claims@workspace:packages/page-claims" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 secp256k1: ^3.8.0 languageName: unknown linkType: soft @@ -3176,8 +3176,8 @@ __metadata: resolution: "@polkadot/app-council@workspace:packages/page-council" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft @@ -3186,8 +3186,8 @@ __metadata: resolution: "@polkadot/app-dashboard@workspace:packages/page-dashboard" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/apps-routing": 0.59.0 - "@polkadot/react-components": 0.59.0 + "@polkadot/apps-routing": 0.59.1 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3196,17 +3196,17 @@ __metadata: resolution: "@polkadot/app-democracy@workspace:packages/page-democracy" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft -"@polkadot/app-explorer@0.59.0, @polkadot/app-explorer@workspace:packages/page-explorer": +"@polkadot/app-explorer@0.59.1, @polkadot/app-explorer@workspace:packages/page-explorer": version: 0.0.0-use.local resolution: "@polkadot/app-explorer@workspace:packages/page-explorer" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3215,9 +3215,9 @@ __metadata: resolution: "@polkadot/app-extrinsics@workspace:packages/page-extrinsics" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-params": 0.59.0 - "@polkadot/react-signer": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-params": 0.59.1 + "@polkadot/react-signer": 0.59.1 languageName: unknown linkType: soft @@ -3226,7 +3226,7 @@ __metadata: resolution: "@polkadot/app-generic-asset@workspace:packages/page-generic-asset" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3235,7 +3235,7 @@ __metadata: resolution: "@polkadot/app-js@workspace:packages/page-js" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3244,8 +3244,8 @@ __metadata: resolution: "@polkadot/app-parachains@workspace:packages/page-parachains" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft @@ -3254,7 +3254,7 @@ __metadata: resolution: "@polkadot/app-poll@workspace:packages/page-poll" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3263,7 +3263,7 @@ __metadata: resolution: "@polkadot/app-rpc@workspace:packages/page-rpc" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3272,9 +3272,9 @@ __metadata: resolution: "@polkadot/app-settings@workspace:packages/page-settings" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/apps-config": 0.59.0 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/apps-config": 0.59.1 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 query-string: ^6.13.2 languageName: unknown linkType: soft @@ -3284,7 +3284,7 @@ __metadata: resolution: "@polkadot/app-signing@workspace:packages/page-signing" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3293,7 +3293,7 @@ __metadata: resolution: "@polkadot/app-society@workspace:packages/page-society" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3302,9 +3302,9 @@ __metadata: resolution: "@polkadot/app-staking@workspace:packages/page-staking" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/app-explorer": 0.59.0 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/app-explorer": 0.59.1 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft @@ -3313,8 +3313,8 @@ __metadata: resolution: "@polkadot/app-storage@workspace:packages/page-storage" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-params": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-params": 0.59.1 languageName: unknown linkType: soft @@ -3323,7 +3323,7 @@ __metadata: resolution: "@polkadot/app-sudo@workspace:packages/page-sudo" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3332,8 +3332,8 @@ __metadata: resolution: "@polkadot/app-tech-comm@workspace:packages/page-tech-comm" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft @@ -3342,12 +3342,12 @@ __metadata: resolution: "@polkadot/app-treasury@workspace:packages/page-treasury" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-query": 0.59.1 languageName: unknown linkType: soft -"@polkadot/apps-config@0.59.0, @polkadot/apps-config@workspace:packages/apps-config": +"@polkadot/apps-config@0.59.1, @polkadot/apps-config@workspace:packages/apps-config": version: 0.0.0-use.local resolution: "@polkadot/apps-config@workspace:packages/apps-config" dependencies: @@ -3366,7 +3366,7 @@ __metadata: "@babel/core": ^7.11.6 "@babel/polyfill": ^7.11.5 "@polkadot/dev": ^0.55.53 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 "@types/react": ^16.9.49 "@types/react-dom": ^16.9.8 "@types/tmp": ^0.2.0 @@ -3383,7 +3383,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/apps-routing@0.59.0, @polkadot/apps-routing@workspace:packages/apps-routing": +"@polkadot/apps-routing@0.59.1, @polkadot/apps-routing@workspace:packages/apps-routing": version: 0.0.0-use.local resolution: "@polkadot/apps-routing@workspace:packages/apps-routing" dependencies: @@ -3399,8 +3399,8 @@ __metadata: "@babel/polyfill": ^7.11.5 "@babel/runtime": ^7.11.2 "@polkadot/dev": ^0.55.53 - "@polkadot/react-components": 0.59.0 - "@polkadot/react-signer": 0.59.0 + "@polkadot/react-components": 0.59.1 + "@polkadot/react-signer": 0.59.1 "@types/punycode": ^2.1.0 babel-loader: ^8.1.0 copy-webpack-plugin: ^6.1.0 @@ -3567,7 +3567,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-api@0.59.0, @polkadot/react-api@workspace:packages/react-api": +"@polkadot/react-api@0.59.1, @polkadot/react-api@workspace:packages/react-api": version: 0.0.0-use.local resolution: "@polkadot/react-api@workspace:packages/react-api" dependencies: @@ -3578,7 +3578,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/react-components@0.59.0, @polkadot/react-components@workspace:packages/react-components": +"@polkadot/react-components@0.59.1, @polkadot/react-components@workspace:packages/react-components": version: 0.0.0-use.local resolution: "@polkadot/react-components@workspace:packages/react-components" dependencies: @@ -3587,10 +3587,10 @@ __metadata: "@fortawesome/free-solid-svg-icons": ^5.14.0 "@fortawesome/react-fontawesome": ^0.1.11 "@polkadot/keyring": ^3.4.1 - "@polkadot/react-api": 0.59.0 + "@polkadot/react-api": 0.59.1 "@polkadot/react-identicon": ^0.59.0-beta.8 "@polkadot/react-qr": ^0.59.0-beta.8 - "@polkadot/react-query": 0.59.0 + "@polkadot/react-query": 0.59.1 "@polkadot/ui-keyring": ^0.59.0-beta.8 "@polkadot/ui-settings": ^0.59.0-beta.8 "@polkadot/util": ^3.4.1 @@ -3652,12 +3652,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-params@0.59.0, @polkadot/react-params@workspace:packages/react-params": +"@polkadot/react-params@0.59.1, @polkadot/react-params@workspace:packages/react-params": version: 0.0.0-use.local resolution: "@polkadot/react-params@workspace:packages/react-params" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft @@ -3678,7 +3678,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/react-query@0.59.0, @polkadot/react-query@workspace:packages/react-query": +"@polkadot/react-query@0.59.1, @polkadot/react-query@workspace:packages/react-query": version: 0.0.0-use.local resolution: "@polkadot/react-query@workspace:packages/react-query" dependencies: @@ -3686,12 +3686,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/react-signer@0.59.0, @polkadot/react-signer@workspace:packages/react-signer": +"@polkadot/react-signer@0.59.1, @polkadot/react-signer@workspace:packages/react-signer": version: 0.0.0-use.local resolution: "@polkadot/react-signer@workspace:packages/react-signer" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/react-components": 0.59.0 + "@polkadot/react-components": 0.59.1 languageName: unknown linkType: soft