Skip to content

Commit 2f2ed0b

Browse files
[CI Skip] release/stable 0.63.15
skip-checks: true
1 parent fcedbfa commit 2f2ed0b

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
@@ -1,6 +1,6 @@
11
483 Jaco 2024 (#514)
22
76 Tarik Gul Set metadata cli to use v15, and add --legacy flag (#597)
3-
22 Arjun Porwal Bump polkadot deps (#628)
3+
23 Arjun Porwal 0.63.15 (#629)
44
6 Valentin Fernandez v0.63.3 (#603)
55
5 Peter Goodspeed-Niklaus Disable yargs behavior to optimistically parse number-seeming arguments (#108)
66
3 Alexander Popiak add more spec diffing to the metadata comparison (#284)

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.15",
1818
"versions": {
19-
"git": "0.63.15-0-x",
20-
"npm": "0.63.14"
19+
"git": "0.63.15",
20+
"npm": "0.63.15"
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.15-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.63.15' };

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

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

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

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

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

0 commit comments

Comments
 (0)