Skip to content

Commit 13129fa

Browse files
[CI Skip] bump/beta 0.63.2-0-x
skip-checks: true
1 parent 97437c6 commit 13129fa

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
3 Alexander Popiak add more spec diffing to the metadata comparison (#284)
55
3 Bison Brandon Signing-CLI: Add missing special case for immortal transactions (#62)
66
3 Nathan Whitaker Properly handle pallets with no extrinsics (#496)
7+
3 Valentin Fernandez Bump deps (#600)
78
2 Alberto Nicolas Penayo 0.56.14 (#549)
89
2 Ben Bump the version of @polkadot/api (#64)
910
2 joe petrowski Fix readline import (#73)
1011
2 Marcin Żółkiewski fixed missing nonce (#81)
11-
2 Valentin Fernandez 0.63.1 (#599)
1212
2 Wil Wade Push the version tag (#467)
1313
2 YJ fix(#41): validate account seed before signing (#144)
1414
1 André Silva api-cli: add option to skip waiting for tx inclusion (#224)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.63.1",
17+
"version": "0.63.2-0-x",
1818
"versions": {
19-
"git": "0.63.1",
19+
"git": "0.63.2-0-x",
2020
"npm": "0.63.1"
2121
},
2222
"workspaces": [

packages/api-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.63.1",
18+
"version": "0.63.2-0-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-api": "./runcli.mjs"

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

packages/json-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.63.1",
18+
"version": "0.63.2-0-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-json-serve": "./runcli.mjs"

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

packages/metadata-cmp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.63.1",
18+
"version": "0.63.2-0-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"

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

packages/monitor-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.63.1",
18+
"version": "0.63.2-0-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-monitor": "./runcli.mjs"

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

0 commit comments

Comments
 (0)