Skip to content

Commit feb652c

Browse files
[CI Skip] bump/beta 10.11.3-10-x
skip-checks: true
1 parent f87479f commit feb652c

File tree

33 files changed

+181
-181
lines changed

33 files changed

+181
-181
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
3 Hamza Tokuchi more typos (#2532)
3030
3 Josep M Sobrepere docs: improve rpc-provider README (#4719)
3131
3 KarishmaBothara Backward compatibility thing (#3511)
32+
3 Matias Volpe chore: bump @substrate/connect to 0.8.7 (#5797)
3233
3 Miguel Hervas Adding RT4 Types (#3007)
3334
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
3435
3 YJ feat: Vote interface as U8a (#1061)
@@ -43,7 +44,6 @@
4344
2 Jeeyong Um Alias for Noir types (#5678)
4445
2 Jegor Sidorenko Use Box<XcmV3MultiLocation> instead of MultiAssetId (#5700)
4546
2 Keith Yeung Allow keyPrefix to accept an additional argument for double maps (#2230)
46-
2 Matias Volpe feat: bump @substrate/connect to 0.8.6 (#5796)
4747
2 MOZGIII Follow-up fix after #4665 (#4666)
4848
2 Paweł Nguyen Fix a minor typo in cookbook blocks docs (#2294)
4949
2 rob thijssen nimbus author mapping correction (#5590)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.11.3-9-x",
17+
"version": "10.11.3-10-x",
1818
"versions": {
19-
"git": "10.11.3-9-x",
19+
"git": "10.11.3-10-x",
2020
"npm": "10.11.2"
2121
},
2222
"workspaces": [

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.3-9-x",
21+
"version": "10.11.3-10-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.11.3-9-x",
25-
"@polkadot/rpc-augment": "10.11.3-9-x",
26-
"@polkadot/types": "10.11.3-9-x",
27-
"@polkadot/types-augment": "10.11.3-9-x",
28-
"@polkadot/types-codec": "10.11.3-9-x",
24+
"@polkadot/api-base": "10.11.3-10-x",
25+
"@polkadot/rpc-augment": "10.11.3-10-x",
26+
"@polkadot/types": "10.11.3-10-x",
27+
"@polkadot/types-augment": "10.11.3-10-x",
28+
"@polkadot/types-codec": "10.11.3-10-x",
2929
"@polkadot/util": "^12.6.2",
3030
"tslib": "^2.6.2"
3131
}

packages/api-augment/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.11.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.11.3-10-x' };

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.3-9-x",
21+
"version": "10.11.3-10-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.11.3-9-x",
25-
"@polkadot/types": "10.11.3-9-x",
24+
"@polkadot/rpc-core": "10.11.3-10-x",
25+
"@polkadot/types": "10.11.3-10-x",
2626
"@polkadot/util": "^12.6.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.6.2"

packages/api-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.11.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.11.3-10-x' };

packages/api-contract/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.3-9-x",
21+
"version": "10.11.3-10-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.11.3-9-x",
25-
"@polkadot/api-augment": "10.11.3-9-x",
26-
"@polkadot/types": "10.11.3-9-x",
27-
"@polkadot/types-codec": "10.11.3-9-x",
28-
"@polkadot/types-create": "10.11.3-9-x",
24+
"@polkadot/api": "10.11.3-10-x",
25+
"@polkadot/api-augment": "10.11.3-10-x",
26+
"@polkadot/types": "10.11.3-10-x",
27+
"@polkadot/types-codec": "10.11.3-10-x",
28+
"@polkadot/types-create": "10.11.3-10-x",
2929
"@polkadot/util": "^12.6.2",
3030
"@polkadot/util-crypto": "^12.6.2",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.6.2"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "10.11.3-9-x",
35+
"@polkadot/api-augment": "10.11.3-10-x",
3636
"@polkadot/keyring": "^12.6.2"
3737
}
3838
}

packages/api-contract/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.11.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.11.3-10-x' };

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.3-9-x",
21+
"version": "10.11.3-10-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.11.3-9-x",
25-
"@polkadot/api-augment": "10.11.3-9-x",
26-
"@polkadot/api-base": "10.11.3-9-x",
27-
"@polkadot/rpc-core": "10.11.3-9-x",
28-
"@polkadot/types": "10.11.3-9-x",
29-
"@polkadot/types-codec": "10.11.3-9-x",
24+
"@polkadot/api": "10.11.3-10-x",
25+
"@polkadot/api-augment": "10.11.3-10-x",
26+
"@polkadot/api-base": "10.11.3-10-x",
27+
"@polkadot/rpc-core": "10.11.3-10-x",
28+
"@polkadot/types": "10.11.3-10-x",
29+
"@polkadot/types-codec": "10.11.3-10-x",
3030
"@polkadot/util": "^12.6.2",
3131
"@polkadot/util-crypto": "^12.6.2",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.6.2"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "10.11.3-9-x",
37-
"@polkadot/api-augment": "10.11.3-9-x",
38-
"@polkadot/rpc-augment": "10.11.3-9-x",
39-
"@polkadot/rpc-provider": "10.11.3-9-x",
40-
"@polkadot/types-support": "10.11.3-9-x"
36+
"@polkadot/api": "10.11.3-10-x",
37+
"@polkadot/api-augment": "10.11.3-10-x",
38+
"@polkadot/rpc-augment": "10.11.3-10-x",
39+
"@polkadot/rpc-provider": "10.11.3-10-x",
40+
"@polkadot/types-support": "10.11.3-10-x"
4141
}
4242
}

packages/api-derive/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.11.3-9-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.11.3-10-x' };

0 commit comments

Comments
 (0)