Skip to content

Commit eeb7477

Browse files
authored
16.4.7 (#6209)
1 parent 5885092 commit eeb7477

File tree

18 files changed

+176
-168
lines changed

18 files changed

+176
-168
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+
## 16.4.7 Sep 15, 2025
4+
5+
Changes:
6+
7+
- fix: Set Statemint xcm types to v4 to patch decoding ([#6208](https://github.com/polkadot-js/api/pull/6208))
8+
- fix: Handle optional chaining for claimed rewards in staker rewards functions ([#6205](https://github.com/polkadot-js/api/pull/6205))
9+
10+
311
## 16.4.6 Aug 26, 2025
412

513
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": "16.4.7-1-x",
17+
"version": "16.4.7",
1818
"versions": {
1919
"git": "16.4.7-1-x",
2020
"npm": "16.4.6"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "16.4.7-1-x",
25-
"@polkadot/rpc-augment": "16.4.7-1-x",
26-
"@polkadot/types": "16.4.7-1-x",
27-
"@polkadot/types-augment": "16.4.7-1-x",
28-
"@polkadot/types-codec": "16.4.7-1-x",
24+
"@polkadot/api-base": "16.4.7",
25+
"@polkadot/rpc-augment": "16.4.7",
26+
"@polkadot/types": "16.4.7",
27+
"@polkadot/types-augment": "16.4.7",
28+
"@polkadot/types-codec": "16.4.7",
2929
"@polkadot/util": "^13.5.6",
3030
"tslib": "^2.8.1"
3131
}

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.4.7-1-x",
25-
"@polkadot/types": "16.4.7-1-x",
24+
"@polkadot/rpc-core": "16.4.7",
25+
"@polkadot/types": "16.4.7",
2626
"@polkadot/util": "^13.5.6",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.1"

packages/api-contract/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.7-1-x",
25-
"@polkadot/api-augment": "16.4.7-1-x",
26-
"@polkadot/types": "16.4.7-1-x",
27-
"@polkadot/types-codec": "16.4.7-1-x",
28-
"@polkadot/types-create": "16.4.7-1-x",
24+
"@polkadot/api": "16.4.7",
25+
"@polkadot/api-augment": "16.4.7",
26+
"@polkadot/types": "16.4.7",
27+
"@polkadot/types-codec": "16.4.7",
28+
"@polkadot/types-create": "16.4.7",
2929
"@polkadot/util": "^13.5.6",
3030
"@polkadot/util-crypto": "^13.5.6",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "16.4.7-1-x",
35+
"@polkadot/api-augment": "16.4.7",
3636
"@polkadot/keyring": "^13.5.6",
37-
"@polkadot/types-support": "16.4.7-1-x"
37+
"@polkadot/types-support": "16.4.7"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.7-1-x",
25-
"@polkadot/api-augment": "16.4.7-1-x",
26-
"@polkadot/api-base": "16.4.7-1-x",
27-
"@polkadot/rpc-core": "16.4.7-1-x",
28-
"@polkadot/types": "16.4.7-1-x",
29-
"@polkadot/types-codec": "16.4.7-1-x",
24+
"@polkadot/api": "16.4.7",
25+
"@polkadot/api-augment": "16.4.7",
26+
"@polkadot/api-base": "16.4.7",
27+
"@polkadot/rpc-core": "16.4.7",
28+
"@polkadot/types": "16.4.7",
29+
"@polkadot/types-codec": "16.4.7",
3030
"@polkadot/util": "^13.5.6",
3131
"@polkadot/util-crypto": "^13.5.6",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "16.4.7-1-x",
37-
"@polkadot/api-augment": "16.4.7-1-x",
38-
"@polkadot/rpc-augment": "16.4.7-1-x",
39-
"@polkadot/rpc-provider": "16.4.7-1-x",
40-
"@polkadot/types-support": "16.4.7-1-x"
36+
"@polkadot/api": "16.4.7",
37+
"@polkadot/api-augment": "16.4.7",
38+
"@polkadot/rpc-augment": "16.4.7",
39+
"@polkadot/rpc-provider": "16.4.7",
40+
"@polkadot/types-support": "16.4.7"
4141
}
4242
}

packages/api/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "16.4.7-1-x",
25-
"@polkadot/api-base": "16.4.7-1-x",
26-
"@polkadot/api-derive": "16.4.7-1-x",
24+
"@polkadot/api-augment": "16.4.7",
25+
"@polkadot/api-base": "16.4.7",
26+
"@polkadot/api-derive": "16.4.7",
2727
"@polkadot/keyring": "^13.5.6",
28-
"@polkadot/rpc-augment": "16.4.7-1-x",
29-
"@polkadot/rpc-core": "16.4.7-1-x",
30-
"@polkadot/rpc-provider": "16.4.7-1-x",
31-
"@polkadot/types": "16.4.7-1-x",
32-
"@polkadot/types-augment": "16.4.7-1-x",
33-
"@polkadot/types-codec": "16.4.7-1-x",
34-
"@polkadot/types-create": "16.4.7-1-x",
35-
"@polkadot/types-known": "16.4.7-1-x",
28+
"@polkadot/rpc-augment": "16.4.7",
29+
"@polkadot/rpc-core": "16.4.7",
30+
"@polkadot/rpc-provider": "16.4.7",
31+
"@polkadot/types": "16.4.7",
32+
"@polkadot/types-augment": "16.4.7",
33+
"@polkadot/types-codec": "16.4.7",
34+
"@polkadot/types-create": "16.4.7",
35+
"@polkadot/types-known": "16.4.7",
3636
"@polkadot/util": "^13.5.6",
3737
"@polkadot/util-crypto": "^13.5.6",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.8.1"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "16.4.7-1-x",
44-
"@polkadot/types-support": "16.4.7-1-x"
43+
"@polkadot/api-augment": "16.4.7",
44+
"@polkadot/types-support": "16.4.7"
4545
}
4646
}

packages/rpc-augment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.4.7-1-x",
25-
"@polkadot/types": "16.4.7-1-x",
26-
"@polkadot/types-codec": "16.4.7-1-x",
24+
"@polkadot/rpc-core": "16.4.7",
25+
"@polkadot/types": "16.4.7",
26+
"@polkadot/types-codec": "16.4.7",
2727
"@polkadot/util": "^13.5.6",
2828
"tslib": "^2.8.1"
2929
}

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "16.4.7-1-x",
25-
"@polkadot/rpc-provider": "16.4.7-1-x",
26-
"@polkadot/types": "16.4.7-1-x",
24+
"@polkadot/rpc-augment": "16.4.7",
25+
"@polkadot/rpc-provider": "16.4.7",
26+
"@polkadot/types": "16.4.7",
2727
"@polkadot/util": "^13.5.6",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^13.5.6",
33-
"@polkadot/rpc-augment": "16.4.7-1-x"
33+
"@polkadot/rpc-augment": "16.4.7"
3434
}
3535
}

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "16.4.7-1-x",
21+
"version": "16.4.7",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.5.6",
25-
"@polkadot/types": "16.4.7-1-x",
26-
"@polkadot/types-support": "16.4.7-1-x",
25+
"@polkadot/types": "16.4.7",
26+
"@polkadot/types-support": "16.4.7",
2727
"@polkadot/util": "^13.5.6",
2828
"@polkadot/util-crypto": "^13.5.6",
2929
"@polkadot/x-fetch": "^13.5.6",

0 commit comments

Comments
 (0)