Skip to content

Commit 23c23a8

Browse files
authored
8.4.2 (#4828)
1 parent 3d8ba0f commit 23c23a8

File tree

19 files changed

+179
-171
lines changed

19 files changed

+179
-171
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+
## 8.4.2 May 15, 2022
4+
5+
Changes:
6+
7+
- Expand/fix TS typings for `MortalEra.{birth, death}(...)`
8+
9+
310
## 8.4.1 May 14, 2022
411

512
Changes:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "8.4.1",
14+
"version": "8.4.2",
1515
"workspaces": [
1616
"packages/*"
1717
],
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.17.10",
3535
"@babel/register": "^7.17.7",
3636
"@babel/runtime": "^7.17.9",
37-
"@polkadot/dev": "^0.66.22",
37+
"@polkadot/dev": "^0.66.23",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.5.1",
4040
"copyfiles": "^2.4.1"

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api-base": "8.4.1",
28-
"@polkadot/rpc-augment": "8.4.1",
29-
"@polkadot/types": "8.4.1",
30-
"@polkadot/types-augment": "8.4.1",
31-
"@polkadot/types-codec": "8.4.1",
27+
"@polkadot/api-base": "8.4.2",
28+
"@polkadot/rpc-augment": "8.4.2",
29+
"@polkadot/types": "8.4.2",
30+
"@polkadot/types-augment": "8.4.2",
31+
"@polkadot/types-codec": "8.4.2",
3232
"@polkadot/util": "^9.2.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/types-support": "8.4.1"
35+
"@polkadot/types-support": "8.4.2"
3636
}
3737
}

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/rpc-core": "8.4.1",
28-
"@polkadot/types": "8.4.1",
27+
"@polkadot/rpc-core": "8.4.2",
28+
"@polkadot/types": "8.4.2",
2929
"@polkadot/util": "^9.2.1",
3030
"rxjs": "^7.5.5"
3131
}

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api": "8.4.1",
28-
"@polkadot/types": "8.4.1",
29-
"@polkadot/types-codec": "8.4.1",
30-
"@polkadot/types-create": "8.4.1",
27+
"@polkadot/api": "8.4.2",
28+
"@polkadot/types": "8.4.2",
29+
"@polkadot/types-codec": "8.4.2",
30+
"@polkadot/types-create": "8.4.2",
3131
"@polkadot/util": "^9.2.1",
3232
"@polkadot/util-crypto": "^9.2.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "8.4.1",
36+
"@polkadot/api-augment": "8.4.2",
3737
"@polkadot/keyring": "^9.2.1"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api": "8.4.1",
28-
"@polkadot/api-augment": "8.4.1",
29-
"@polkadot/api-base": "8.4.1",
30-
"@polkadot/rpc-core": "8.4.1",
31-
"@polkadot/types": "8.4.1",
32-
"@polkadot/types-codec": "8.4.1",
27+
"@polkadot/api": "8.4.2",
28+
"@polkadot/api-augment": "8.4.2",
29+
"@polkadot/api-base": "8.4.2",
30+
"@polkadot/rpc-core": "8.4.2",
31+
"@polkadot/types": "8.4.2",
32+
"@polkadot/types-codec": "8.4.2",
3333
"@polkadot/util": "^9.2.1",
3434
"@polkadot/util-crypto": "^9.2.1",
3535
"rxjs": "^7.5.5"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "8.4.1",
39-
"@polkadot/api-augment": "8.4.1",
40-
"@polkadot/rpc-augment": "8.4.1",
41-
"@polkadot/rpc-provider": "8.4.1",
42-
"@polkadot/types-support": "8.4.1"
38+
"@polkadot/api": "8.4.2",
39+
"@polkadot/api-augment": "8.4.2",
40+
"@polkadot/rpc-augment": "8.4.2",
41+
"@polkadot/rpc-provider": "8.4.2",
42+
"@polkadot/types-support": "8.4.2"
4343
}
4444
}

packages/api/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api-augment": "8.4.1",
28-
"@polkadot/api-base": "8.4.1",
29-
"@polkadot/api-derive": "8.4.1",
27+
"@polkadot/api-augment": "8.4.2",
28+
"@polkadot/api-base": "8.4.2",
29+
"@polkadot/api-derive": "8.4.2",
3030
"@polkadot/keyring": "^9.2.1",
31-
"@polkadot/rpc-augment": "8.4.1",
32-
"@polkadot/rpc-core": "8.4.1",
33-
"@polkadot/rpc-provider": "8.4.1",
34-
"@polkadot/types": "8.4.1",
35-
"@polkadot/types-augment": "8.4.1",
36-
"@polkadot/types-codec": "8.4.1",
37-
"@polkadot/types-create": "8.4.1",
38-
"@polkadot/types-known": "8.4.1",
31+
"@polkadot/rpc-augment": "8.4.2",
32+
"@polkadot/rpc-core": "8.4.2",
33+
"@polkadot/rpc-provider": "8.4.2",
34+
"@polkadot/types": "8.4.2",
35+
"@polkadot/types-augment": "8.4.2",
36+
"@polkadot/types-codec": "8.4.2",
37+
"@polkadot/types-create": "8.4.2",
38+
"@polkadot/types-known": "8.4.2",
3939
"@polkadot/util": "^9.2.1",
4040
"@polkadot/util-crypto": "^9.2.1",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.5.5"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "8.4.1",
46-
"@polkadot/types-support": "8.4.1"
45+
"@polkadot/api-augment": "8.4.2",
46+
"@polkadot/types-support": "8.4.2"
4747
}
4848
}

packages/rpc-augment/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/rpc-core": "8.4.1",
28-
"@polkadot/types": "8.4.1",
29-
"@polkadot/types-codec": "8.4.1",
27+
"@polkadot/rpc-core": "8.4.2",
28+
"@polkadot/types": "8.4.2",
29+
"@polkadot/types-codec": "8.4.2",
3030
"@polkadot/util": "^9.2.1"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/rpc-augment": "8.4.1",
28-
"@polkadot/rpc-provider": "8.4.1",
29-
"@polkadot/types": "8.4.1",
27+
"@polkadot/rpc-augment": "8.4.2",
28+
"@polkadot/rpc-provider": "8.4.2",
29+
"@polkadot/types": "8.4.2",
3030
"@polkadot/util": "^9.2.1",
3131
"rxjs": "^7.5.5"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^9.2.1",
35-
"@polkadot/rpc-augment": "8.4.1"
35+
"@polkadot/rpc-augment": "8.4.2"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.1",
23+
"version": "8.4.2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
2727
"@polkadot/keyring": "^9.2.1",
28-
"@polkadot/types": "8.4.1",
29-
"@polkadot/types-support": "8.4.1",
28+
"@polkadot/types": "8.4.2",
29+
"@polkadot/types-support": "8.4.2",
3030
"@polkadot/util": "^9.2.1",
3131
"@polkadot/util-crypto": "^9.2.1",
3232
"@polkadot/x-fetch": "^9.2.1",

0 commit comments

Comments
 (0)