Skip to content

Commit acc07b9

Browse files
[CI Skip] release/stable 7.4.1
skip-checks: true
1 parent bc572b1 commit acc07b9

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,5 +1,5 @@
11
618 Jaco 2024 (#559)
2-
12 Tarik Gul Bump dev to 0.81.2 (#571)
2+
13 Tarik Gul 7.4.1 (#572)
33
1 Evgeny Fixed type (#121)
44
1 Shunfan Zhou Support sr25519 agreement (#209)
55
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
@@ -16,8 +16,8 @@
1616
"type": "module",
1717
"version": "7.4.1",
1818
"versions": {
19-
"git": "7.3.3-16-x",
20-
"npm": "7.3.2"
19+
"git": "7.4.1",
20+
"npm": "7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-bridge', path: 'auto', type: 'auto', version: '7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: 'auto', type: 'auto', version: '7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-init', path: 'auto', type: 'auto', version: '7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: 'auto', type: 'auto', version: '7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-crypto', path: 'auto', type: 'auto', version: '7.4.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.3.3-16-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-util', path: 'auto', type: 'auto', version: '7.4.1' };

0 commit comments

Comments
 (0)