Skip to content

Commit 56087a7

Browse files
[CI Skip] bump/beta 0.117.4-2-x
skip-checks: true
1 parent 9977418 commit 56087a7

File tree

46 files changed

+170
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+170
-169
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
1 mikolajsobolewski Added Equilibrium Test Network logos & endpoints (#3792)
294294
1 Mokhtar Naamani Fix app-accounts Restore feature (#761)
295295
1 motinados fill in all empty values in all languageCaches. (#3606)
296+
1 Muhammad Yahya add details for OLI parachain (#7876)
296297
1 Nantian update acala rpc (#6704)
297298
1 nasa8x Add GeekCash testnet, logo, color (#5265)
298299
1 NightingaleAsh Add loom network kusama (#5591)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"url": "https://github.com/polkadot-js/apps.git"
1616
},
1717
"sideEffects": false,
18-
"version": "0.117.4-1-x",
18+
"version": "0.117.4-2-x",
1919
"versions": {
20-
"git": "0.117.4-1-x",
20+
"git": "0.117.4-2-x",
2121
"npm": "0.117.3"
2222
},
2323
"workspaces": [

packages/apps-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"sideEffects": false,
1212
"type": "module",
13-
"version": "0.117.4-1-x",
13+
"version": "0.117.4-2-x",
1414
"main": "index.js",
1515
"dependencies": {
1616
"@acala-network/type-definitions": "^4.1.5",

packages/apps-config/src/packageInfo.ts

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

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

6-
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.117.4-1-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.117.4-2-x' };

packages/apps-electron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://github.com/polkadot-js/apps.git"
1111
},
1212
"sideEffects": false,
13-
"version": "0.117.4-1-x",
13+
"version": "0.117.4-2-x",
1414
"dependencies": {
1515
"@babel/core": "^7.18.6",
1616
"@babel/polyfill": "^7.12.1",
1717
"@polkadot/dev": "^0.67.76",
18-
"@polkadot/react-components": "^0.117.4-1-x",
18+
"@polkadot/react-components": "^0.117.4-2-x",
1919
"electron-log": "^4.4.8",
2020
"electron-updater": "^4.6.5"
2121
},

packages/apps-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6"
1717
}

packages/apps/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"sideEffects": true,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/core": "^7.18.6",
1717
"@babel/polyfill": "^7.12.1",
1818
"@babel/runtime": "^7.18.6",
19-
"@polkadot/apps-config": "^0.117.4-1-x",
20-
"@polkadot/apps-routing": "^0.117.4-1-x",
19+
"@polkadot/apps-config": "^0.117.4-2-x",
20+
"@polkadot/apps-routing": "^0.117.4-2-x",
2121
"@polkadot/dev": "^0.67.76",
22-
"@polkadot/react-api": "^0.117.4-1-x",
23-
"@polkadot/react-components": "^0.117.4-1-x",
24-
"@polkadot/react-hooks": "^0.117.4-1-x",
25-
"@polkadot/react-params": "^0.117.4-1-x",
26-
"@polkadot/react-query": "^0.117.4-1-x",
27-
"@polkadot/react-signer": "^0.117.4-1-x",
22+
"@polkadot/react-api": "^0.117.4-2-x",
23+
"@polkadot/react-components": "^0.117.4-2-x",
24+
"@polkadot/react-hooks": "^0.117.4-2-x",
25+
"@polkadot/react-params": "^0.117.4-2-x",
26+
"@polkadot/react-query": "^0.117.4-2-x",
27+
"@polkadot/react-signer": "^0.117.4-2-x",
2828
"punycode": "^2.1.1",
2929
"query-string": "^7.1.1"
3030
},

packages/apps/src/packageInfo.ts

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

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

6-
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.117.4-1-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.117.4-2-x' };

packages/page-accounts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
1717
"@polkadot/hw-ledger": "^10.0.2",
1818
"@polkadot/phishing": "^0.17.2",
19-
"@polkadot/react-components": "^0.117.4-1-x",
20-
"@polkadot/react-hooks": "^0.117.4-1-x",
19+
"@polkadot/react-components": "^0.117.4-2-x",
20+
"@polkadot/react-hooks": "^0.117.4-2-x",
2121
"@polkadot/util": "^10.0.2",
2222
"@polkadot/vanitygen": "^0.51.15",
2323
"detect-browser": "^5.3.0",
2424
"file-saver": "^2.0.5"
2525
},
2626
"devDependencies": {
27-
"@polkadot/test-support": "0.117.4-1-x"
27+
"@polkadot/test-support": "0.117.4-2-x"
2828
}
2929
}

packages/page-addresses/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
17+
"@polkadot/react-components": "^0.117.4-2-x",
1818
"file-saver": "^2.0.5"
1919
},
2020
"devDependencies": {

packages/page-assets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-bounties/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
},
1919
"devDependencies": {
20-
"@polkadot/test-support": "0.117.4-1-x"
20+
"@polkadot/test-support": "0.117.4-2-x"
2121
}
2222
}

packages/page-calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-claims/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
17+
"@polkadot/react-components": "^0.117.4-2-x",
1818
"secp256k1": "^3.8.0"
1919
}
2020
}

packages/page-collator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6"
1717
}

packages/page-contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
1717
"@polkadot/api-contract": "^8.12.2"

packages/page-council/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
18-
"@polkadot/react-query": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x",
18+
"@polkadot/react-query": "^0.117.4-2-x"
1919
}
2020
}

packages/page-democracy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
18-
"@polkadot/react-query": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x",
18+
"@polkadot/react-query": "^0.117.4-2-x"
1919
}
2020
}

packages/page-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-extrinsics/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
18-
"@polkadot/react-params": "^0.117.4-1-x",
19-
"@polkadot/react-signer": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x",
18+
"@polkadot/react-params": "^0.117.4-2-x",
19+
"@polkadot/react-signer": "^0.117.4-2-x"
2020
}
2121
}

packages/page-files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-gilt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-membership/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
18-
"@polkadot/react-query": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x",
18+
"@polkadot/react-query": "^0.117.4-2-x"
1919
}
2020
}

packages/page-nfts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-parachains/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x",
18-
"@polkadot/react-query": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x",
18+
"@polkadot/react-query": "^0.117.4-2-x"
1919
}
2020
}

packages/page-poll/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-rpc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

packages/page-settings/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/apps-config": "^0.117.4-1-x",
18-
"@polkadot/react-components": "^0.117.4-1-x",
19-
"@polkadot/react-query": "^0.117.4-1-x",
17+
"@polkadot/apps-config": "^0.117.4-2-x",
18+
"@polkadot/react-components": "^0.117.4-2-x",
19+
"@polkadot/react-query": "^0.117.4-2-x",
2020
"query-string": "^7.1.1"
2121
}
2222
}

packages/page-signing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "0.117.4-1-x",
14+
"version": "0.117.4-2-x",
1515
"dependencies": {
1616
"@babel/runtime": "^7.18.6",
17-
"@polkadot/react-components": "^0.117.4-1-x"
17+
"@polkadot/react-components": "^0.117.4-2-x"
1818
}
1919
}

0 commit comments

Comments
 (0)