Skip to content

Commit 7bb8d62

Browse files
committed
[CI Skip] 0.41.1
skip-checks: true
1 parent 6a045d7 commit 7bb8d62

File tree

31 files changed

+111
-111
lines changed

31 files changed

+111
-111
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.41.0"
13+
"version": "0.41.1"
1414
}

packages/apps-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-config",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",

packages/apps-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps-routing",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",

packages/apps/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"description": "An Apps portal into the Polkadot network",
66
"main": "index.js",
77
"homepage": ".",
@@ -16,8 +16,8 @@
1616
"@babel/polyfill": "^7.8.7",
1717
"@babel/runtime": "^7.9.2",
1818
"@polkadot/dev": "^0.52.11",
19-
"@polkadot/react-components": "0.41.0",
20-
"@polkadot/react-signer": "0.41.0",
19+
"@polkadot/react-components": "0.41.1",
20+
"@polkadot/react-signer": "0.41.1",
2121
"query-string": "^6.12.1"
2222
},
2323
"devDependencies": {

packages/page-123code/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-123code",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"description": "A basic app that shows the ropes on customisation",
66
"main": "index.js",
77
"scripts": {},
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/react-components": "0.41.1"
1616
}
1717
}

packages/page-accounts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-accounts",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0",
15+
"@polkadot/react-components": "0.41.1",
1616
"@polkadot/react-qr": "^0.52.1",
1717
"@polkadot/vanitygen": "^0.11.1",
1818
"detect-browser": "^5.0.0",

packages/page-claims/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-claims",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
16-
"@polkadot/react-components": "0.41.0",
16+
"@polkadot/react-components": "0.41.1",
1717
"secp256k1": "^3.8.0"
1818
}
1919
}

packages/page-contracts/package.json

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

packages/page-council/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-council",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-query": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-query": "0.41.1"
1717
}
1818
}

packages/page-dashboard/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-dashboard",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/apps-routing": "0.41.0",
16-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/apps-routing": "0.41.1",
16+
"@polkadot/react-components": "0.41.1"
1717
}
1818
}

packages/page-democracy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-democracy",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-query": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-query": "0.41.1"
1717
}
1818
}

packages/page-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-explorer",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/react-components": "0.41.1"
1616
}
1717
}

packages/page-extrinsics/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-extrinsics",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,8 +12,8 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-params": "0.41.0",
17-
"@polkadot/react-signer": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-params": "0.41.1",
17+
"@polkadot/react-signer": "0.41.1"
1818
}
1919
}

packages/page-generic-asset/package.json

+2-2
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.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/react-components": "0.41.1"
1616
}
1717
}

packages/page-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-js",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/react-components": "0.41.1"
1616
}
1717
}

packages/page-parachains/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-parachains",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-query": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-query": "0.41.1"
1717
}
1818
}

packages/page-settings/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-settings",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"description": "Settings management",
66
"main": "index.js",
77
"scripts": {},
@@ -12,8 +12,8 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-query": "0.41.0",
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-query": "0.41.1",
1717
"query-string": "^6.12.1"
1818
}
1919
}

packages/page-society/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@polkadot/app-society",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"description": "A society",
66
"main": "index.js",
77
"scripts": {},
88
"author": "Jaco Greeff <[email protected]>",
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"@babel/runtime": "^7.9.2",
12-
"@polkadot/react-components": "0.41.0"
12+
"@polkadot/react-components": "0.41.1"
1313
}
1414
}

packages/page-staking/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-staking",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/app-explorer": "0.41.0",
16-
"@polkadot/react-components": "0.41.0",
17-
"@polkadot/react-query": "0.41.0"
15+
"@polkadot/app-explorer": "0.41.1",
16+
"@polkadot/react-components": "0.41.1",
17+
"@polkadot/react-query": "0.41.1"
1818
}
1919
}

packages/page-storage/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-storage",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-params": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-params": "0.41.1"
1717
}
1818
}

packages/page-sudo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-sudo",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
16-
"@polkadot/react-components": "0.41.0"
16+
"@polkadot/react-components": "0.41.1"
1717
}
1818
}

packages/page-tech-comm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-tech-comm",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.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.9.2",
15-
"@polkadot/react-components": "0.41.0",
16-
"@polkadot/react-query": "0.41.0"
15+
"@polkadot/react-components": "0.41.1",
16+
"@polkadot/react-query": "0.41.1"
1717
}
1818
}

packages/page-toolbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-toolbox",
33
"private": true,
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "index.js",
66
"repository": "https://github.com/polkadot-js/apps.git",
77
"author": "Jaco Greeff <[email protected]>",
@@ -12,6 +12,6 @@
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@babel/runtime": "^7.9.2",
15-
"@polkadot/react-components": "0.41.0"
15+
"@polkadot/react-components": "0.41.1"
1616
}
1717
}

0 commit comments

Comments
 (0)