Skip to content

Commit c8036d6

Browse files
[CI Skip] bump/beta 0.134.2-2-x
skip-checks: true
1 parent f6edf2f commit c8036d6

File tree

55 files changed

+179
-179
lines changed

Some content is hidden

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

55 files changed

+179
-179
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
2 chrissoso Add Prism parachain (#5287)
228228
2 composabledev added picasso logo (#6043)
229229
2 Dan Shields Update ED and reaping info in app (#4771)
230+
2 Daniel Olano Restore Virto provider for Kreivo in Kusama (#10363)
230231
2 dansoft update manta network logo (#6972)
231232
2 Danylo Kyrieiev update karmachain endpoints (#9883)
232233
2 david-rio feat: add RioChain live network config (#5076)
@@ -335,7 +336,6 @@
335336
1 Damian Straszak change aleph testnet name to make it unique (#9329)
336337
1 Dan Forbes Add block number to events on explorer page (#2759)
337338
1 Daniel Maricic add idiyanale to testing relay rococo (#9000)
338-
1 Daniel Olano Add Kreivo parachain to UI (#10008)
339339
1 ddorgan Fix container build (#1456)
340340
1 ddorgan Initial commit of kubernetes deployment (#616)
341341
1 Dean mybank.network (#5024)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"sideEffects": false,
1818
"type": "module",
19-
"version": "0.134.2-1-x",
19+
"version": "0.134.2-2-x",
2020
"versions": {
21-
"git": "0.134.2-1-x",
21+
"git": "0.134.2-2-x",
2222
"npm": "0.134.1"
2323
},
2424
"workspaces": [

packages/apps-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"sideEffects": false,
1515
"type": "module",
16-
"version": "0.134.2-1-x",
16+
"version": "0.134.2-2-x",
1717
"main": "index.js",
1818
"dependencies": {
1919
"@acala-network/type-definitions": "5.1.2",

packages/apps-config/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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.134.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/apps-config', path: 'auto', type: 'auto', version: '0.134.2-2-x' };

packages/apps-electron/package.json

Lines changed: 1 addition & 1 deletion
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.134.2-1-x",
18+
"version": "0.134.2-2-x",
1919
"main": "build/electron.js",
2020
"dependencies": {
2121
"electron-log": "^5.0.1",

packages/apps-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.134.2-1-x",
17+
"version": "0.134.2-2-x",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-dom": "*",

packages/apps/package.json

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

packages/apps/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
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.134.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/apps', path: 'auto', type: 'auto', version: '0.134.2-2-x' };

packages/page-accounts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.134.2-1-x",
17+
"version": "0.134.2-2-x",
1818
"dependencies": {
1919
"@polkadot/hw-ledger": "^12.6.2",
2020
"@polkadot/phishing": "^0.22.3",
21-
"@polkadot/react-components": "^0.134.2-1-x",
22-
"@polkadot/react-hooks": "^0.134.2-1-x",
21+
"@polkadot/react-components": "^0.134.2-2-x",
22+
"@polkadot/react-hooks": "^0.134.2-2-x",
2323
"@polkadot/util": "^12.6.2",
2424
"@polkadot/vanitygen": "^0.56.5",
2525
"detect-browser": "^5.3.0",
2626
"file-saver": "^2.0.5"
2727
},
2828
"devDependencies": {
29-
"@polkadot/test-support": "0.134.2-1-x"
29+
"@polkadot/test-support": "0.134.2-2-x"
3030
},
3131
"peerDependencies": {
3232
"react": "*",

packages/page-addresses/package.json

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

0 commit comments

Comments
 (0)