Skip to content

Commit

Permalink
[CI Skip] release/beta 0.102.2-3
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Jan 17, 2022
1 parent 0a313a2 commit f569293
Show file tree
Hide file tree
Showing 43 changed files with 161 additions and 156 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
3 timorl Add Aleph Zero mainnet (#6531)
3 Vincent Geddes Update @snowfork/snowbridge-types to v0.2.6 (#6255)
3 Vitaliy Add sorting for accounts view (#5923)
3 xnorly Fix plural/singular (#6319)
3 xtony77 feat: update SubGame types (#6674)
2 1devNdogs Subspace farmers network (#11) (#6675)
2 Adam Dossa Add updates for Polymesh Mainnet / Testnet (#6555)
Expand Down Expand Up @@ -162,7 +163,6 @@
2 Toney change chainid from 128 to 2048 for apron (#5081)
2 usetech-llc Fix unique types import (#4764)
2 Witek Make Efinity reachable productionRelayPolkadot.ts (#6580)
2 xnorly Fix Typo in Accounts/Account.tsx (#6318)
2 Yashiro Add crust mainnet endpoint (#5929)
2 zhenfei updating `Manta Network` parachain ID (#5149)
1 Adam new edeware logo and color (#6249)
Expand Down Expand Up @@ -264,6 +264,7 @@
1 Sonal Banerjii "Add UR_IN Translation" (#6273)
1 Sota Watanabe update (#2949)
1 Spencer Judge Don't crash if there is no tip field in extrinsics (#2466)
1 Squirrel Clearer proxy docs. (#6502)
1 Stéphane P Fix Fr translations typos (#5104)
1 Subsocial Specify the custom types for Subsocial parachain (#5009)
1 tarrball Grammar fix in staking tooltip (#6727)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"version": "0.102.2-2",
"version": "0.102.2-3",
"workspaces": [
"packages/*"
],
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.102.2-2",
"version": "0.102.2-3",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "^3.0.2-4",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.102.2-2' };
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.102.2-3' };
4 changes: 2 additions & 2 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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.65.38",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-components": "^0.102.2-3",
"electron-log": "^4.4.4",
"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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7"
}
Expand Down
18 changes: 9 additions & 9 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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.16.7",
"@polkadot/apps-config": "^0.102.2-2",
"@polkadot/apps-routing": "^0.102.2-2",
"@polkadot/apps-config": "^0.102.2-3",
"@polkadot/apps-routing": "^0.102.2-3",
"@polkadot/dev": "^0.65.38",
"@polkadot/react-api": "^0.102.2-2",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-hooks": "^0.102.2-2",
"@polkadot/react-params": "^0.102.2-2",
"@polkadot/react-query": "^0.102.2-2",
"@polkadot/react-signer": "^0.102.2-2",
"@polkadot/react-api": "^0.102.2-3",
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/react-hooks": "^0.102.2-3",
"@polkadot/react-params": "^0.102.2-3",
"@polkadot/react-query": "^0.102.2-3",
"@polkadot/react-signer": "^0.102.2-3",
"punycode": "^2.1.1",
"query-string": "^7.0.1"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/apps/public/locales/en/app-accounts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
" This update includes chain metadata and chain properties.": " This update includes chain metadata and chain properties.",
"//hard": "//hard",
"//hard///password": "//hard///password",
"//hard/soft": "//hard/soft",
Expand All @@ -7,6 +8,7 @@
"<unknown>": "<unknown>",
"@YourTwitterName": "@YourTwitterName",
"@yourname:matrix.org": "@yourname:matrix.org",
"A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies",
"Account type {{index}}": "Account type {{index}}",
"Accounts injected from any of these extensions will appear in this application and be available for use. The above list is updated as more extensions with external signing capability become available.": "Accounts injected from any of these extensions will appear in this application and be available for use. The above list is updated as more extensions with external signing capability become available.",
"Add": "Add",
Expand Down Expand Up @@ -75,6 +77,7 @@
"If the delegated account is currently voting in a referendum, the delegating vote and conviction will be added.": "If the delegated account is currently voting in a referendum, the delegating vote and conviction will be added.",
"If the recipient account is new, the balance needs to be more than the existential deposit. Likewise if the sending account balance drops below the same value, the account will be removed from the state.": "If the recipient account is new, the balance needs to be more than the existential deposit. Likewise if the sending account balance drops below the same value, the account will be removed from the state.",
"If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perfom governance actions on behalf of the proxied account": "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perfom governance actions on behalf of the proxied account",
"If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perform governance actions on behalf of the proxied account": "If you add several proxy accounts for the same proxy type (e.g 2 accounts set as proxy for Governance), then any of those 2 accounts will be able to perform governance actions on behalf of the proxied account",
"If you are moving accounts between applications, ensure that you use the correct type.": "If you are moving accounts between applications, ensure that you use the correct type.",
"Initiate account recovery": "Initiate account recovery",
"Initiate recovery for another": "Initiate recovery for another",
Expand Down Expand Up @@ -164,7 +167,6 @@
"The address that you have a valid proxy setup for.": "The address that you have a valid proxy setup for.",
"The addresses that are able to approve multisig transactions. You can select up to {{maxHelpers}} trusted addresses.": "The addresses that are able to approve multisig transactions. You can select up to {{maxHelpers}} trusted addresses.",
"The addresses that are able to help in recovery. You can select up to {{maxHelpers}} trusted helpers.": "The addresses that are able to help in recovery. You can select up to {{maxHelpers}} trusted helpers.",
"A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies",
"The amount to allocate and the conviction that will be applied to all votes made on a referendum.": "The amount to allocate and the conviction that will be applied to all votes made on a referendum.",
"The beneficiary will have access to the transferred fees when the transaction is included in a block.": "The beneficiary will have access to the transferred fees when the transaction is included in a block.",
"The call data for this transaction matching the hash. Once sent, the multisig will be executed against this.": "The call data for this transaction matching the hash. Once sent, the multisig will be executed against this.",
Expand Down Expand Up @@ -243,7 +245,9 @@
"You can set a custom derivation path for this account using the following syntax \"/<soft-key>//<hard-key>///<password>\". The \"/<soft-key>\" and \"//<hard-key>\" may be repeated and mixed`.": "You can set a custom derivation path for this account using the following syntax \"/<soft-key>//<hard-key>///<password>\". The \"/<soft-key>\" and \"//<hard-key>\" may be repeated and mixed`.",
"You can set a custom derivation path for this account using the following syntax \"m/<purpose>/<coin_type>/<account>/<change>/<address_index>": "You can set a custom derivation path for this account using the following syntax \"m/<purpose>/<coin_type>/<account>/<change>/<address_index>",
"You don't have any accounts. Some features are currently hidden and will only become available once you have accounts.": "You don't have any accounts. Some features are currently hidden and will only become available once you have accounts.",
"You have 1 extension that needs to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.": "You have 1 extension that needs to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.",
"You have {{claimCount}} accounts that need attestations. Use the Claim Tokens app on the navigation bar to complete the process. Until you do, your balances for those accounts will not be reflected.": "You have {{claimCount}} accounts that need attestations. Use the Claim Tokens app on the navigation bar to complete the process. Until you do, your balances for those accounts will not be reflected.",
"You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.": "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to.",
"You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to. This update includes chain metadata and chain properties.": "You have {{upgradableCount}} extensions that need to be updated with the latest chain properties in order to display the correct information for the chain you are connected to. This update includes chain metadata and chain properties.",
"You should not setup proxies to act as a self-proxy.": "You should not setup proxies to act as a self-proxy.",
"You will remove any delegation made by this acccount": "You will remove any delegation made by this acccount",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/public/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"A controller account should not be set to manages multiple stashes. The selected controller is already controlling {{stashId}}": "Un account controller non dovrebbe gestire più di un singolo stash. Il controller selezionato gestisce già il seguente stash: {{stashId}}",
"A controller account should not map to another stash. This selected controller is a stash, controlled by {{bondedId}}": "Un account controller non può essere simultaneamente anche uno stash. Questo account controller è uno stash, generato da {{bondedId}}",
"A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.": "Un contratto in corso di implementazione che è stato eseguito o che è stato collegato. L'indirizzo e l'ABI sono utilizzati per costruire i parametri.",
"A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "Un deposito versato dal conto delegante che non può essere utilizzato mentre la delega è in essere. Il deposito viene restituito quando la delega viene distrutta. L'importo che è riservato per il proxy basato sul deposito iniziale ed il numero di proxies",
"A fee of {{creationFee}} will be deducted from the sender since the destination account does not exist": "Una commissione di {{creationFee}} sarà dedotta dal mittente nel caso il destinatario non esista",
"A hex or string value that acts as a salt for this deployment.": "Un hex o un valore in stringa distintiva per deployment",
"A reason (to be stored-on-chain) as to why the recipient deserves a tip payout.": "La motivazione (da archiviare on-chain) per cui il destinatario merita una mancia",
Expand Down Expand Up @@ -808,7 +809,6 @@
"The amount reserved to store this image": "I fondi messi a riserva per archiviare questo caricamento del codice",
"The amount that is associated with this vote. This value is is locked for the duration of the vote.": "La quantità di token associata al voto. Saranno bloccati per tutta la durata della votazione",
"The amount that is reserved": "L'importo che è riservato",
"A deposit paid by the proxied account that can not be used while the proxy is in existence. The deposit is returned when the proxy is destroyed. The amount reserved is based on the base deposit and number of proxies": "Un deposito versato dal conto delegante che non può essere utilizzato mentre la delega è in essere. Il deposito viene restituito quando la delega viene distrutta. L'importo che è riservato per il proxy basato sul deposito iniziale ed il numero di proxies",
"The amount that will be allocated from the treasury pot": "La quantità di token che sarà allocata, prelevata dalla cassa della tesoreria",
"The amount that will be used on a per-validator basis to calculate profits for that validator.": "La quantità da allocare sul validator, per calcolare una stima dei profitti generati",
"The amount this total can be reduced by to change the referendum outcome. This assumes changes to the convictions of the existing votes, with no additional turnout.": "Il totale può ridursi cambiando l'esito finale del referendum. A parità di affluenza, è dovuto ai cambiamenti delle leve utilizzate da ogni partecipante.",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.102.2-2' };
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.102.2-3' };
6 changes: 3 additions & 3 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/phishing": "^0.8.38",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/vanitygen": "^0.48.12",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.102.2-2"
"@polkadot/test-support": "0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-3"
},
"devDependencies": {
"@polkadot/test-support": "0.102.2-2"
"@polkadot/test-support": "0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-components": "^0.102.2-3",
"secp256k1": "^3.8.0"
}
}
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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/api-contract": "^7.4.1"
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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-query": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/react-query": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-query": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/react-query": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-params": "^0.102.2-2",
"@polkadot/react-signer": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/react-params": "^0.102.2-3",
"@polkadot/react-signer": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-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.102.2-2",
"version": "0.102.2-3",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/react-components": "^0.102.2-2",
"@polkadot/react-query": "^0.102.2-2"
"@polkadot/react-components": "^0.102.2-3",
"@polkadot/react-query": "^0.102.2-3"
}
}
Loading

0 comments on commit f569293

Please sign in to comment.