Skip to content

Commit 28a5ac4

Browse files
authored
10.11.3 (#5799)
* 10.11.3 * add space in changelog
1 parent feb652c commit 28a5ac4

File tree

18 files changed

+181
-164
lines changed

18 files changed

+181
-164
lines changed

CHANGELOG.md

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

3+
## 10.11.3 Feb 27, 2023
4+
5+
Contributed:
6+
7+
- Fix sorting of `Option` values and error on duplicates from BTreeSet/BTreeMap (Thanks to https://github.com/Neopallium)
8+
- Fix BEEFY compact signed commitment in versioned finality proofs (Thanks to https://github.com/mfornos)
9+
- Update @substrate/connect (Thanks to https://github.com/kratico)
10+
11+
Changes:
12+
13+
- Bump dev w/ packageDetect adjustments
14+
- Update copyright year
15+
- Bump nock, and dev deps
16+
- Allow `cacheCapacity` option for the `WsProvider`
17+
- Bump yarn
18+
19+
320
## 10.11.2 Dec 18, 2023
421

522
Contributed:

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": "10.11.3-10-x",
17+
"version": "10.11.3",
1818
"versions": {
1919
"git": "10.11.3-10-x",
2020
"npm": "10.11.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": "10.11.3-10-x",
21+
"version": "10.11.3",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.11.3-10-x",
25-
"@polkadot/rpc-augment": "10.11.3-10-x",
26-
"@polkadot/types": "10.11.3-10-x",
27-
"@polkadot/types-augment": "10.11.3-10-x",
28-
"@polkadot/types-codec": "10.11.3-10-x",
24+
"@polkadot/api-base": "10.11.3",
25+
"@polkadot/rpc-augment": "10.11.3",
26+
"@polkadot/types": "10.11.3",
27+
"@polkadot/types-augment": "10.11.3",
28+
"@polkadot/types-codec": "10.11.3",
2929
"@polkadot/util": "^12.6.2",
3030
"tslib": "^2.6.2"
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": "10.11.3-10-x",
21+
"version": "10.11.3",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.11.3-10-x",
25-
"@polkadot/types": "10.11.3-10-x",
24+
"@polkadot/rpc-core": "10.11.3",
25+
"@polkadot/types": "10.11.3",
2626
"@polkadot/util": "^12.6.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.6.2"

packages/api-contract/package.json

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

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

0 commit comments

Comments
 (0)