Skip to content

Commit c88dfe4

Browse files
[CI Skip] bump/beta 0.50.2-4-x
skip-checks: true
1 parent 536a3ba commit c88dfe4

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
@@ -1,6 +1,6 @@
11
634 Jaco 2024 (#1302)
22
92 Thibaut Sardan Fix: forget account for legacy account without authorizedAccounts (#1381)
3-
44 Tarik Gul Change Connected to Connect Accounts (#1430)
3+
45 Tarik Gul Upgrade Polkadot-js deps (#1434)
44
7 Ivan Rukhavets Mention derivation in FAQ (#334)
55
5 Alberto Nicolas Penayo fix(bug): extension stuck in `... loading ...` screen after `service_worker` got terminated (#1424)
66
4 Amaury Martiny PostMessageProvider with on('connected' | 'disconnected') (#279)

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.2-3-x",
17+
"version": "0.50.2-4-x",
1818
"versions": {
19-
"git": "0.50.2-3-x",
19+
"git": "0.50.2-4-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.2-3-x",
21+
"version": "0.50.2-4-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/api": "^12.2.3",
25-
"@polkadot/extension-chains": "0.50.2-3-x",
26-
"@polkadot/extension-dapp": "0.50.2-3-x",
27-
"@polkadot/extension-inject": "0.50.2-3-x",
25+
"@polkadot/extension-chains": "0.50.2-4-x",
26+
"@polkadot/extension-dapp": "0.50.2-4-x",
27+
"@polkadot/extension-inject": "0.50.2-4-x",
2828
"@polkadot/keyring": "^13.0.2",
2929
"@polkadot/networks": "^13.0.2",
3030
"@polkadot/phishing": "^0.23.2",
@@ -40,6 +40,6 @@
4040
},
4141
"devDependencies": {
4242
"@polkadot/dev-test": "^0.79.3",
43-
"@polkadot/extension-mocks": "0.50.2-3-x"
43+
"@polkadot/extension-mocks": "0.50.2-4-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.2-3-x' };
6+
export const packageInfo = { name: '@polkadot/extension-base', path: 'auto', type: 'auto', version: '0.50.2-4-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.2-3-x",
21+
"version": "0.50.2-4-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.50.2-3-x",
24+
"@polkadot/extension-inject": "0.50.2-4-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.2-3-x' };
6+
export const packageInfo = { name: '@polkadot/extension-chains', path: 'auto', type: 'auto', version: '0.50.2-4-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.2-3-x",
21+
"version": "0.50.2-4-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@metamask/detect-provider": "^2.0.0",
25-
"@polkadot/extension-inject": "0.50.2-3-x",
25+
"@polkadot/extension-inject": "0.50.2-4-x",
2626
"@polkadot/types": "^12.2.3",
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.2-3-x' };
6+
export const packageInfo = { name: '@polkadot/extension-compat-metamask', path: 'auto', type: 'auto', version: '0.50.2-4-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.2-3-x",
21+
"version": "0.50.2-4-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.50.2-3-x",
24+
"@polkadot/extension-inject": "0.50.2-4-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.2-3-x' };
6+
export const packageInfo = { name: '@polkadot/extension-dapp', path: 'auto', type: 'auto', version: '0.50.2-4-x' };

0 commit comments

Comments
 (0)