Skip to content

Commit f71573c

Browse files
0.63.2 (#601)
1 parent 13129fa commit f71573c

File tree

15 files changed

+24
-16
lines changed

15 files changed

+24
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 0.63.2 Feb 18, 2025
4+
5+
Changes:
6+
- Bump polkadotJS deps([#600](https://github.com/polkadot-js/tools/pull/600)):
7+
- api to 15.6.1
8+
- common to 13.4.3
9+
10+
311
## 0.63.1 Feb 4, 2025
412

513
Breaking Changes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.63.2-0-x",
17+
"version": "0.63.2",
1818
"versions": {
1919
"git": "0.63.2-0-x",
2020
"npm": "0.63.1"

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

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

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

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

0 commit comments

Comments
 (0)