Skip to content

Commit eb014d6

Browse files
[CI Skip] bump/beta 0.48.3-2-x
skip-checks: true
1 parent 727c616 commit eb014d6

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
@@ -4,6 +4,7 @@
44
7 Ivan Rukhavets Mention derivation in FAQ (#334)
55
4 Amaury Martiny PostMessageProvider with on('connected' | 'disconnected') (#279)
66
3 Antoine Estienne Add eth test for extension signature (#909)
7+
3 Ryan Lee chore: update module resolution to bundler (#1387)
78
2 Axel Chalon Add typings to messages (#130)
89
2 Bartłomiej Rutkowski Allow account creation by derivation from existing one (#296)
910
2 carumusan Support ipfs and ipns urls (#667)
@@ -12,7 +13,6 @@
1213
2 joe petrowski add plasm (#462)
1314
2 Kami Rename getAllMetatdata to getAllMetadata (#1168)
1415
2 Remon Nashid Prevent unauthorized apps from abusing pub(authorize.tab) request (#686)
15-
2 Ryan Lee feat(extension-ui): extrinsic asset id (#1331)
1616
2 Shawn Tabrizi Add configurable notifications (#767)
1717
2 Sonal Banerjii Add Bengali translation (#1049)
1818
2 WoeOm add darwinia network (#493)

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.48.3-1-x",
17+
"version": "0.48.3-2-x",
1818
"versions": {
19-
"git": "0.48.3-1-x",
19+
"git": "0.48.3-2-x",
2020
"npm": "0.48.2"
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.48.3-1-x",
21+
"version": "0.48.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/api": "^12.0.2",
25-
"@polkadot/extension-chains": "0.48.3-1-x",
26-
"@polkadot/extension-dapp": "0.48.3-1-x",
27-
"@polkadot/extension-inject": "0.48.3-1-x",
25+
"@polkadot/extension-chains": "0.48.3-2-x",
26+
"@polkadot/extension-dapp": "0.48.3-2-x",
27+
"@polkadot/extension-inject": "0.48.3-2-x",
2828
"@polkadot/keyring": "^12.6.2",
2929
"@polkadot/networks": "^12.6.2",
3030
"@polkadot/phishing": "^0.22.10",
@@ -40,6 +40,6 @@
4040
},
4141
"devDependencies": {
4242
"@polkadot/dev-test": "^0.79.3",
43-
"@polkadot/extension-mocks": "0.48.3-1-x"
43+
"@polkadot/extension-mocks": "0.48.3-2-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.48.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/extension-base', path: 'auto', type: 'auto', version: '0.48.3-2-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.48.3-1-x",
21+
"version": "0.48.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.48.3-1-x",
24+
"@polkadot/extension-inject": "0.48.3-2-x",
2525
"@polkadot/networks": "^12.6.2",
2626
"@polkadot/util": "^12.6.2",
2727
"@polkadot/util-crypto": "^12.6.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.48.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/extension-chains', path: 'auto', type: 'auto', version: '0.48.3-2-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.48.3-1-x",
21+
"version": "0.48.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@metamask/detect-provider": "^2.0.0",
25-
"@polkadot/extension-inject": "0.48.3-1-x",
25+
"@polkadot/extension-inject": "0.48.3-2-x",
2626
"@polkadot/types": "^12.0.2",
2727
"@polkadot/util": "^12.6.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.48.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/extension-compat-metamask', path: 'auto', type: 'auto', version: '0.48.3-2-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.48.3-1-x",
21+
"version": "0.48.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/extension-inject": "0.48.3-1-x",
24+
"@polkadot/extension-inject": "0.48.3-2-x",
2525
"@polkadot/util": "^12.6.2",
2626
"@polkadot/util-crypto": "^12.6.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.48.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/extension-dapp', path: 'auto', type: 'auto', version: '0.48.3-2-x' };

0 commit comments

Comments
 (0)