Skip to content

Commit d93c7bd

Browse files
authored
9.11.1 (#5407)
1 parent 6e1dfc3 commit d93c7bd

File tree

18 files changed

+302
-302
lines changed

18 files changed

+302
-302
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+
## 9.11.1 Jan 8, 2023
44

55
- **Breaking change** For users of `ScProvider` you now need to explicitly pass `@substrate/connect` as a parameter. This means the code needs to be adjusted as follows -
66

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": "module",
14-
"version": "9.10.6-6-x",
14+
"version": "9.11.0",
1515
"versions": {
1616
"git": "9.10.6-6-x",
1717
"npm": "9.10.5"

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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/api-base": "9.10.6-6-x",
28-
"@polkadot/rpc-augment": "9.10.6-6-x",
29-
"@polkadot/types": "9.10.6-6-x",
30-
"@polkadot/types-augment": "9.10.6-6-x",
31-
"@polkadot/types-codec": "9.10.6-6-x",
32-
"@polkadot/util": "^10.2.2"
27+
"@polkadot/api-base": "9.11.0",
28+
"@polkadot/rpc-augment": "9.11.0",
29+
"@polkadot/types": "9.11.0",
30+
"@polkadot/types-augment": "9.11.0",
31+
"@polkadot/types-codec": "9.11.0",
32+
"@polkadot/util": "^10.2.3"
3333
},
3434
"devDependencies": {
35-
"@polkadot/types-support": "9.10.6-6-x"
35+
"@polkadot/types-support": "9.11.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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/rpc-core": "9.10.6-6-x",
28-
"@polkadot/types": "9.10.6-6-x",
29-
"@polkadot/util": "^10.2.2",
27+
"@polkadot/rpc-core": "9.11.0",
28+
"@polkadot/types": "9.11.0",
29+
"@polkadot/util": "^10.2.3",
3030
"rxjs": "^7.8.0"
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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/api": "9.10.6-6-x",
28-
"@polkadot/types": "9.10.6-6-x",
29-
"@polkadot/types-codec": "9.10.6-6-x",
30-
"@polkadot/types-create": "9.10.6-6-x",
31-
"@polkadot/util": "^10.2.2",
32-
"@polkadot/util-crypto": "^10.2.2",
27+
"@polkadot/api": "9.11.0",
28+
"@polkadot/types": "9.11.0",
29+
"@polkadot/types-codec": "9.11.0",
30+
"@polkadot/types-create": "9.11.0",
31+
"@polkadot/util": "^10.2.3",
32+
"@polkadot/util-crypto": "^10.2.3",
3333
"rxjs": "^7.8.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "9.10.6-6-x",
37-
"@polkadot/keyring": "^10.2.2"
36+
"@polkadot/api-augment": "9.11.0",
37+
"@polkadot/keyring": "^10.2.3"
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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/api": "9.10.6-6-x",
28-
"@polkadot/api-augment": "9.10.6-6-x",
29-
"@polkadot/api-base": "9.10.6-6-x",
30-
"@polkadot/rpc-core": "9.10.6-6-x",
31-
"@polkadot/types": "9.10.6-6-x",
32-
"@polkadot/types-codec": "9.10.6-6-x",
33-
"@polkadot/util": "^10.2.2",
34-
"@polkadot/util-crypto": "^10.2.2",
27+
"@polkadot/api": "9.11.0",
28+
"@polkadot/api-augment": "9.11.0",
29+
"@polkadot/api-base": "9.11.0",
30+
"@polkadot/rpc-core": "9.11.0",
31+
"@polkadot/types": "9.11.0",
32+
"@polkadot/types-codec": "9.11.0",
33+
"@polkadot/util": "^10.2.3",
34+
"@polkadot/util-crypto": "^10.2.3",
3535
"rxjs": "^7.8.0"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "9.10.6-6-x",
39-
"@polkadot/api-augment": "9.10.6-6-x",
40-
"@polkadot/rpc-augment": "9.10.6-6-x",
41-
"@polkadot/rpc-provider": "9.10.6-6-x",
42-
"@polkadot/types-support": "9.10.6-6-x"
38+
"@polkadot/api": "9.11.0",
39+
"@polkadot/api-augment": "9.11.0",
40+
"@polkadot/rpc-augment": "9.11.0",
41+
"@polkadot/rpc-provider": "9.11.0",
42+
"@polkadot/types-support": "9.11.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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/api-augment": "9.10.6-6-x",
28-
"@polkadot/api-base": "9.10.6-6-x",
29-
"@polkadot/api-derive": "9.10.6-6-x",
30-
"@polkadot/keyring": "^10.2.2",
31-
"@polkadot/rpc-augment": "9.10.6-6-x",
32-
"@polkadot/rpc-core": "9.10.6-6-x",
33-
"@polkadot/rpc-provider": "9.10.6-6-x",
34-
"@polkadot/types": "9.10.6-6-x",
35-
"@polkadot/types-augment": "9.10.6-6-x",
36-
"@polkadot/types-codec": "9.10.6-6-x",
37-
"@polkadot/types-create": "9.10.6-6-x",
38-
"@polkadot/types-known": "9.10.6-6-x",
39-
"@polkadot/util": "^10.2.2",
40-
"@polkadot/util-crypto": "^10.2.2",
27+
"@polkadot/api-augment": "9.11.0",
28+
"@polkadot/api-base": "9.11.0",
29+
"@polkadot/api-derive": "9.11.0",
30+
"@polkadot/keyring": "^10.2.3",
31+
"@polkadot/rpc-augment": "9.11.0",
32+
"@polkadot/rpc-core": "9.11.0",
33+
"@polkadot/rpc-provider": "9.11.0",
34+
"@polkadot/types": "9.11.0",
35+
"@polkadot/types-augment": "9.11.0",
36+
"@polkadot/types-codec": "9.11.0",
37+
"@polkadot/types-create": "9.11.0",
38+
"@polkadot/types-known": "9.11.0",
39+
"@polkadot/util": "^10.2.3",
40+
"@polkadot/util-crypto": "^10.2.3",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.8.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "9.10.6-6-x",
46-
"@polkadot/types-support": "9.10.6-6-x"
45+
"@polkadot/api-augment": "9.11.0",
46+
"@polkadot/types-support": "9.11.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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/rpc-core": "9.10.6-6-x",
28-
"@polkadot/types": "9.10.6-6-x",
29-
"@polkadot/types-codec": "9.10.6-6-x",
30-
"@polkadot/util": "^10.2.2"
27+
"@polkadot/rpc-core": "9.11.0",
28+
"@polkadot/types": "9.11.0",
29+
"@polkadot/types-codec": "9.11.0",
30+
"@polkadot/util": "^10.2.3"
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": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/rpc-augment": "9.10.6-6-x",
28-
"@polkadot/rpc-provider": "9.10.6-6-x",
29-
"@polkadot/types": "9.10.6-6-x",
30-
"@polkadot/util": "^10.2.2",
27+
"@polkadot/rpc-augment": "9.11.0",
28+
"@polkadot/rpc-provider": "9.11.0",
29+
"@polkadot/types": "9.11.0",
30+
"@polkadot/util": "^10.2.3",
3131
"rxjs": "^7.8.0"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^10.2.2",
35-
"@polkadot/rpc-augment": "9.10.6-6-x"
34+
"@polkadot/keyring": "^10.2.3",
35+
"@polkadot/rpc-augment": "9.11.0"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.10.6-6-x",
23+
"version": "9.11.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.7",
27-
"@polkadot/keyring": "^10.2.2",
28-
"@polkadot/types": "9.10.6-6-x",
29-
"@polkadot/types-support": "9.10.6-6-x",
30-
"@polkadot/util": "^10.2.2",
31-
"@polkadot/util-crypto": "^10.2.2",
32-
"@polkadot/x-fetch": "^10.2.2",
33-
"@polkadot/x-global": "^10.2.2",
34-
"@polkadot/x-ws": "^10.2.2",
27+
"@polkadot/keyring": "^10.2.3",
28+
"@polkadot/types": "9.11.0",
29+
"@polkadot/types-support": "9.11.0",
30+
"@polkadot/util": "^10.2.3",
31+
"@polkadot/util-crypto": "^10.2.3",
32+
"@polkadot/x-fetch": "^10.2.3",
33+
"@polkadot/x-global": "^10.2.3",
34+
"@polkadot/x-ws": "^10.2.3",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.1.5",
3737
"nock": "^13.2.9"

0 commit comments

Comments
 (0)