Skip to content

Commit fc69476

Browse files
16.4.4 (#6196)
1 parent bba5241 commit fc69476

File tree

18 files changed

+191
-176
lines changed

18 files changed

+191
-176
lines changed

CHANGELOG.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
11
# CHANGELOG
22

3+
## 16.4.4 Aug 13, 2025
4+
5+
Changes:
6+
7+
- bump polkadot/common to 13.5.5 ([#6195](https://github.com/polkadot-js/api/pull/6195))
8+
9+
310
## 16.4.3 Jul 29, 2025
411

12+
Changes:
13+
514
- Bump @polkadot/common to 13.5.4 ([#6193](https://github.com/polkadot-js/api/pull/6193))
615

716

817
## 16.4.2 Jul 22, 2025
918

10-
- Add validation for cache capacity and TTL in LRUCache ([#6187](https://github.com/polkadot-js/api/pull/6187))
19+
Changes:
20+
21+
- Add validation for cache capacity and TTL in LRUCache ([#6187](https://github.com/polkadot-js/api/pull/6187))
1122

1223

1324
## 16.4.1 Jul 8, 2025
1425

15-
- Update Kusama types to 1.6.0 ([#6175](https://github.com/polkadot-js/api/pull/6175))
16-
- fix(api-contracts): correctly decode pallet_revive events ([#6181](https://github.com/polkadot-js/api/pull/6181))
26+
Changes:
27+
28+
- Update Kusama types to 1.6.0 ([#6175](https://github.com/polkadot-js/api/pull/6175))
29+
- fix(api-contracts): correctly decode pallet_revive events ([#6181](https://github.com/polkadot-js/api/pull/6181))
1730

1831

1932
## 16.3.1 Jul 1, 2025
2033

21-
- Update Substrate types to Polkadot stable2503-5 ([#6172](https://github.com/polkadot-js/api/pull/6172))
22-
- Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 ([#6173](https://github.com/polkadot-js/api/pull/6173))
23-
- Update AssetHub Polkadot types to 1.6.0 ([#6174](https://github.com/polkadot-js/api/pull/6174))
34+
Changes:
35+
36+
- Update Substrate types to Polkadot stable2503-5 ([#6172](https://github.com/polkadot-js/api/pull/6172))
37+
- Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 ([#6173](https://github.com/polkadot-js/api/pull/6173))
38+
- Update AssetHub Polkadot types to 1.6.0 ([#6174](https://github.com/polkadot-js/api/pull/6174))
2439
- Update AssetHub Kusama types to 1.6.0 ([#6176](https://github.com/polkadot-js/api/pull/6176))
25-
- Fix signature issue in signAsync + send flow [#6177](https://github.com/polkadot-js/api/pull/6177)
26-
- Bump @polkadot/common to 13.5.2 ([#6179](https://github.com/polkadot-js/api/pull/6179))
40+
- Fix signature issue in signAsync + send flow [#6177](https://github.com/polkadot-js/api/pull/6177)
41+
- Bump @polkadot/common to 13.5.2 ([#6179](https://github.com/polkadot-js/api/pull/6179))
2742

2843

2944
## 16.2.2 Jun 17, 2025

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.4-0-x",
17+
"version": "16.4.4",
1818
"versions": {
1919
"git": "16.4.4-0-x",
2020
"npm": "16.4.3"

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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "16.4.4-0-x",
25-
"@polkadot/rpc-augment": "16.4.4-0-x",
26-
"@polkadot/types": "16.4.4-0-x",
27-
"@polkadot/types-augment": "16.4.4-0-x",
28-
"@polkadot/types-codec": "16.4.4-0-x",
24+
"@polkadot/api-base": "16.4.4",
25+
"@polkadot/rpc-augment": "16.4.4",
26+
"@polkadot/types": "16.4.4",
27+
"@polkadot/types-augment": "16.4.4",
28+
"@polkadot/types-codec": "16.4.4",
2929
"@polkadot/util": "^13.5.5",
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.4.4-0-x",
25-
"@polkadot/types": "16.4.4-0-x",
24+
"@polkadot/rpc-core": "16.4.4",
25+
"@polkadot/types": "16.4.4",
2626
"@polkadot/util": "^13.5.5",
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.4-0-x",
25-
"@polkadot/api-augment": "16.4.4-0-x",
26-
"@polkadot/types": "16.4.4-0-x",
27-
"@polkadot/types-codec": "16.4.4-0-x",
28-
"@polkadot/types-create": "16.4.4-0-x",
24+
"@polkadot/api": "16.4.4",
25+
"@polkadot/api-augment": "16.4.4",
26+
"@polkadot/types": "16.4.4",
27+
"@polkadot/types-codec": "16.4.4",
28+
"@polkadot/types-create": "16.4.4",
2929
"@polkadot/util": "^13.5.5",
3030
"@polkadot/util-crypto": "^13.5.5",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "16.4.4-0-x",
35+
"@polkadot/api-augment": "16.4.4",
3636
"@polkadot/keyring": "^13.5.5",
37-
"@polkadot/types-support": "16.4.4-0-x"
37+
"@polkadot/types-support": "16.4.4"
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.4.4-0-x",
25-
"@polkadot/api-augment": "16.4.4-0-x",
26-
"@polkadot/api-base": "16.4.4-0-x",
27-
"@polkadot/rpc-core": "16.4.4-0-x",
28-
"@polkadot/types": "16.4.4-0-x",
29-
"@polkadot/types-codec": "16.4.4-0-x",
24+
"@polkadot/api": "16.4.4",
25+
"@polkadot/api-augment": "16.4.4",
26+
"@polkadot/api-base": "16.4.4",
27+
"@polkadot/rpc-core": "16.4.4",
28+
"@polkadot/types": "16.4.4",
29+
"@polkadot/types-codec": "16.4.4",
3030
"@polkadot/util": "^13.5.5",
3131
"@polkadot/util-crypto": "^13.5.5",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "16.4.4-0-x",
37-
"@polkadot/api-augment": "16.4.4-0-x",
38-
"@polkadot/rpc-augment": "16.4.4-0-x",
39-
"@polkadot/rpc-provider": "16.4.4-0-x",
40-
"@polkadot/types-support": "16.4.4-0-x"
36+
"@polkadot/api": "16.4.4",
37+
"@polkadot/api-augment": "16.4.4",
38+
"@polkadot/rpc-augment": "16.4.4",
39+
"@polkadot/rpc-provider": "16.4.4",
40+
"@polkadot/types-support": "16.4.4"
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "16.4.4-0-x",
25-
"@polkadot/api-base": "16.4.4-0-x",
26-
"@polkadot/api-derive": "16.4.4-0-x",
24+
"@polkadot/api-augment": "16.4.4",
25+
"@polkadot/api-base": "16.4.4",
26+
"@polkadot/api-derive": "16.4.4",
2727
"@polkadot/keyring": "^13.5.5",
28-
"@polkadot/rpc-augment": "16.4.4-0-x",
29-
"@polkadot/rpc-core": "16.4.4-0-x",
30-
"@polkadot/rpc-provider": "16.4.4-0-x",
31-
"@polkadot/types": "16.4.4-0-x",
32-
"@polkadot/types-augment": "16.4.4-0-x",
33-
"@polkadot/types-codec": "16.4.4-0-x",
34-
"@polkadot/types-create": "16.4.4-0-x",
35-
"@polkadot/types-known": "16.4.4-0-x",
28+
"@polkadot/rpc-augment": "16.4.4",
29+
"@polkadot/rpc-core": "16.4.4",
30+
"@polkadot/rpc-provider": "16.4.4",
31+
"@polkadot/types": "16.4.4",
32+
"@polkadot/types-augment": "16.4.4",
33+
"@polkadot/types-codec": "16.4.4",
34+
"@polkadot/types-create": "16.4.4",
35+
"@polkadot/types-known": "16.4.4",
3636
"@polkadot/util": "^13.5.5",
3737
"@polkadot/util-crypto": "^13.5.5",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.8.1"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "16.4.4-0-x",
44-
"@polkadot/types-support": "16.4.4-0-x"
43+
"@polkadot/api-augment": "16.4.4",
44+
"@polkadot/types-support": "16.4.4"
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.4.4-0-x",
25-
"@polkadot/types": "16.4.4-0-x",
26-
"@polkadot/types-codec": "16.4.4-0-x",
24+
"@polkadot/rpc-core": "16.4.4",
25+
"@polkadot/types": "16.4.4",
26+
"@polkadot/types-codec": "16.4.4",
2727
"@polkadot/util": "^13.5.5",
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "16.4.4-0-x",
25-
"@polkadot/rpc-provider": "16.4.4-0-x",
26-
"@polkadot/types": "16.4.4-0-x",
24+
"@polkadot/rpc-augment": "16.4.4",
25+
"@polkadot/rpc-provider": "16.4.4",
26+
"@polkadot/types": "16.4.4",
2727
"@polkadot/util": "^13.5.5",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^13.5.5",
33-
"@polkadot/rpc-augment": "16.4.4-0-x"
33+
"@polkadot/rpc-augment": "16.4.4"
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.4-0-x",
21+
"version": "16.4.4",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^13.5.5",
25-
"@polkadot/types": "16.4.4-0-x",
26-
"@polkadot/types-support": "16.4.4-0-x",
25+
"@polkadot/types": "16.4.4",
26+
"@polkadot/types-support": "16.4.4",
2727
"@polkadot/util": "^13.5.5",
2828
"@polkadot/util-crypto": "^13.5.5",
2929
"@polkadot/x-fetch": "^13.5.5",

0 commit comments

Comments
 (0)