Skip to content

Commit

Permalink
[CI Skip] release/beta 0.81.2-18
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Feb 28, 2021
1 parent 2beb832 commit b7a16a7
Show file tree
Hide file tree
Showing 40 changed files with 149 additions and 148 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "packages/apps-electron/build/electron.js",
"description": "An Apps portal into the Polkadot network",
"author": "Jaco Greeff <jacogr@gmail.com>",
"version": "0.81.2-17",
"version": "0.81.2-18",
"license": "Apache-2",
"private": true,
"homepage": ".",
Expand Down
2 changes: 1 addition & 1 deletion 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.81.2-17",
"version": "0.81.2-18",
"main": "index.js",
"sideEffects": true,
"repository": "github:polkadot-js/apps",
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 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/apps-config', version: '0.81.2-17' };
export const packageInfo = { name: '@polkadot/apps-config', version: '0.81.2-18' };
4 changes: 2 additions & 2 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.81.2-17",
"version": "0.81.2-18",
"dependencies": {
"@babel/core": "^7.13.1",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.61.30",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-components": "^0.81.2-18",
"electron-log": "^4.3.1",
"electron-updater": "^4.3.7"
},
Expand Down
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.81.2-17",
"version": "0.81.2-18",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand Down
18 changes: 9 additions & 9 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.81.2-17",
"version": "0.81.2-18",
"description": "An Apps portal into the Polkadot network",
"main": "index.js",
"homepage": ".",
Expand All @@ -14,15 +14,15 @@
"@babel/core": "^7.13.1",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.13.7",
"@polkadot/apps-config": "^0.81.2-17",
"@polkadot/apps-routing": "^0.81.2-17",
"@polkadot/apps-config": "^0.81.2-18",
"@polkadot/apps-routing": "^0.81.2-18",
"@polkadot/dev": "^0.61.30",
"@polkadot/react-api": "^0.81.2-17",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-hooks": "^0.81.2-17",
"@polkadot/react-params": "^0.81.2-17",
"@polkadot/react-query": "^0.81.2-17",
"@polkadot/react-signer": "^0.81.2-17",
"@polkadot/react-api": "^0.81.2-18",
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/react-hooks": "^0.81.2-18",
"@polkadot/react-params": "^0.81.2-18",
"@polkadot/react-query": "^0.81.2-18",
"@polkadot/react-signer": "^0.81.2-18",
"punycode": "^2.1.1",
"query-string": "^6.13.8"
},
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/en/app-accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"Setup account as recoverable": "Setup account as recoverable",
"Should the search be case sensitive, e.g if you select \"no\" your search for \"Some\" may return addresses containing \"somE\" or \"sOme\"...": "Should the search be case sensitive, e.g if you select \"no\" your search for \"Some\" may return addresses containing \"somE\" or \"sOme\"...",
"Show address on hardware device": "Show address on hardware device",
"Since some extensions, such as the polkadot-js extension, protects you against all community reported phishing sites, there are valid reasons to use them for additional protection, even if you are not storing accounts in it.": "Since some extensions, such as the polkadot-js extension, protects you against all community reported phishing sites, there are valid reasons to use them for additional protection, even if you are not storing accounts in it.",
"Since the multisig function like any other account, once created it is available for selection anywhere accounts are used and needs to be funded before use.": "Since the multisig function like any other account, once created it is available for selection anywhere accounts are used and needs to be funded before use.",
"Society": "Society",
"Soft derivation paths are not allowed on ed25519": "Soft derivation paths are not allowed on ed25519",
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 @@

// Auto-generated by @polkadot/dev, do not edit

export const packageInfo = { name: '@polkadot/apps', version: '0.81.2-17' };
export const packageInfo = { name: '@polkadot/apps', version: '0.81.2-18' };
6 changes: 3 additions & 3 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.81.2-17",
"version": "0.81.2-18",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
Expand All @@ -11,12 +11,12 @@
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/phishing": "^0.6.1",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/vanitygen": "^0.29.1",
"detect-browser": "^5.2.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.81.2-17"
"@polkadot/test-support": "0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-components": "^0.81.2-18",
"file-saver": "^2.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/page-auctions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-auctions",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "A module to allows for parachain auctions",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"description": "A on-chain bounties",
"main": "index.js",
"scripts": {},
Expand All @@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
},
"devDependencies": {
"@polkadot/test-support": "0.81.2-17"
"@polkadot/test-support": "0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-components": "^0.81.2-18",
"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
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-contracts",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "Deployment and management of substrate contracts",
"main": "index.js",
"scripts": {},
Expand Down
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.81.2-17",
"version": "0.81.2-18",
"description": "Council",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-query": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/react-query": "^0.81.2-18"
}
}
4 changes: 2 additions & 2 deletions packages/page-crowdloan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-crowdloan",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "A module to allow participating in crowdloan",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"description": "A referendum & proposal app",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-query": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/react-query": "^0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
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.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-params": "^0.81.2-17",
"@polkadot/react-signer": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/react-params": "^0.81.2-18",
"@polkadot/react-signer": "^0.81.2-18"
}
}
4 changes: 2 additions & 2 deletions packages/page-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-js",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "A simple JavaScript console for playing with the API",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
6 changes: 3 additions & 3 deletions packages/page-parachains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-parachains",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "Parachains",
"main": "index.js",
"scripts": {},
Expand All @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17",
"@polkadot/react-query": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18",
"@polkadot/react-query": "^0.81.2-18"
}
}
4 changes: 2 additions & 2 deletions packages/page-poll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-poll",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"description": "A basic polling module",
"main": "index.js",
"scripts": {},
Expand All @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
4 changes: 2 additions & 2 deletions packages/page-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/app-rpc",
"private": true,
"version": "0.81.2-17",
"version": "0.81.2-18",
"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.7",
"@polkadot/react-components": "^0.81.2-17"
"@polkadot/react-components": "^0.81.2-18"
}
}
Loading

0 comments on commit b7a16a7

Please sign in to comment.