Skip to content

Commit 0478403

Browse files
[CI Skip] release/stable 13.5.6
skip-checks: true
1 parent 3fbf0b9 commit 0478403

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
9 Valentin Fernandez Bump `@polkadot/wasm` deps (#2002)
66
6 Amaury Martiny Add tests from Rust (#283)
77
6 Jakub Pánik HydraDX -> Hydration rebrand (#1923)
8+
5 Arjun Porwal 13.5.6 (#2004)
89
5 kwingram25 Add BN consts and timeToString (#610)
910
4 Adam Dossa Update Polymesh Genesis Hash (#1193)
10-
4 Arjun Porwal 13.5.4 (#1999)
1111
4 pan add bifrost kusama (#1626)
1212
3 Luke Schoen docs: Fix example in readme since we use default imports (#243)
1313
3 rajk93 13.5.3 (#1996)

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": "13.5.6",
1818
"versions": {
19-
"git": "13.5.6-2-x",
20-
"npm": "13.5.5"
19+
"git": "13.5.6",
20+
"npm": "13.5.6"
2121
},
2222
"workspaces": [
2323
"packages/*"

packages/hw-ledger-transports/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/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.5.6-2-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.5.6' };

packages/hw-ledger/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/hw-ledger', path: 'auto', type: 'auto', version: '13.5.6-2-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.5.6' };

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

packages/networks/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/networks', path: 'auto', type: 'auto', version: '13.5.6-2-x' };
6+
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.5.6' };

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

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

packages/x-bigint/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/x-bigint', path: 'auto', type: 'auto', version: '13.5.6-2-x' };
6+
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '13.5.6' };

packages/x-bundle/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/x-bundle', path: 'auto', type: 'auto', version: '13.5.6-2-x' };
6+
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '13.5.6' };

0 commit comments

Comments
 (0)