Skip to content

Commit f2eff66

Browse files
[CI Skip] release/beta 8.3.2-2
skip-checks: true
1 parent 4923bc3 commit f2eff66

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
@@ -26,6 +26,7 @@
2626
3 Julien Eluard Fixed typos about module balances (#1402)
2727
3 KarishmaBothara Backward compatibility thing (#3511)
2828
3 Miguel Hervas Adding RT4 Types (#3007)
29+
3 Nikos Kontakis Bump @substrate/connect in rpc-provider to 0.7.4 (#4796)
2930
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
3031
3 YJ feat: Vote interface as U8a (#1061)
3132
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)
@@ -36,7 +37,6 @@
3637
2 James Lefrère Add `.eq()` usage to docs and fix docs typos (#1405)
3738
2 Keith Yeung Allow keyPrefix to accept an additional argument for double maps (#2230)
3839
2 MOZGIII Follow-up fix after #4665 (#4666)
39-
2 Nikos Kontakis Add auction in shared types (#4085)
4040
2 Paweł Nguyen Fix a minor typo in cookbook blocks docs (#2294)
4141
2 sung wu Update tx.md (#2485)
4242
2 Veliko Abi constructor takes different parameters (#3347)

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.3.2-1",
14+
"version": "8.3.2-2",
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.3.2-1",
23+
"version": "8.3.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api-base": "8.3.2-1",
28-
"@polkadot/rpc-augment": "8.3.2-1",
29-
"@polkadot/types": "8.3.2-1",
30-
"@polkadot/types-augment": "8.3.2-1",
31-
"@polkadot/types-codec": "8.3.2-1",
27+
"@polkadot/api-base": "8.3.2-2",
28+
"@polkadot/rpc-augment": "8.3.2-2",
29+
"@polkadot/types": "8.3.2-2",
30+
"@polkadot/types-augment": "8.3.2-2",
31+
"@polkadot/types-codec": "8.3.2-2",
3232
"@polkadot/util": "^9.1.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/types-support": "8.3.2-1"
35+
"@polkadot/types-support": "8.3.2-2"
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.3.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '8.3.2-2' };

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.3.2-1",
23+
"version": "8.3.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/rpc-core": "8.3.2-1",
28-
"@polkadot/types": "8.3.2-1",
27+
"@polkadot/rpc-core": "8.3.2-2",
28+
"@polkadot/types": "8.3.2-2",
2929
"@polkadot/util": "^9.1.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.3.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '8.3.2-2' };

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.3.2-1",
23+
"version": "8.3.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api": "8.3.2-1",
28-
"@polkadot/types": "8.3.2-1",
29-
"@polkadot/types-codec": "8.3.2-1",
30-
"@polkadot/types-create": "8.3.2-1",
27+
"@polkadot/api": "8.3.2-2",
28+
"@polkadot/types": "8.3.2-2",
29+
"@polkadot/types-codec": "8.3.2-2",
30+
"@polkadot/types-create": "8.3.2-2",
3131
"@polkadot/util": "^9.1.1",
3232
"@polkadot/util-crypto": "^9.1.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "8.3.2-1",
36+
"@polkadot/api-augment": "8.3.2-2",
3737
"@polkadot/keyring": "^9.1.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.3.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '8.3.2-2' };

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.3.2-1",
23+
"version": "8.3.2-2",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/api": "8.3.2-1",
28-
"@polkadot/api-augment": "8.3.2-1",
29-
"@polkadot/api-base": "8.3.2-1",
30-
"@polkadot/rpc-core": "8.3.2-1",
31-
"@polkadot/types": "8.3.2-1",
32-
"@polkadot/types-codec": "8.3.2-1",
27+
"@polkadot/api": "8.3.2-2",
28+
"@polkadot/api-augment": "8.3.2-2",
29+
"@polkadot/api-base": "8.3.2-2",
30+
"@polkadot/rpc-core": "8.3.2-2",
31+
"@polkadot/types": "8.3.2-2",
32+
"@polkadot/types-codec": "8.3.2-2",
3333
"@polkadot/util": "^9.1.1",
3434
"@polkadot/util-crypto": "^9.1.1",
3535
"rxjs": "^7.5.5"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "8.3.2-1",
39-
"@polkadot/api-augment": "8.3.2-1",
40-
"@polkadot/rpc-augment": "8.3.2-1",
41-
"@polkadot/rpc-provider": "8.3.2-1",
42-
"@polkadot/types-support": "8.3.2-1"
38+
"@polkadot/api": "8.3.2-2",
39+
"@polkadot/api-augment": "8.3.2-2",
40+
"@polkadot/rpc-augment": "8.3.2-2",
41+
"@polkadot/rpc-provider": "8.3.2-2",
42+
"@polkadot/types-support": "8.3.2-2"
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.3.2-1' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '8.3.2-2' };

0 commit comments

Comments
 (0)