Skip to content

Commit 9ab1795

Browse files
authored
0.63.18 (#635)
1 parent b8db115 commit 9ab1795

File tree

9 files changed

+16
-10
lines changed

9 files changed

+16
-10
lines changed

CHANGELOG.md

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

3+
## 0.63.18 Nov 12, 2025
4+
5+
Changes:
6+
- Bump polkadot-js dependencies([#634](https://github.com/polkadot-js/tools/pull/634))
7+
8+
39
## 0.63.17 Oct 22, 2025
410

511
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.18-0-x",
17+
"version": "0.63.18",
1818
"versions": {
1919
"git": "0.63.18-0-x",
2020
"npm": "0.63.17"

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.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-api": "./runcli.mjs"

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.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-json-serve": "./runcli.mjs"

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.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"

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.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-monitor": "./runcli.mjs"

packages/signer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.63.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-signer": "./runcli.mjs"
2222
},
2323
"dependencies": {
2424
"@polkadot/api": "^16.5.2",
25-
"@polkadot/api-cli": "^0.63.18-0-x",
25+
"@polkadot/api-cli": "^0.63.18",
2626
"@polkadot/keyring": "^13.5.8",
2727
"@polkadot/types": "^16.5.2",
2828
"@polkadot/util": "^13.5.8",

packages/vanitygen/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.18-0-x",
18+
"version": "0.63.18",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-vanitygen": "./runcli.mjs"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ __metadata:
634634
languageName: node
635635
linkType: hard
636636

637-
"@polkadot/api-cli@npm:^0.63.18-0-x, @polkadot/api-cli@workspace:packages/api-cli":
637+
"@polkadot/api-cli@npm:^0.63.18, @polkadot/api-cli@workspace:packages/api-cli":
638638
version: 0.0.0-use.local
639639
resolution: "@polkadot/api-cli@workspace:packages/api-cli"
640640
dependencies:
@@ -933,7 +933,7 @@ __metadata:
933933
resolution: "@polkadot/signer-cli@workspace:packages/signer-cli"
934934
dependencies:
935935
"@polkadot/api": "npm:^16.5.2"
936-
"@polkadot/api-cli": "npm:^0.63.18-0-x"
936+
"@polkadot/api-cli": "npm:^0.63.18"
937937
"@polkadot/keyring": "npm:^13.5.8"
938938
"@polkadot/types": "npm:^16.5.2"
939939
"@polkadot/util": "npm:^13.5.8"

0 commit comments

Comments
 (0)