Skip to content

Commit 7d252ec

Browse files
[CI Skip] bump/beta 3.8.3-0-x
skip-checks: true
1 parent 3c890a3 commit 7d252ec

File tree

17 files changed

+31
-30
lines changed

17 files changed

+31
-30
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
1 Nantian fix bigint type (#510)
3131
1 Nikhil Ranjan Updated to valid javascript (#271)
3232
1 omahs Fix: typos (#709)
33+
1 Ryan Lee fix: qr-code (#801)
3334
1 Shawn Tabrizi Add a new `notification` setting (#498)
3435
1 Wei Tang Add Kulupu to the network selection list (#254)
3536
1 WoeOm add darwinia ss58 (#379)

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

packages/react-identicon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "3.8.2",
21+
"version": "3.8.3-0-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.0.2",
25-
"@polkadot/ui-settings": "3.8.2",
26-
"@polkadot/ui-shared": "3.8.2",
25+
"@polkadot/ui-settings": "3.8.3-0-x",
26+
"@polkadot/ui-shared": "3.8.3-0-x",
2727
"@polkadot/util": "^13.0.2",
2828
"@polkadot/util-crypto": "^13.0.2",
2929
"ethereum-blockies-base64": "^1.0.2",

packages/react-identicon/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/react-identicon', path: 'auto', type: 'auto', version: '3.8.2' };
6+
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '3.8.3-0-x' };

packages/react-qr/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": "3.8.2",
21+
"version": "3.8.3-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/ui-settings": "3.8.2",
24+
"@polkadot/ui-settings": "3.8.3-0-x",
2525
"@polkadot/util": "^13.0.2",
2626
"@polkadot/util-crypto": "^13.0.2",
2727
"@zxing/browser": "^0.1.5",

packages/react-qr/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/react-qr', path: 'auto', type: 'auto', version: '3.8.2' };
6+
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '3.8.3-0-x' };

packages/reactnative-identicon/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": "3.8.2",
21+
"version": "3.8.3-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/ui-shared": "3.8.2",
24+
"@polkadot/ui-shared": "3.8.3-0-x",
2525
"@polkadot/util": "^13.0.2",
2626
"@polkadot/util-crypto": "^13.0.2",
2727
"react-native-svg": "^14.1.0",

packages/reactnative-identicon/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/reactnative-identicon', path: 'auto', type: 'auto', version: '3.8.2' };
6+
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '3.8.3-0-x' };

packages/ui-keyring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./packageDetect.cjs"
1818
],
1919
"type": "module",
20-
"version": "3.8.2",
20+
"version": "3.8.3-0-x",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@polkadot/keyring": "^13.0.2",
24-
"@polkadot/ui-settings": "3.8.2",
24+
"@polkadot/ui-settings": "3.8.3-0-x",
2525
"@polkadot/util": "^13.0.2",
2626
"@polkadot/util-crypto": "^13.0.2",
2727
"mkdirp": "^3.0.1",

packages/ui-keyring/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/ui-keyring', path: 'auto', type: 'auto', version: '3.8.2' };
6+
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '3.8.3-0-x' };

0 commit comments

Comments
 (0)