Skip to content

Commit 03fe7dc

Browse files
[CI Skip] release/stable 7.5.1
skip-checks: true
1 parent d99abde commit 03fe7dc

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
618 Jaco 2024 (#559)
22
19 Tarik Gul Bump dev to 0.83.2 (#578)
3-
11 Valentin Fernandez bump deps (#595)
3+
12 Valentin Fernandez 7.5.1 (#596)
44
3 rajk93 Added validation checks in PBKDF2 and Scrypt hashing functions (#584)
55
1 Evgeny Fixed type (#121)
66
1 Shunfan Zhou Support sr25519 agreement (#209)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"type": "module",
1717
"version": "7.5.1",
1818
"versions": {
19-
"git": "7.4.2-4-x",
20-
"npm": "7.4.1"
19+
"git": "7.5.1",
20+
"npm": "7.5.1"
2121
},
2222
"workspaces": [
2323
"packages/*"

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.4.2-4-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-bridge', path: 'auto', type: 'auto', version: '7.5.1' };

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

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

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.4.2-4-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '7.5.1' };

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

packages/wasm-util/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-util', path: 'auto', type: 'auto', version: '7.4.2-4-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-util', path: 'auto', type: 'auto', version: '7.5.1' };

0 commit comments

Comments
 (0)