Skip to content

Commit 85350b1

Browse files
[CI Skip] release/stable 7.1.2
skip-checks: true
1 parent fcc48bf commit 85350b1

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,4 +1,4 @@
1-
576 Jaco Bump common (#514)
1+
577 Jaco 7.1.2 (#515)
22
1 Evgeny Fixed type (#121)
33
1 Shunfan Zhou Support sr25519 agreement (#209)
44
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.1.2",
1818
"versions": {
19-
"git": "7.1.2-0-x",
20-
"npm": "7.1.1"
19+
"git": "7.1.2",
20+
"npm": "7.1.2"
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.1.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-bridge', path: 'auto', type: 'auto', version: '7.1.2' };

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

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

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

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

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.1.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/wasm-util', path: 'auto', type: 'auto', version: '7.1.2' };

0 commit comments

Comments
 (0)