Skip to content

Commit baa2caa

Browse files
[CI Skip] release/beta 8.4.3-3
skip-checks: true
1 parent 62d9889 commit baa2caa

File tree

33 files changed

+179
-179
lines changed

33 files changed

+179
-179
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
4 Alexander Popiak Add asset id in signing (#4009)
1515
4 Joshy Orndorff spelling; efect -> effect (#2295)
1616
4 Nantian fix bigint type (#3869)
17+
4 Nikos Kontakis Update substrate connect to 0.7.5 (#4835)
1718
4 Scott Twiname Add support for historical BlockNumber rpc methods (#4574)
1819
4 Thibaut Sardan no subscription for http (#3127)
1920
3 André Silva add support for ValidationCodeHash (#3640)
@@ -26,7 +27,6 @@
2627
3 Julien Eluard Fixed typos about module balances (#1402)
2728
3 KarishmaBothara Backward compatibility thing (#3511)
2829
3 Miguel Hervas Adding RT4 Types (#3007)
29-
3 Nikos Kontakis Bump @substrate/connect in rpc-provider to 0.7.4 (#4796)
3030
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
3131
3 YJ feat: Vote interface as U8a (#1061)
3232
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)

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": "8.4.3-2",
14+
"version": "8.4.3-3",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-augment/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.4.3-2",
23+
"version": "8.4.3-3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api-base": "8.4.3-2",
28-
"@polkadot/rpc-augment": "8.4.3-2",
29-
"@polkadot/types": "8.4.3-2",
30-
"@polkadot/types-augment": "8.4.3-2",
31-
"@polkadot/types-codec": "8.4.3-2",
27+
"@polkadot/api-base": "8.4.3-3",
28+
"@polkadot/rpc-augment": "8.4.3-3",
29+
"@polkadot/types": "8.4.3-3",
30+
"@polkadot/types-augment": "8.4.3-3",
31+
"@polkadot/types-codec": "8.4.3-3",
3232
"@polkadot/util": "^9.2.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/types-support": "8.4.3-2"
35+
"@polkadot/types-support": "8.4.3-3"
3636
}
3737
}

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

packages/api-base/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": "8.4.3-2",
23+
"version": "8.4.3-3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/rpc-core": "8.4.3-2",
28-
"@polkadot/types": "8.4.3-2",
27+
"@polkadot/rpc-core": "8.4.3-3",
28+
"@polkadot/types": "8.4.3-3",
2929
"@polkadot/util": "^9.2.1",
3030
"rxjs": "^7.5.5"
3131
}

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

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "8.4.3-2",
23+
"version": "8.4.3-3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api": "8.4.3-2",
28-
"@polkadot/types": "8.4.3-2",
29-
"@polkadot/types-codec": "8.4.3-2",
30-
"@polkadot/types-create": "8.4.3-2",
27+
"@polkadot/api": "8.4.3-3",
28+
"@polkadot/types": "8.4.3-3",
29+
"@polkadot/types-codec": "8.4.3-3",
30+
"@polkadot/types-create": "8.4.3-3",
3131
"@polkadot/util": "^9.2.1",
3232
"@polkadot/util-crypto": "^9.2.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "8.4.3-2",
36+
"@polkadot/api-augment": "8.4.3-3",
3737
"@polkadot/keyring": "^9.2.1"
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: '8.4.3-2' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.4.3-3' };

packages/api-derive/package.json

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

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

0 commit comments

Comments
 (0)