Skip to content

Commit b81c73b

Browse files
authored
6.11.1 (#4288)
1 parent 9bb2549 commit b81c73b

File tree

12 files changed

+63
-61
lines changed

12 files changed

+63
-61
lines changed

CHANGELOG.md

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

3-
## master
3+
## 6.11.1 Dec 5, 2021
4+
5+
Upgrade priority: Low. Maintenance upgrade, tacking the latest `@polkadot` libraries.
46

57
Changes:
68

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "6.10.4-4",
14+
"version": "6.11.0",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-contract/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": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.4-4",
28-
"@polkadot/types": "6.10.4-4",
27+
"@polkadot/api": "6.11.0",
28+
"@polkadot/types": "6.11.0",
2929
"@polkadot/util": "^8.1.2",
3030
"rxjs": "^7.4.0"
3131
}

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.4-4",
28-
"@polkadot/rpc-core": "6.10.4-4",
29-
"@polkadot/types": "6.10.4-4",
27+
"@polkadot/api": "6.11.0",
28+
"@polkadot/rpc-core": "6.11.0",
29+
"@polkadot/types": "6.11.0",
3030
"@polkadot/util": "^8.1.2",
3131
"@polkadot/util-crypto": "^8.1.2",
3232
"rxjs": "^7.4.0"
3333
},
3434
"devDependencies": {
3535
"@polkadot/keyring": "^8.1.2",
36-
"@polkadot/rpc-provider": "6.10.4-4"
36+
"@polkadot/rpc-provider": "6.11.0"
3737
}
3838
}

packages/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api-derive": "6.10.4-4",
27+
"@polkadot/api-derive": "6.11.0",
2828
"@polkadot/keyring": "^8.1.2",
29-
"@polkadot/rpc-core": "6.10.4-4",
30-
"@polkadot/rpc-provider": "6.10.4-4",
31-
"@polkadot/types": "6.10.4-4",
32-
"@polkadot/types-known": "6.10.4-4",
29+
"@polkadot/rpc-core": "6.11.0",
30+
"@polkadot/rpc-provider": "6.11.0",
31+
"@polkadot/types": "6.11.0",
32+
"@polkadot/types-known": "6.11.0",
3333
"@polkadot/util": "^8.1.2",
3434
"@polkadot/util-crypto": "^8.1.2",
3535
"eventemitter3": "^4.0.7",

packages/rpc-core/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": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/rpc-provider": "6.10.4-4",
28-
"@polkadot/types": "6.10.4-4",
27+
"@polkadot/rpc-provider": "6.11.0",
28+
"@polkadot/types": "6.11.0",
2929
"@polkadot/util": "^8.1.2",
3030
"rxjs": "^7.4.0"
3131
},

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/types": "6.10.4-4",
27+
"@polkadot/types": "6.11.0",
2828
"@polkadot/util": "^8.1.2",
2929
"@polkadot/util-crypto": "^8.1.2",
3030
"@polkadot/x-fetch": "^8.1.2",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@polkadot/keyring": "^8.1.2",
37-
"@polkadot/types": "6.10.4-4",
37+
"@polkadot/types": "6.11.0",
3838
"mock-socket": "^9.0.8",
3939
"nock": "^13.2.1"
4040
}

packages/typegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"bin": {
2626
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
@@ -33,10 +33,10 @@
3333
"@babel/core": "^7.16.0",
3434
"@babel/register": "^7.16.0",
3535
"@babel/runtime": "^7.16.3",
36-
"@polkadot/api": "6.10.4-4",
37-
"@polkadot/rpc-provider": "6.10.4-4",
38-
"@polkadot/types": "6.10.4-4",
39-
"@polkadot/types-support": "6.10.4-4",
36+
"@polkadot/api": "6.11.0",
37+
"@polkadot/rpc-provider": "6.11.0",
38+
"@polkadot/types": "6.11.0",
39+
"@polkadot/types-support": "6.11.0",
4040
"@polkadot/util": "^8.1.2",
4141
"handlebars": "^4.7.7",
4242
"websocket": "^1.0.34",

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
2727
"@polkadot/networks": "^8.1.2",
28-
"@polkadot/types": "6.10.4-4",
28+
"@polkadot/types": "6.11.0",
2929
"@polkadot/util": "^8.1.2"
3030
}
3131
}

packages/types-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.4-4",
23+
"version": "6.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",

0 commit comments

Comments
 (0)