Skip to content

Commit a695a48

Browse files
authored
8.7.1 (#4892)
1 parent 2a1ff7b commit a695a48

File tree

18 files changed

+310
-317
lines changed

18 files changed

+310
-317
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## master
3+
## 8.7.1 Jun 4, 2022
44

55
Changes:
66

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.6.3-12",
14+
"version": "8.7.0",
1515
"workspaces": [
1616
"packages/*"
1717
],
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.18.2",
3535
"@babel/register": "^7.17.7",
3636
"@babel/runtime": "^7.18.3",
37-
"@polkadot/dev": "^0.66.33",
37+
"@polkadot/dev": "^0.66.34",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^28.1.0",
4040
"copyfiles": "^2.4.1"

packages/api-augment/package.json

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

packages/api-base/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.6.3-12",
23+
"version": "8.7.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.3",
27-
"@polkadot/rpc-core": "8.6.3-12",
28-
"@polkadot/types": "8.6.3-12",
29-
"@polkadot/util": "^9.3.2-1",
27+
"@polkadot/rpc-core": "8.7.0",
28+
"@polkadot/types": "8.7.0",
29+
"@polkadot/util": "^9.4.1",
3030
"rxjs": "^7.5.5"
3131
}
3232
}

packages/api-contract/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.6.3-12",
23+
"version": "8.7.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.3",
27-
"@polkadot/api": "8.6.3-12",
28-
"@polkadot/types": "8.6.3-12",
29-
"@polkadot/types-codec": "8.6.3-12",
30-
"@polkadot/types-create": "8.6.3-12",
31-
"@polkadot/util": "^9.3.2-1",
32-
"@polkadot/util-crypto": "^9.3.2-1",
27+
"@polkadot/api": "8.7.0",
28+
"@polkadot/types": "8.7.0",
29+
"@polkadot/types-codec": "8.7.0",
30+
"@polkadot/types-create": "8.7.0",
31+
"@polkadot/util": "^9.4.1",
32+
"@polkadot/util-crypto": "^9.4.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "8.6.3-12",
37-
"@polkadot/keyring": "^9.3.2-1"
36+
"@polkadot/api-augment": "8.7.0",
37+
"@polkadot/keyring": "^9.4.1"
3838
}
3939
}

packages/api-derive/package.json

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

packages/api/package.json

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

packages/rpc-augment/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.6.3-12",
23+
"version": "8.7.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.3",
27-
"@polkadot/rpc-core": "8.6.3-12",
28-
"@polkadot/types": "8.6.3-12",
29-
"@polkadot/types-codec": "8.6.3-12",
30-
"@polkadot/util": "^9.3.2-1"
27+
"@polkadot/rpc-core": "8.7.0",
28+
"@polkadot/types": "8.7.0",
29+
"@polkadot/types-codec": "8.7.0",
30+
"@polkadot/util": "^9.4.1"
3131
}
3232
}

packages/rpc-core/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.6.3-12",
23+
"version": "8.7.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.3",
27-
"@polkadot/rpc-augment": "8.6.3-12",
28-
"@polkadot/rpc-provider": "8.6.3-12",
29-
"@polkadot/types": "8.6.3-12",
30-
"@polkadot/util": "^9.3.2-1",
27+
"@polkadot/rpc-augment": "8.7.0",
28+
"@polkadot/rpc-provider": "8.7.0",
29+
"@polkadot/types": "8.7.0",
30+
"@polkadot/util": "^9.4.1",
3131
"rxjs": "^7.5.5"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^9.3.2-1",
35-
"@polkadot/rpc-augment": "8.6.3-12"
34+
"@polkadot/keyring": "^9.4.1",
35+
"@polkadot/rpc-augment": "8.7.0"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.6.3-12",
23+
"version": "8.7.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.3",
27-
"@polkadot/keyring": "^9.3.2-1",
28-
"@polkadot/types": "8.6.3-12",
29-
"@polkadot/types-support": "8.6.3-12",
30-
"@polkadot/util": "^9.3.2-1",
31-
"@polkadot/util-crypto": "^9.3.2-1",
32-
"@polkadot/x-fetch": "^9.3.2-1",
33-
"@polkadot/x-global": "^9.3.2-1",
34-
"@polkadot/x-ws": "^9.3.2-1",
27+
"@polkadot/keyring": "^9.4.1",
28+
"@polkadot/types": "8.7.0",
29+
"@polkadot/types-support": "8.7.0",
30+
"@polkadot/util": "^9.4.1",
31+
"@polkadot/util-crypto": "^9.4.1",
32+
"@polkadot/x-fetch": "^9.4.1",
33+
"@polkadot/x-global": "^9.4.1",
34+
"@polkadot/x-ws": "^9.4.1",
3535
"@substrate/connect": "0.7.5",
3636
"eventemitter3": "^4.0.7",
3737
"mock-socket": "^9.1.4",
38-
"nock": "^13.2.4"
38+
"nock": "^13.2.6"
3939
}
4040
}

0 commit comments

Comments
 (0)