Skip to content

Commit 681597a

Browse files
[CI Skip] bump/beta 0.151.2-18-x
skip-checks: true
1 parent 439dcf2 commit 681597a

File tree

59 files changed

+199
-199
lines changed

Some content is hidden

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

59 files changed

+199
-199
lines changed

CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
111 Tarik Gul Ensure safety check on isEmpty (#11358)
33
81 Thibaut Sardan update overrides (#10090)
44
62 kwingram25 iadd fix (#2911)
5-
49 Arjun Porwal Import & Export Feature for Address Book (#11383)
5+
50 Arjun Porwal chore: disable unreachable endpoints (#11411)
66
49 pan update Bifrost kusama on Subsquare (#9752)
77
46 Antoine Estienne Update moonbeam endpoints and moonbase logo and color (#6890)
88
41 MiZiet Apply styles to the unbonding icon (#6314)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.151.2-17-x",
19+
"version": "0.151.2-18-x",
2020
"versions": {
21-
"git": "0.151.2-17-x",
21+
"git": "0.151.2-18-x",
2222
"npm": "0.151.1"
2323
},
2424
"workspaces": [

packages/apps-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"sideEffects": false,
1515
"type": "module",
16-
"version": "0.151.2-17-x",
16+
"version": "0.151.2-18-x",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",

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.151.2-17-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.151.2-18-x' };

packages/apps-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/polkadot-js/apps.git"
1616
},
1717
"sideEffects": false,
18-
"version": "0.151.2-17-x",
18+
"version": "0.151.2-18-x",
1919
"main": "build/electron.js",
2020
"dependencies": {
2121
"electron-log": "^5.0.1",

packages/apps-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/apps/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
1919
"@acala-network/chopsticks-core": "^1.0.1",
20-
"@polkadot/apps-config": "^0.151.2-17-x",
21-
"@polkadot/apps-routing": "^0.151.2-17-x",
20+
"@polkadot/apps-config": "^0.151.2-18-x",
21+
"@polkadot/apps-routing": "^0.151.2-18-x",
2222
"@polkadot/dev": "^0.83.2",
23-
"@polkadot/react-api": "^0.151.2-17-x",
24-
"@polkadot/react-components": "^0.151.2-17-x",
25-
"@polkadot/react-hooks": "^0.151.2-17-x",
26-
"@polkadot/react-params": "^0.151.2-17-x",
27-
"@polkadot/react-query": "^0.151.2-17-x",
28-
"@polkadot/react-signer": "^0.151.2-17-x",
23+
"@polkadot/react-api": "^0.151.2-18-x",
24+
"@polkadot/react-components": "^0.151.2-18-x",
25+
"@polkadot/react-hooks": "^0.151.2-18-x",
26+
"@polkadot/react-params": "^0.151.2-18-x",
27+
"@polkadot/react-query": "^0.151.2-18-x",
28+
"@polkadot/react-signer": "^0.151.2-18-x",
2929
"punycode": "^2.3.1",
3030
"query-string": "^8.1.0",
3131
"react": "^18.2.0",

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.151.2-17-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.151.2-18-x' };

packages/page-accounts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^13.4.3",
2020
"@polkadot/phishing": "^0.25.5",
21-
"@polkadot/react-components": "^0.151.2-17-x",
22-
"@polkadot/react-hooks": "^0.151.2-17-x",
21+
"@polkadot/react-components": "^0.151.2-18-x",
22+
"@polkadot/react-hooks": "^0.151.2-18-x",
2323
"@polkadot/util": "^13.4.3",
2424
"@polkadot/vanitygen": "^0.63.3",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.151.2-17-x"
29+
"@polkadot/test-support": "0.151.2-18-x"
3030
},
3131
"peerDependencies": {
3232
"react": "*",

packages/page-addresses/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
19+
"@polkadot/react-components": "^0.151.2-18-x",
2020
"file-saver": "^2.0.5"
2121
},
2222
"devDependencies": {

packages/page-alliance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-ambassador/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-assets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-bounties/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"devDependencies": {
22-
"@polkadot/test-support": "0.151.2-17-x"
22+
"@polkadot/test-support": "0.151.2-18-x"
2323
},
2424
"peerDependencies": {
2525
"react": "*",

packages/page-broker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "0.151.2-17-x",
20-
"@polkadot/react-query": "0.151.2-17-x"
19+
"@polkadot/react-components": "0.151.2-18-x",
20+
"@polkadot/react-query": "0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-claims/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
19+
"@polkadot/react-components": "^0.151.2-18-x",
2020
"secp256k1": "^3.8.0"
2121
},
2222
"peerDependencies": {

packages/page-collator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
1919
"@polkadot/api-contract": "15.7.2",
2020
"eventemitter3": "^5.0.1"

packages/page-coretime/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-query": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-query": "^0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-council/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-query": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-query": "^0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-democracy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-query": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-query": "^0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-extrinsics/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-params": "^0.151.2-17-x",
21-
"@polkadot/react-signer": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-params": "^0.151.2-18-x",
21+
"@polkadot/react-signer": "^0.151.2-18-x"
2222
},
2323
"peerDependencies": {
2424
"react": "*",

packages/page-fellowship/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/page-files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
19+
"@polkadot/react-components": "^0.151.2-18-x",
2020
"axios": "^1.6.2"
2121
},
2222
"peerDependencies": {

packages/page-gilt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-membership/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-query": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-query": "^0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

packages/page-nfts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-nis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x"
2020
},
2121
"peerDependencies": {
2222
"react": "*",

packages/page-parachains/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.151.2-17-x",
17+
"version": "0.151.2-18-x",
1818
"dependencies": {
19-
"@polkadot/react-components": "^0.151.2-17-x",
20-
"@polkadot/react-query": "^0.151.2-17-x"
19+
"@polkadot/react-components": "^0.151.2-18-x",
20+
"@polkadot/react-query": "^0.151.2-18-x"
2121
},
2222
"peerDependencies": {
2323
"react": "*",

0 commit comments

Comments
 (0)