Skip to content

Commit fe0886b

Browse files
[CI Skip] release/stable 14.0.1
skip-checks: true
1 parent bac357a commit fe0886b

16 files changed

Lines changed: 17 additions & 17 deletions

File tree

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
13 Carlo Sala feat(networks): add zeitgeist Ledger support (#1840)
44
11 Valentin Fernandez 13.5.7 (#2008)
55
9 Antoine Estienne Add eth uri keyring test (#1291)
6-
8 rajk93 fix(x-randomvalues): prioritize native RN modules over polyfilled crypto (#2013)
6+
9 rajk93 14.0.1 (#2014)
77
6 Amaury Martiny Add tests from Rust (#283)
88
6 Jakub Pánik HydraDX -> Hydration rebrand (#1923)
99
5 Arjun Porwal 13.5.6 (#2004)

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": "14.0.1",
1818
"versions": {
19-
"git": "13.5.10-1-x",
20-
"npm": "13.5.9"
19+
"git": "14.0.1",
20+
"npm": "14.0.1"
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.10-1-x' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '14.0.1' };

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)