Skip to content

Commit 9183b8b

Browse files
committed
[CI Skip] release/stable 0.51.1
skip-checks: true
1 parent 4e1eba9 commit 9183b8b

File tree

34 files changed

+119
-118
lines changed

34 files changed

+119
-118
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.51.0"
13+
"version": "0.51.1"
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "packages/apps-electron/build/electron.js",
55
"description": "An Apps portal into the Polkadot network",
66
"author": "Jaco Greeff <jacogr@gmail.com>",
7-
"version": "0.51.0",
7+
"version": "0.51.1",
88
"license": "Apache-2",
99
"private": true,
1010
"homepage": ".",

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-config",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",

packages/apps-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@polkadot/apps-electron",
33
"main": "index.js",
44
"private": true,
5-
"version": "0.51.0",
5+
"version": "0.51.1",
66
"dependencies": {
77
"@babel/core": "^7.10.5",
88
"@babel/polyfill": "^7.10.4",
99
"@polkadot/dev": "^0.55.28",
10-
"@polkadot/react-components": "0.51.0",
10+
"@polkadot/react-components": "0.51.1",
1111
"electron-log": "^4.2.2",
1212
"electron-updater": "^4.3.4"
1313
},

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-routing",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",

packages/apps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "An Apps portal into the Polkadot network",
66
"main": "index.js",
77
"homepage": ".",
@@ -17,8 +17,8 @@
1717
"@babel/polyfill": "^7.10.4",
1818
"@babel/runtime": "^7.10.5",
1919
"@polkadot/dev": "^0.55.28",
20-
"@polkadot/react-components": "0.51.0",
21-
"@polkadot/react-signer": "0.51.0",
20+
"@polkadot/react-components": "0.51.1",
21+
"@polkadot/react-signer": "0.51.1",
2222
"query-string": "^6.13.1"
2323
},
2424
"devDependencies": {

packages/apps/public/locales/en/app-poll.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Approving of all or none of the options is equivalent and will not affect the outcome of the poll.": "Approving of all or none of the options is equivalent and will not affect the outcome of the poll.",
99
"Aye, I can support this": "Aye, I can support this",
1010
"Aye, I support this": "Aye, I support this",
11+
"Completed": "Completed",
1112
"Locked funds (e.g. for staking) are counted.": "Locked funds (e.g. for staking) are counted.",
1213
"Nay, I cannot support this": "Nay, I cannot support this",
1314
"Nay, I do not support this": "Nay, I do not support this",

packages/page-accounts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-accounts",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
15+
"@polkadot/react-components": "0.51.1",
1616
"@polkadot/vanitygen": "^0.18.1",
1717
"detect-browser": "^5.1.1",
1818
"file-saver": "^2.0.2"

packages/page-claims/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-claims",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "An app for claiming Polkadot tokens",
66
"main": "index.js",
77
"scripts": {},
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"@babel/runtime": "^7.10.5",
16-
"@polkadot/react-components": "0.51.0",
16+
"@polkadot/react-components": "0.51.1",
1717
"secp256k1": "^3.8.0"
1818
}
1919
}

packages/page-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-contracts",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "Deployment and management of substrate contracts",
66
"main": "index.js",
77
"scripts": {},

packages/page-council/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-council",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "Council",
66
"main": "index.js",
77
"scripts": {},
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
16-
"@polkadot/react-query": "0.51.0"
15+
"@polkadot/react-components": "0.51.1",
16+
"@polkadot/react-query": "0.51.1"
1717
}
1818
}

packages/page-dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-dashboard",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "Dashboard for all apps, allowing for an overview and quick navigation",
66
"main": "index.js",
77
"scripts": {},
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/apps-routing": "0.51.0",
16-
"@polkadot/react-components": "0.51.0"
15+
"@polkadot/apps-routing": "0.51.1",
16+
"@polkadot/react-components": "0.51.1"
1717
}
1818
}

