Skip to content

Commit ad9ade7

Browse files
[CI Skip] bump/beta 15.5.2-2-x
skip-checks: true
1 parent 203c596 commit ad9ade7

File tree

33 files changed

+183
-183
lines changed

33 files changed

+183
-183
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
1212
6 Andreea Eftene Update check for contract instantiation (#5699)
1313
6 Branislav Kontur Fix for fungiblesApi (#5944)
14+
6 Valentin Fernandez Include missing known keys (#6084)
1415
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
1516
5 Chevdor Fix metadata package link (#3458)
1617
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
1718
5 Julien Eluard General WsProvider extensibility improvements (#5467)
1819
5 Matias Volpe Bump @substrate/connect to 0.8.10 (#5863)
1920
5 Thibaut Sardan Allow external signers to modify the payload (#6030)
20-
5 Valentin Fernandez Fix typegen adding invalid imports (#6082)
2121
4 Alex D Use derive customAccount and customLocks for balance overrides (#3248)
2222
4 Alex Wang fix issue that creates duplicate providers (#983)
2323
4 Alexander Popiak Add asset id in signing (#4009)

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": "15.5.2-1-x",
17+
"version": "15.5.2-2-x",
1818
"versions": {
19-
"git": "15.5.2-1-x",
19+
"git": "15.5.2-2-x",
2020
"npm": "15.5.1"
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": "15.5.2-1-x",
21+
"version": "15.5.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "15.5.2-1-x",
25-
"@polkadot/rpc-augment": "15.5.2-1-x",
26-
"@polkadot/types": "15.5.2-1-x",
27-
"@polkadot/types-augment": "15.5.2-1-x",
28-
"@polkadot/types-codec": "15.5.2-1-x",
24+
"@polkadot/api-base": "15.5.2-2-x",
25+
"@polkadot/rpc-augment": "15.5.2-2-x",
26+
"@polkadot/types": "15.5.2-2-x",
27+
"@polkadot/types-augment": "15.5.2-2-x",
28+
"@polkadot/types-codec": "15.5.2-2-x",
2929
"@polkadot/util": "^13.3.1",
3030
"tslib": "^2.8.1"
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: '15.5.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '15.5.2-2-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": "15.5.2-1-x",
21+
"version": "15.5.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "15.5.2-1-x",
25-
"@polkadot/types": "15.5.2-1-x",
24+
"@polkadot/rpc-core": "15.5.2-2-x",
25+
"@polkadot/types": "15.5.2-2-x",
2626
"@polkadot/util": "^13.3.1",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.1"

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: '15.5.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '15.5.2-2-x' };

packages/api-contract/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "15.5.2-1-x",
21+
"version": "15.5.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "15.5.2-1-x",
25-
"@polkadot/api-augment": "15.5.2-1-x",
26-
"@polkadot/types": "15.5.2-1-x",
27-
"@polkadot/types-codec": "15.5.2-1-x",
28-
"@polkadot/types-create": "15.5.2-1-x",
24+
"@polkadot/api": "15.5.2-2-x",
25+
"@polkadot/api-augment": "15.5.2-2-x",
26+
"@polkadot/types": "15.5.2-2-x",
27+
"@polkadot/types-codec": "15.5.2-2-x",
28+
"@polkadot/types-create": "15.5.2-2-x",
2929
"@polkadot/util": "^13.3.1",
3030
"@polkadot/util-crypto": "^13.3.1",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "15.5.2-1-x",
35+
"@polkadot/api-augment": "15.5.2-2-x",
3636
"@polkadot/keyring": "^13.3.1",
37-
"@polkadot/types-support": "15.5.2-1-x"
37+
"@polkadot/types-support": "15.5.2-2-x"
3838
}
3939
}

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: '15.5.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '15.5.2-2-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": "15.5.2-1-x",
21+
"version": "15.5.2-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "15.5.2-1-x",
25-
"@polkadot/api-augment": "15.5.2-1-x",
26-
"@polkadot/api-base": "15.5.2-1-x",
27-
"@polkadot/rpc-core": "15.5.2-1-x",
28-
"@polkadot/types": "15.5.2-1-x",
29-
"@polkadot/types-codec": "15.5.2-1-x",
24+
"@polkadot/api": "15.5.2-2-x",
25+
"@polkadot/api-augment": "15.5.2-2-x",
26+
"@polkadot/api-base": "15.5.2-2-x",
27+
"@polkadot/rpc-core": "15.5.2-2-x",
28+
"@polkadot/types": "15.5.2-2-x",
29+
"@polkadot/types-codec": "15.5.2-2-x",
3030
"@polkadot/util": "^13.3.1",
3131
"@polkadot/util-crypto": "^13.3.1",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "15.5.2-1-x",
37-
"@polkadot/api-augment": "15.5.2-1-x",
38-
"@polkadot/rpc-augment": "15.5.2-1-x",
39-
"@polkadot/rpc-provider": "15.5.2-1-x",
40-
"@polkadot/types-support": "15.5.2-1-x"
36+
"@polkadot/api": "15.5.2-2-x",
37+
"@polkadot/api-augment": "15.5.2-2-x",
38+
"@polkadot/rpc-augment": "15.5.2-2-x",
39+
"@polkadot/rpc-provider": "15.5.2-2-x",
40+
"@polkadot/types-support": "15.5.2-2-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: '15.5.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '15.5.2-2-x' };

0 commit comments

Comments
 (0)