Skip to content

Commit

Permalink
[CI Skip] release/stable 0.56.14
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Jun 27, 2024
1 parent 9934e36 commit 2f5a771
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
3 Alexander Popiak add more spec diffing to the metadata comparison (#284)
3 Bison Brandon Signing-CLI: Add missing special case for immortal transactions (#62)
3 Nathan Whitaker Properly handle pallets with no extrinsics (#496)
2 Alberto Nicolas Penayo 0.56.14 (#549)
2 Ben Bump the version of @polkadot/api (#64)
2 joe petrowski Fix readline import (#73)
2 Marcin Żółkiewski fixed missing nonce (#81)
2 Wil Wade Push the version tag (#467)
2 YJ fix(#41): validate account seed before signing (#144)
1 Alberto Nicolas Penayo updated polkadot/api to 12.0.2 (#548)
1 André Silva api-cli: add option to skip waiting for tx inclusion (#224)
1 Antoine Estienne Add ethereum to cli signer (#220)
1 cheme hash long payload before display. (#158)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type": "module",
"version": "0.56.14",
"versions": {
"git": "0.56.14-0-x",
"npm": "0.56.13"
"git": "0.56.14",
"npm": "0.56.14"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.56.14' };
2 changes: 1 addition & 1 deletion packages/json-serve/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.56.14' };
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.56.14' };
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.56.14' };
2 changes: 1 addition & 1 deletion packages/signer-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/signer-cli', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/signer-cli', path: 'auto', type: 'auto', version: '0.56.14' };
2 changes: 1 addition & 1 deletion packages/vanitygen/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/vanitygen', path: 'auto', type: 'auto', version: '0.56.14-0-x' };
export const packageInfo = { name: '@polkadot/vanitygen', path: 'auto', type: 'auto', version: '0.56.14' };

0 comments on commit 2f5a771

Please sign in to comment.