Skip to content

Commit e545f6f

Browse files
[CI Skip] release/beta 8.0.3-2
skip-checks: true
1 parent 1aa2b7e commit e545f6f

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
@@ -41,6 +41,7 @@
4141
2 sung wu Update tx.md (#2485)
4242
2 Veliko Abi constructor takes different parameters (#3347)
4343
2 Wei Tang Use /usr/bin/env bash instead of /bin/bash (#2053)
44+
2 Zannis Kalampoukis fix: Typegen handles structs and vectors of structs without erroring (#4743)
4445
2 扩散性百万甜面包 Typo, deocrateMethod -> decorateMethod (#1594)
4546
1 Andreea Eftene Add storage deposit support (#4304)
4647
1 Brad Larson [NEW] Support for custom headers with providers (#2423)
@@ -98,5 +99,4 @@
9899
1 Yaroslav Bolyukin Support BTreeMap/BTreeSet in typegen (#4682)
99100
1 yjh fix MetadataVersioned.asV12 (#2983)
100101
1 Yuri fixes #3693 Fix uniques return types (#3694)
101-
1 Zannis Kalampoukis fix: typegen supports vectors of slices (#4720)
102102
1 Zeke Mostov fix: Allow sudo for polkadot indexed proxy enum (#3286)

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

0 commit comments

Comments
 (0)