Skip to content

Commit 1d28f99

Browse files
authored
15.5.1 (#6080)
1 parent b132f64 commit 1d28f99

File tree

18 files changed

+188
-169
lines changed

18 files changed

+188
-169
lines changed

CHANGELOG.md

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

3-
## 15.4.1 Jan 20, 2024
3+
## 15.5.1 Jan 27, 2025
4+
5+
Contributed:
6+
7+
- Add `offchain_localStorageClear` RPC method ([#6070](https://github.com/polkadot-js/api/pull/6070)) (Thanks to https://github.com/khssnv)
8+
9+
Changes:
10+
11+
- Update polkadot, kusama types-support for rpc, and ver ([#6078](https://github.com/polkadot-js/api/pull/6078))
12+
- Update Asset-Hub types-support rpc, and ver ([#6077](https://github.com/polkadot-js/api/pull/6077))
13+
- Patch typegen query to prevent it from adding invalid import ([#6073](https://github.com/polkadot-js/api/pull/6073))
14+
- Extend `GenericAccountId` description ([#6072](https://github.com/polkadot-js/api/pull/6072))
15+
16+
## 15.4.1 Jan 20, 2025
17+
18+
Changes:
419

520
- Allow api.derive.accounts.identity() to obtain SubIdentities ([#6066](https://github.com/polkadot-js/api/pull/6066))
621
- Adds a new field `subs` to the `DeriveAccountRegistration` output of `api.derive.accounts.identity()`
@@ -9,15 +24,19 @@
924
- Increases performance of the test-runner, both locally, and in the CI
1025

1126

12-
## 15.3.1 Jan 11, 2024
27+
## 15.3.1 Jan 11, 2025
28+
29+
Changes:
1330

1431
- Set typegen scripts for Docs to use v15 ([#6060](https://github.com/polkadot-js/api/pull/6060))
1532
- Add Asset hub options to polkadot-types-internal-metadata ([#6062](https://github.com/polkadot-js/api/pull/6062))
1633
- Add metadataVer cli arg for polkadot-types-internal-metadata, and ensure backwards compatibility with v14 ([#](https://github.com/polkadot-js/api/pull/6063))
1734
- This adds `--metadataVer` to `polkadot-types-internal-metadata`. It is meant to be used along side `--endpoint` which will allow for the use of metadata versions above v14.
1835

1936

20-
## 15.2.1 Jan 6, 2024
37+
## 15.2.1 Jan 6, 2025
38+
39+
Changes:
2140

2241
- Give compatibility for nodejs v22
2342
- Update common to 13.3.1 ([#6057](https://github.com/polkadot-js/api/pull/6057))

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.4.2-4-x",
17+
"version": "15.5.1",
1818
"versions": {
1919
"git": "15.4.2-4-x",
2020
"npm": "15.4.1"

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

0 commit comments

Comments
 (0)