Skip to content

Commit 9c66110

Browse files
[CI Skip] bump/beta 7.5.4-0-x
skip-checks: true
1 parent dc34df3 commit 9c66110

File tree

15 files changed

+42
-42
lines changed

15 files changed

+42
-42
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
618 Jaco 2024 (#559)
22
19 Tarik Gul Bump dev to 0.83.2 (#578)
33
12 Valentin Fernandez 7.5.1 (#596)
4-
8 rajk93 7.5.3 (#604)
4+
9 rajk93 chore: bump polkadot dependencies (#605)
55
1 Evgeny Fixed type (#121)
66
1 Shunfan Zhou Support sr25519 agreement (#209)
77
1 Steve Degosserie Expose Schnorrkel's VRF capabilities (#170)

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

packages/wasm-bridge/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": "7.5.3",
21+
"version": "7.5.4-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/wasm-util": "7.5.3",
24+
"@polkadot/wasm-util": "7.5.4-0-x",
2525
"tslib": "^2.7.0"
2626
},
2727
"devDependencies": {

packages/wasm-bridge/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/wasm-bridge', path: 'auto', type: 'auto', version: '7.5.3' };
6+
export const packageInfo = { name: '@polkadot/wasm-bridge', path: 'auto', type: 'auto', version: '7.5.4-0-x' };

packages/wasm-crypto-asmjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "7.5.3",
21+
"version": "7.5.4-0-x",
2222
"main": "index.js",
2323
"dependencies": {
2424
"tslib": "^2.7.0"

packages/wasm-crypto-asmjs/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/wasm-crypto-asmjs', path: 'auto', type: 'auto', version: '7.5.3' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: 'auto', type: 'auto', version: '7.5.4-0-x' };

packages/wasm-crypto-init/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "7.5.3",
21+
"version": "7.5.4-0-x",
2222
"browser": "wasm.js",
2323
"main": "wasm.js",
2424
"react-native": "asm.js",
2525
"dependencies": {
26-
"@polkadot/wasm-bridge": "7.5.3",
27-
"@polkadot/wasm-crypto-asmjs": "7.5.3",
28-
"@polkadot/wasm-crypto-wasm": "7.5.3",
29-
"@polkadot/wasm-util": "7.5.3",
26+
"@polkadot/wasm-bridge": "7.5.4-0-x",
27+
"@polkadot/wasm-crypto-asmjs": "7.5.4-0-x",
28+
"@polkadot/wasm-crypto-wasm": "7.5.4-0-x",
29+
"@polkadot/wasm-util": "7.5.4-0-x",
3030
"tslib": "^2.7.0"
3131
},
3232
"devDependencies": {

packages/wasm-crypto-init/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/wasm-crypto-init', path: 'auto', type: 'auto', version: '7.5.3' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-init', path: 'auto', type: 'auto', version: '7.5.4-0-x' };

packages/wasm-crypto-wasm/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": "7.5.3",
21+
"version": "7.5.4-0-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/wasm-util": "7.5.3",
24+
"@polkadot/wasm-util": "7.5.4-0-x",
2525
"tslib": "^2.7.0"
2626
},
2727
"devDependencies": {

packages/wasm-crypto-wasm/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/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '7.5.3' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '7.5.4-0-x' };

0 commit comments

Comments
 (0)