Skip to content

Commit 35f99d6

Browse files
[CI Skip] release/stable 0.63.4
skip-checks: true
1 parent 40146ec commit 35f99d6

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
@@ -6,14 +6,14 @@
66
3 Bison Brandon Signing-CLI: Add missing special case for immortal transactions (#62)
77
3 Nathan Whitaker Properly handle pallets with no extrinsics (#496)
88
2 Alberto Nicolas Penayo 0.56.14 (#549)
9+
2 Arjun Porwal 0.63.4 (#605)
910
2 Ben Bump the version of @polkadot/api (#64)
1011
2 joe petrowski Fix readline import (#73)
1112
2 Marcin Żółkiewski fixed missing nonce (#81)
1213
2 Wil Wade Push the version tag (#467)
1314
2 YJ fix(#41): validate account seed before signing (#144)
1415
1 André Silva api-cli: add option to skip waiting for tx inclusion (#224)
1516
1 Antoine Estienne Add ethereum to cli signer (#220)
16-
1 Arjun Porwal chore: upgraded deps (#604)
1717
1 cheme hash long payload before display. (#158)
1818
1 Dmitry Selikhov Add RPC types (#271)
1919
1 Foy Savas add support for sudoUncheckedWeight (#262)

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)