Skip to content

Commit bab1eda

Browse files
[CI Skip] release/stable 0.63.1
skip-checks: true
1 parent f55c846 commit bab1eda

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Diff for: CONTRIBUTORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
2 Ben Bump the version of @polkadot/api (#64)
99
2 joe petrowski Fix readline import (#73)
1010
2 Marcin Żółkiewski fixed missing nonce (#81)
11+
2 Valentin Fernandez 0.63.1 (#599)
1112
2 Wil Wade Push the version tag (#467)
1213
2 YJ fix(#41): validate account seed before signing (#144)
1314
1 André Silva api-cli: add option to skip waiting for tx inclusion (#224)
@@ -19,5 +20,4 @@
1920
1 Pierre Besson add example to explicit the automatic parsing of JSON arguments by the CLI fix fix #275 (#276)
2021
1 Serban Iorga [api-cli] Avoid infinite wait on failed txs (#515)
2122
1 Stefanie Doll Add support for v4 metadata (#23)
22-
1 Svyatoslav Nikolsky Added nonce argument to polkadot-js-api (#511)
23-
1 Valentin Fernandez Upgrade polkadotJS deps (#598)
23+
1 Svyatoslav Nikolsky Added nonce argument to polkadot-js-api (#511)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"type": "module",
1717
"version": "0.63.1",
1818
"versions": {
19-
"git": "0.62.3-1-x",
20-
"npm": "0.62.2"
19+
"git": "0.63.1",
20+
"npm": "0.63.1"
2121
},
2222
"workspaces": [
2323
"packages/*"

Diff for: packages/api-cli/src/packageInfo.ts

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

Diff for: packages/json-serve/src/packageInfo.ts

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

Diff for: packages/metadata-cmp/src/packageInfo.ts

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

Diff for: packages/monitor-rpc/src/packageInfo.ts

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

Diff for: packages/signer-cli/src/packageInfo.ts

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

Diff for: packages/vanitygen/src/packageInfo.ts

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

0 commit comments

Comments
 (0)