packages/page-democracy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-democracy",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A referendum & proposal app",
66
"main": "index.js",
77
"scripts": {},
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
16-
"@polkadot/react-query": "0.51.0"
15+
"@polkadot/react-components": "0.51.1",
16+
"@polkadot/react-query": "0.51.1"
1717
}
1818
}

packages/page-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-explorer",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0"
15+
"@polkadot/react-components": "0.51.1"
1616
}
1717
}

packages/page-extrinsics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-extrinsics",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,8 +12,8 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
16-
"@polkadot/react-params": "0.51.0",
17-
"@polkadot/react-signer": "0.51.0"
15+
"@polkadot/react-components": "0.51.1",
16+
"@polkadot/react-params": "0.51.1",
17+
"@polkadot/react-signer": "0.51.1"
1818
}
1919
}

packages/page-generic-asset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-generic-asset",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A basic GenericAsset transfer app",
66
"main": "index.js",
77
"scripts": {},
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0"
15+
"@polkadot/react-components": "0.51.1"
1616
}
1717
}

packages/page-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-js",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A simple JavaScript console for playing with the API",
66
"main": "index.js",
77
"scripts": {},
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0"
15+
"@polkadot/react-components": "0.51.1"
1616
}
1717
}

packages/page-parachains/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-parachains",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "Parachains",
66
"main": "index.js",
77
"scripts": {},
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
16-
"@polkadot/react-query": "0.51.0"
15+
"@polkadot/react-components": "0.51.1",
16+
"@polkadot/react-query": "0.51.1"
1717
}
1818
}

packages/page-poll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-poll",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A basic polling module",
66
"main": "index.js",
77
"scripts": {},
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0"
15+
"@polkadot/react-components": "0.51.1"
1616
}
1717
}

packages/page-settings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-settings",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "Settings management",
66
"main": "index.js",
77
"scripts": {},
@@ -12,9 +12,9 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/apps-config": "0.51.0",
16-
"@polkadot/react-components": "0.51.0",
17-
"@polkadot/react-query": "0.51.0",
15+
"@polkadot/apps-config": "0.51.1",
16+
"@polkadot/react-components": "0.51.1",
17+
"@polkadot/react-query": "0.51.1",
1818
"query-string": "^6.13.1"
1919
}
2020
}

packages/page-society/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@polkadot/app-society",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A society",
66
"main": "index.js",
77
"scripts": {},
88
"author": "Jaco Greeff <jacogr@gmail.com>",
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"@babel/runtime": "^7.10.5",
12-
"@polkadot/react-components": "0.51.0"
12+
"@polkadot/react-components": "0.51.1"
1313
}
1414
}

packages/page-staking/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-staking",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A basic staking app",
66
"main": "index.js",
77
"scripts": {},
@@ -12,8 +12,8 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/app-explorer": "0.51.0",
16-
"@polkadot/react-components": "0.51.0",
17-
"@polkadot/react-query": "0.51.0"
15+
"@polkadot/app-explorer": "0.51.1",
16+
"@polkadot/react-components": "0.51.1",
17+
"@polkadot/react-query": "0.51.1"
1818
}
1919
}

packages/page-storage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-storage",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.10.5",
15-
"@polkadot/react-components": "0.51.0",
16-
"@polkadot/react-params": "0.51.0"
15+
"@polkadot/react-components": "0.51.1",
16+
"@polkadot/react-params": "0.51.1"
1717
}
1818
}

packages/page-sudo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-sudo",
33
"private": true,
4-
"version": "0.51.0",
4+
"version": "0.51.1",
55
"description": "A basic app that shows the ropes on customisation",
66
"main": "index.js",
77
"scripts": {},
@@ -13,6 +13,6 @@
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"@babel/runtime": "^7.10.5",
16-
"@polkadot/react-components": "0.51.0"
16+
"@polkadot/react-components": "0.51.1"
1717
}
1818
}

0 commit comments

Comments
 (0)