Skip to content

Commit 9c4a645

Browse files
[CI Skip] bump/beta 0.50.2-0-x
skip-checks: true
1 parent 4ee839a commit 9c4a645

File tree

17 files changed

+53
-53
lines changed

17 files changed

+53
-53
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
2 Bartłomiej Rutkowski Allow account creation by derivation from existing one (#296)
1111
2 carumusan Support ipfs and ipns urls (#667)
1212
2 ccris02 Adding Polish Language Option to the Extension (#761)
13+
2 Dusan Morhac Update XCM Analyser to v1.3.1 (#1419)
1314
2 Francis O'Brien Update subscribed accounts when connected site authorizations are modified (#1412)
1415
2 hamidra add extension filtered account subscriptions (#1063)
1516
2 joe petrowski add plasm (#462)
@@ -24,7 +25,6 @@
2425
1 Chakrarin Sarnt Add Thai language (#788)
2526
1 CustomBlink Add authorized URL removal (#1029)
2627
1 David Hawig Update README.md (#403)
27-
1 Dusan Morhac Update XCM Analyser to v1.3.0 (#1385)
2828
1 f00 fix(authorize): long urls pushes the cta down (#1005)
2929
1 Forrest Add Web3AccountsOptions to web3FromAddress function (#617)
3030
1 Gérard Dethier chore: upgrade web3. (#1340)

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.50.1",
17+
"version": "0.50.2-0-x",
1818
"versions": {
19-
"git": "0.50.1",
19+
"git": "0.50.2-0-x",
2020
"npm": "0.50.1"
2121
},
2222
"workspaces": [

packages/extension-base/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "0.50.1",
21+
"version": "0.50.2-0-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/api": "^12.2.1",
25-
"@polkadot/extension-chains": "0.50.1",
26-
"@polkadot/extension-dapp": "0.50.1",
27-
"@polkadot/extension-inject": "0.50.1",
25+
"@polkadot/extension-chains": "0.50.2-0-x",
26+
"@polkadot/extension-dapp": "0.50.2-0-x",
27+
"@polkadot/extension-inject": "0.50.2-0-x",
2828
"@polkadot/keyring": "^13.0.2",
2929
"@polkadot/networks": "^13.0.2",
3030
"@polkadot/phishing": "^0.23.1",
@@ -40,6 +40,6 @@
4040
},
4141
"devDependencies": {
4242
"@polkadot/dev-test": "^0.79.3",
43-
"@polkadot/extension-mocks": "0.50.1"
43+
"@polkadot/extension-mocks": "0.50.2-0-x"
4444
}
4545
}

packages/extension-base/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/extension-base', path: 'auto', type: 'auto', version: '0.50.1' };
6+
export const packageInfo = { name: '@polkadot/extension-base', path: 'auto', type: 'auto', version: '0.50.2-0-x' };

packages/extension-chains/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "0.50.1",
21+
"version": "0.50.2-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.50.1",
24+
"@polkadot/extension-inject": "0.50.2-0-x",
2525
"@polkadot/networks": "^13.0.2",
2626
"@polkadot/util": "^13.0.2",
2727
"@polkadot/util-crypto": "^13.0.2",

packages/extension-chains/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/extension-chains', path: 'auto', type: 'auto', version: '0.50.1' };
6+
export const packageInfo = { name: '@polkadot/extension-chains', path: 'auto', type: 'auto', version: '0.50.2-0-x' };

packages/extension-compat-metamask/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "0.50.1",
21+
"version": "0.50.2-0-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@metamask/detect-provider": "^2.0.0",
25-
"@polkadot/extension-inject": "0.50.1",
25+
"@polkadot/extension-inject": "0.50.2-0-x",
2626
"@polkadot/types": "^12.2.1",
2727
"@polkadot/util": "^13.0.2",
2828
"tslib": "^2.6.2",

packages/extension-compat-metamask/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/extension-compat-metamask', path: 'auto', type: 'auto', version: '0.50.1' };
6+
export const packageInfo = { name: '@polkadot/extension-compat-metamask', path: 'auto', type: 'auto', version: '0.50.2-0-x' };

packages/extension-dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "0.50.1",
21+
"version": "0.50.2-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.50.1",
24+
"@polkadot/extension-inject": "0.50.2-0-x",
2525
"@polkadot/util": "^13.0.2",
2626
"@polkadot/util-crypto": "^13.0.2",
2727
"tslib": "^2.6.2"

packages/extension-dapp/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/extension-dapp', path: 'auto', type: 'auto', version: '0.50.1' };
6+
export const packageInfo = { name: '@polkadot/extension-dapp', path: 'auto', type: 'auto', version: '0.50.2-0-x' };

0 commit comments

Comments
 (0)