Skip to content

Commit

Permalink
[CI Skip] release/stable 0.53.8
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 1, 2023
1 parent 3df81e2 commit 9f8497a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
455 Jaco Add repo dev req. for Node.js (#478)
456 Jaco 0.53.8 (#479)
5 Peter Goodspeed-Niklaus Disable yargs behavior to optimistically parse number-seeming arguments (#108)
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)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/polkadot-js/tools/issues",
"engine-strict": true,
"engines": {
"node": ">=18.14"
},
Expand All @@ -17,8 +16,8 @@
"type": "module",
"version": "0.53.8",
"versions": {
"git": "0.53.8-1-x",
"npm": "0.53.7"
"git": "0.53.8",
"npm": "0.53.8"
},
"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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.53.8' };
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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.53.8' };
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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.53.8' };
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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.53.8' };
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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/signer-cli', path: 'auto', type: 'auto', version: '0.53.8' };
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.53.8-1-x' };
export const packageInfo = { name: '@polkadot/vanitygen', path: 'auto', type: 'auto', version: '0.53.8' };

0 comments on commit 9f8497a

Please sign in to comment.