Skip to content

Commit ac25d07

Browse files
authored
10.3.2 (#5589)
1 parent 82d0bfc commit ac25d07

File tree

19 files changed

+189
-180
lines changed

19 files changed

+189
-180
lines changed

CHANGELOG.md

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

3+
## 10.3.2 Apr 10, 2023
4+
5+
Changes:
6+
7+
- Revert throw on MSB BitVec (`toHuman()` output is still incorrect)
8+
9+
310
## 10.3.1 Apr 9, 2023
411

512
Changes:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.3.1",
17+
"version": "10.3.2",
1818
"versions": {
1919
"git": "10.3.1",
2020
"npm": "10.3.1"
@@ -40,7 +40,7 @@
4040
"test:one": "polkadot-dev-run-test --env node"
4141
},
4242
"devDependencies": {
43-
"@polkadot/dev": "^0.72.38",
43+
"@polkadot/dev": "^0.72.39",
4444
"@polkadot/typegen": "workspace:packages/typegen",
4545
"@types/node": "^18.15.11"
4646
},

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.3.1",
25-
"@polkadot/rpc-augment": "10.3.1",
26-
"@polkadot/types": "10.3.1",
27-
"@polkadot/types-augment": "10.3.1",
28-
"@polkadot/types-codec": "10.3.1",
24+
"@polkadot/api-base": "10.3.2",
25+
"@polkadot/rpc-augment": "10.3.2",
26+
"@polkadot/types": "10.3.2",
27+
"@polkadot/types-augment": "10.3.2",
28+
"@polkadot/types-codec": "10.3.2",
2929
"@polkadot/util": "^11.1.3",
3030
"tslib": "^2.5.0"
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
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.3.1",
25-
"@polkadot/types": "10.3.1",
24+
"@polkadot/rpc-core": "10.3.2",
25+
"@polkadot/types": "10.3.2",
2626
"@polkadot/util": "^11.1.3",
2727
"rxjs": "^7.8.0",
2828
"tslib": "^2.5.0"

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.3.1",
25-
"@polkadot/types": "10.3.1",
26-
"@polkadot/types-codec": "10.3.1",
27-
"@polkadot/types-create": "10.3.1",
24+
"@polkadot/api": "10.3.2",
25+
"@polkadot/types": "10.3.2",
26+
"@polkadot/types-codec": "10.3.2",
27+
"@polkadot/types-create": "10.3.2",
2828
"@polkadot/util": "^11.1.3",
2929
"@polkadot/util-crypto": "^11.1.3",
3030
"rxjs": "^7.8.0",
3131
"tslib": "^2.5.0"
3232
},
3333
"devDependencies": {
34-
"@polkadot/api-augment": "10.3.1",
34+
"@polkadot/api-augment": "10.3.2",
3535
"@polkadot/keyring": "^11.1.3"
3636
}
3737
}

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.3.1",
25-
"@polkadot/api-augment": "10.3.1",
26-
"@polkadot/api-base": "10.3.1",
27-
"@polkadot/rpc-core": "10.3.1",
28-
"@polkadot/types": "10.3.1",
29-
"@polkadot/types-codec": "10.3.1",
24+
"@polkadot/api": "10.3.2",
25+
"@polkadot/api-augment": "10.3.2",
26+
"@polkadot/api-base": "10.3.2",
27+
"@polkadot/rpc-core": "10.3.2",
28+
"@polkadot/types": "10.3.2",
29+
"@polkadot/types-codec": "10.3.2",
3030
"@polkadot/util": "^11.1.3",
3131
"@polkadot/util-crypto": "^11.1.3",
3232
"rxjs": "^7.8.0",
3333
"tslib": "^2.5.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "10.3.1",
37-
"@polkadot/api-augment": "10.3.1",
38-
"@polkadot/rpc-augment": "10.3.1",
39-
"@polkadot/rpc-provider": "10.3.1",
40-
"@polkadot/types-support": "10.3.1"
36+
"@polkadot/api": "10.3.2",
37+
"@polkadot/api-augment": "10.3.2",
38+
"@polkadot/rpc-augment": "10.3.2",
39+
"@polkadot/rpc-provider": "10.3.2",
40+
"@polkadot/types-support": "10.3.2"
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
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "10.3.1",
25-
"@polkadot/api-base": "10.3.1",
26-
"@polkadot/api-derive": "10.3.1",
24+
"@polkadot/api-augment": "10.3.2",
25+
"@polkadot/api-base": "10.3.2",
26+
"@polkadot/api-derive": "10.3.2",
2727
"@polkadot/keyring": "^11.1.3",
28-
"@polkadot/rpc-augment": "10.3.1",
29-
"@polkadot/rpc-core": "10.3.1",
30-
"@polkadot/rpc-provider": "10.3.1",
31-
"@polkadot/types": "10.3.1",
32-
"@polkadot/types-augment": "10.3.1",
33-
"@polkadot/types-codec": "10.3.1",
34-
"@polkadot/types-create": "10.3.1",
35-
"@polkadot/types-known": "10.3.1",
28+
"@polkadot/rpc-augment": "10.3.2",
29+
"@polkadot/rpc-core": "10.3.2",
30+
"@polkadot/rpc-provider": "10.3.2",
31+
"@polkadot/types": "10.3.2",
32+
"@polkadot/types-augment": "10.3.2",
33+
"@polkadot/types-codec": "10.3.2",
34+
"@polkadot/types-create": "10.3.2",
35+
"@polkadot/types-known": "10.3.2",
3636
"@polkadot/util": "^11.1.3",
3737
"@polkadot/util-crypto": "^11.1.3",
3838
"eventemitter3": "^5.0.0",
3939
"rxjs": "^7.8.0",
4040
"tslib": "^2.5.0"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "10.3.1",
44-
"@polkadot/types-support": "10.3.1"
43+
"@polkadot/api-augment": "10.3.2",
44+
"@polkadot/types-support": "10.3.2"
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
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.3.1",
25-
"@polkadot/types": "10.3.1",
26-
"@polkadot/types-codec": "10.3.1",
24+
"@polkadot/rpc-core": "10.3.2",
25+
"@polkadot/types": "10.3.2",
26+
"@polkadot/types-codec": "10.3.2",
2727
"@polkadot/util": "^11.1.3",
2828
"tslib": "^2.5.0"
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
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "10.3.1",
25-
"@polkadot/rpc-provider": "10.3.1",
26-
"@polkadot/types": "10.3.1",
24+
"@polkadot/rpc-augment": "10.3.2",
25+
"@polkadot/rpc-provider": "10.3.2",
26+
"@polkadot/types": "10.3.2",
2727
"@polkadot/util": "^11.1.3",
2828
"rxjs": "^7.8.0",
2929
"tslib": "^2.5.0"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^11.1.3",
33-
"@polkadot/rpc-augment": "10.3.1"
33+
"@polkadot/rpc-augment": "10.3.2"
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
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.3.1",
21+
"version": "10.3.2",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^11.1.3",
25-
"@polkadot/types": "10.3.1",
26-
"@polkadot/types-support": "10.3.1",
25+
"@polkadot/types": "10.3.2",
26+
"@polkadot/types-support": "10.3.2",
2727
"@polkadot/util": "^11.1.3",
2828
"@polkadot/util-crypto": "^11.1.3",
2929
"@polkadot/x-fetch": "^11.1.3",

0 commit comments

Comments
 (0)