Skip to content

Commit 7bfc42e

Browse files
committed
[CI Skip] release/beta 0.84.2-15
skip-checks: true
1 parent 14bf946 commit 7bfc42e

File tree

37 files changed

+142
-142
lines changed

37 files changed

+142
-142
lines changed

package.json

+1-1
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 <[email protected]>",
7-
"version": "0.84.2-14",
7+
"version": "0.84.2-15",
88
"license": "Apache-2",
99
"private": true,
1010
"homepage": ".",

packages/apps-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/apps-config",
3-
"version": "0.84.2-14",
3+
"version": "0.84.2-15",
44
"type": "module",
55
"main": "index.js",
66
"sideEffects": true,

packages/apps-config/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

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

6-
export const packageInfo = { name: '@polkadot/apps-config', version: '0.84.2-14' };
6+
export const packageInfo = { name: '@polkadot/apps-config', version: '0.84.2-15' };

packages/apps-electron/package.json

+2-2
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.84.2-14",
5+
"version": "0.84.2-15",
66
"dependencies": {
77
"@babel/core": "^7.13.10",
88
"@babel/polyfill": "^7.12.1",
99
"@polkadot/dev": "^0.62.6",
10-
"@polkadot/react-components": "^0.84.2-14",
10+
"@polkadot/react-components": "^0.84.2-15",
1111
"electron-log": "^4.3.2",
1212
"electron-updater": "^4.3.8"
1313
},

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.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",

packages/apps/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/apps",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "An Apps portal into the Polkadot network",
66
"main": "index.js",
77
"homepage": ".",
@@ -14,15 +14,15 @@
1414
"@babel/core": "^7.13.10",
1515
"@babel/polyfill": "^7.12.1",
1616
"@babel/runtime": "^7.13.10",
17-
"@polkadot/apps-config": "^0.84.2-14",
18-
"@polkadot/apps-routing": "^0.84.2-14",
17+
"@polkadot/apps-config": "^0.84.2-15",
18+
"@polkadot/apps-routing": "^0.84.2-15",
1919
"@polkadot/dev": "^0.62.6",
20-
"@polkadot/react-api": "^0.84.2-14",
21-
"@polkadot/react-components": "^0.84.2-14",
22-
"@polkadot/react-hooks": "^0.84.2-14",
23-
"@polkadot/react-params": "^0.84.2-14",
24-
"@polkadot/react-query": "^0.84.2-14",
25-
"@polkadot/react-signer": "^0.84.2-14",
20+
"@polkadot/react-api": "^0.84.2-15",
21+
"@polkadot/react-components": "^0.84.2-15",
22+
"@polkadot/react-hooks": "^0.84.2-15",
23+
"@polkadot/react-params": "^0.84.2-15",
24+
"@polkadot/react-query": "^0.84.2-15",
25+
"@polkadot/react-signer": "^0.84.2-15",
2626
"punycode": "^2.1.1",
2727
"query-string": "^6.14.1"
2828
},

packages/apps/src/packageInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

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

6-
export const packageInfo = { name: '@polkadot/apps', version: '0.84.2-14' };
6+
export const packageInfo = { name: '@polkadot/apps', version: '0.84.2-15' };

packages/page-accounts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-accounts",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
1313
"@polkadot/phishing": "^0.6.31",
14-
"@polkadot/react-components": "^0.84.2-14",
14+
"@polkadot/react-components": "^0.84.2-15",
1515
"@polkadot/vanitygen": "^0.30.2-2",
1616
"detect-browser": "^5.2.0",
1717
"file-saver": "^2.0.5"
1818
},
1919
"devDependencies": {
20-
"@polkadot/test-support": "0.84.2-14"
20+
"@polkadot/test-support": "0.84.2-15"
2121
}
2222
}

packages/page-addresses/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-addresses",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14",
13+
"@polkadot/react-components": "^0.84.2-15",
1414
"file-saver": "^2.0.5"
1515
},
1616
"devDependencies": {

packages/page-bounties/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-bounties",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "A on-chain bounties",
66
"main": "index.js",
77
"scripts": {},
@@ -10,9 +10,9 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
},
1515
"devDependencies": {
16-
"@polkadot/test-support": "0.84.2-14"
16+
"@polkadot/test-support": "0.84.2-15"
1717
}
1818
}

packages/page-calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-calendar",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "A on-chain events calendar",
66
"main": "index.js",
77
"scripts": {},
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

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.84.2-14",
4+
"version": "0.84.2-15",
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.13.10",
16-
"@polkadot/react-components": "^0.84.2-14",
16+
"@polkadot/react-components": "^0.84.2-15",
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.84.2-14",
4+
"version": "0.84.2-15",
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.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "Council",
66
"main": "index.js",
77
"scripts": {},
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14",
14-
"@polkadot/react-query": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15",
14+
"@polkadot/react-query": "^0.84.2-15"
1515
}
1616
}

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.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "A referendum & proposal app",
66
"main": "index.js",
77
"scripts": {},
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14",
14-
"@polkadot/react-query": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15",
14+
"@polkadot/react-query": "^0.84.2-15"
1515
}
1616
}

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.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

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.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -10,8 +10,8 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14",
14-
"@polkadot/react-params": "^0.84.2-14",
15-
"@polkadot/react-signer": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15",
14+
"@polkadot/react-params": "^0.84.2-15",
15+
"@polkadot/react-signer": "^0.84.2-15"
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.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "A simple JavaScript console for playing with the API",
66
"main": "index.js",
77
"scripts": {},
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

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.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "Parachains",
66
"main": "index.js",
77
"scripts": {},
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14",
14-
"@polkadot/react-query": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15",
14+
"@polkadot/react-query": "^0.84.2-15"
1515
}
1616
}

packages/page-poll/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-poll",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "A basic polling module",
66
"main": "index.js",
77
"scripts": {},
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

packages/page-rpc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-rpc",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

packages/page-settings/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-settings",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"description": "Settings management",
66
"main": "index.js",
77
"scripts": {},
@@ -10,9 +10,9 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/apps-config": "^0.84.2-14",
14-
"@polkadot/react-components": "^0.84.2-14",
15-
"@polkadot/react-query": "^0.84.2-14",
13+
"@polkadot/apps-config": "^0.84.2-15",
14+
"@polkadot/react-components": "^0.84.2-15",
15+
"@polkadot/react-query": "^0.84.2-15",
1616
"query-string": "^6.14.1"
1717
}
1818
}

packages/page-signing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot/app-signing",
33
"private": true,
4-
"version": "0.84.2-14",
4+
"version": "0.84.2-15",
55
"main": "index.js",
66
"repository": "github:polkadot-js/apps",
77
"author": "Jaco Greeff <[email protected]>",
@@ -10,6 +10,6 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.13.10",
13-
"@polkadot/react-components": "^0.84.2-14"
13+
"@polkadot/react-components": "^0.84.2-15"
1414
}
1515
}

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.84.2-14",
4+
"version": "0.84.2-15",
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.13.10",
12-
"@polkadot/react-components": "^0.84.2-14"
12+
"@polkadot/react-components": "^0.84.2-15"
1313
}
1414
}

0 commit comments

Comments
 (0)