Skip to content

Commit 6a903db

Browse files
prepare 15.6.1 release (#6097)
1 parent d67bcd4 commit 6a903db

File tree

18 files changed

+180
-170
lines changed

18 files changed

+180
-170
lines changed

CHANGELOG.md

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

3+
## 15.6.1 Feb 17, 2025
4+
5+
Changes:
6+
7+
- Log Http/Ws request on error [#6091](https://github.com/polkadot-js/api/pull/6091)
8+
- Only identify Struct as empty when it has no keys. [#6092](https://github.com/polkadot-js/api/pull/6092)
9+
- Check for api.query.identity in getSubIdentities [#6093](https://github.com/polkadot-js/api/pull/6093)
10+
- Upgrade common to 13.4.3 [#6095](https://github.com/polkadot-js/api/pull/6095)
11+
12+
313
## 15.5.2 Feb 3, 2025
414

515
Changes:
@@ -266,7 +276,7 @@ Contributed:
266276

267277
Changes:
268278

269-
- Update Augmented types for polkadot 1002005
279+
- Update Augmented types for polkadot 1002005
270280
- Update Augmented types for kusama 1002006
271281
- Note: This removes type support for the Identity pallet for Kusama, and stateTrieMigration
272282
- Update upgrade blocks for {Kusama, Polkadot}
@@ -398,7 +408,7 @@ Contributed:
398408
Changes:
399409

400410
- Upgrade westend types-known for 1009000
401-
- Add `disableAscii` option for toHuman, and toPrimitive
411+
- Add `disableAscii` option for toHuman, and toPrimitive
402412
- V14 Update substrate latest metadata
403413
- V15 Update substrate latest metadata
404414
- Bump yarn to 4.1.1
@@ -422,7 +432,7 @@ Contributed:
422432
Changes:
423433

424434
- Upgrade westend types-known for 1009000
425-
- Add `disableAscii` option for toHuman, and toPrimitive
435+
- Add `disableAscii` option for toHuman, and toPrimitive
426436
- V14 Update substrate latest metadata
427437
- V15 Update substrate latest metadata
428438
- Bump yarn to 4.1.1
@@ -458,7 +468,7 @@ Changes:
458468
- Fix invalid Lookup assignment on augmentation and update polkadot and kusama metadata
459469
- Update polkadot runtime upgrade per block
460470
- Update kusama runtime upgrade per block
461-
- Update westend runtime upgrade per block
471+
- Update westend runtime upgrade per block
462472

463473
## 10.12.2 Mar 11, 2024
464474

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": "15.5.3-3-x",
17+
"version": "15.6.1",
1818
"versions": {
1919
"git": "15.5.3-3-x",
2020
"npm": "15.5.2"

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

0 commit comments

Comments
 (0)