Skip to content

Commit 9454587

Browse files
[CI Skip] bump/beta 16.3.2-1-x
skip-checks: true
1 parent cb76a1d commit 9454587

File tree

33 files changed

+185
-185
lines changed

33 files changed

+185
-185
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
3 Miguel Hervas Adding RT4 Types (#3007)
3939
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
4040
3 YJ feat: Vote interface as U8a (#1061)
41+
2 Alex Bean fix(api-contracts): correctly decode `pallet_revive` events (#6181)
4142
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)
4243
2 Branan Riley Add proxy type for Centrifuge (#3940)
4344
2 Caio Add `Range` and `RangeInclusive` types (#3791)
@@ -60,7 +61,6 @@
6061
2 扩散性百万甜面包 Typo, deocrateMethod -> decorateMethod (#1594)
6162
1 Alan Sapede Adds Eth feeHistory & maxPriorityFeePerGas rpc (#4956)
6263
1 Aleš Ferlan fix: use H160 for address in getTransactionCount (#5472)
63-
1 Alex Bean feat(api-contract): add support for ink! v6 and pallet-revive compatibility (#6158)
6464
1 Alisher A. Khassanov Add `offchain_localStorageClear` RPC method (#6070)
6565
1 Brad Larson [NEW] Support for custom headers with providers (#2423)
6666
1 Btwiuse Arch Add side effect check workaround (#4994) (#5009)

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": "16.3.2-0-x",
17+
"version": "16.3.2-1-x",
1818
"versions": {
19-
"git": "16.3.2-0-x",
19+
"git": "16.3.2-1-x",
2020
"npm": "16.3.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": "16.3.2-0-x",
21+
"version": "16.3.2-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "16.3.2-0-x",
25-
"@polkadot/rpc-augment": "16.3.2-0-x",
26-
"@polkadot/types": "16.3.2-0-x",
27-
"@polkadot/types-augment": "16.3.2-0-x",
28-
"@polkadot/types-codec": "16.3.2-0-x",
24+
"@polkadot/api-base": "16.3.2-1-x",
25+
"@polkadot/rpc-augment": "16.3.2-1-x",
26+
"@polkadot/types": "16.3.2-1-x",
27+
"@polkadot/types-augment": "16.3.2-1-x",
28+
"@polkadot/types-codec": "16.3.2-1-x",
2929
"@polkadot/util": "^13.5.3",
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: '16.3.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.3.2-1-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": "16.3.2-0-x",
21+
"version": "16.3.2-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.3.2-0-x",
25-
"@polkadot/types": "16.3.2-0-x",
24+
"@polkadot/rpc-core": "16.3.2-1-x",
25+
"@polkadot/types": "16.3.2-1-x",
2626
"@polkadot/util": "^13.5.3",
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: '16.3.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.3.2-1-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": "16.3.2-0-x",
21+
"version": "16.3.2-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.3.2-0-x",
25-
"@polkadot/api-augment": "16.3.2-0-x",
26-
"@polkadot/types": "16.3.2-0-x",
27-
"@polkadot/types-codec": "16.3.2-0-x",
28-
"@polkadot/types-create": "16.3.2-0-x",
24+
"@polkadot/api": "16.3.2-1-x",
25+
"@polkadot/api-augment": "16.3.2-1-x",
26+
"@polkadot/types": "16.3.2-1-x",
27+
"@polkadot/types-codec": "16.3.2-1-x",
28+
"@polkadot/types-create": "16.3.2-1-x",
2929
"@polkadot/util": "^13.5.3",
3030
"@polkadot/util-crypto": "^13.5.3",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "16.3.2-0-x",
35+
"@polkadot/api-augment": "16.3.2-1-x",
3636
"@polkadot/keyring": "^13.5.3",
37-
"@polkadot/types-support": "16.3.2-0-x"
37+
"@polkadot/types-support": "16.3.2-1-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: '16.3.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.3.2-1-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": "16.3.2-0-x",
21+
"version": "16.3.2-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.3.2-0-x",
25-
"@polkadot/api-augment": "16.3.2-0-x",
26-
"@polkadot/api-base": "16.3.2-0-x",
27-
"@polkadot/rpc-core": "16.3.2-0-x",
28-
"@polkadot/types": "16.3.2-0-x",
29-
"@polkadot/types-codec": "16.3.2-0-x",
24+
"@polkadot/api": "16.3.2-1-x",
25+
"@polkadot/api-augment": "16.3.2-1-x",
26+
"@polkadot/api-base": "16.3.2-1-x",
27+
"@polkadot/rpc-core": "16.3.2-1-x",
28+
"@polkadot/types": "16.3.2-1-x",
29+
"@polkadot/types-codec": "16.3.2-1-x",
3030
"@polkadot/util": "^13.5.3",
3131
"@polkadot/util-crypto": "^13.5.3",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "16.3.2-0-x",
37-
"@polkadot/api-augment": "16.3.2-0-x",
38-
"@polkadot/rpc-augment": "16.3.2-0-x",
39-
"@polkadot/rpc-provider": "16.3.2-0-x",
40-
"@polkadot/types-support": "16.3.2-0-x"
36+
"@polkadot/api": "16.3.2-1-x",
37+
"@polkadot/api-augment": "16.3.2-1-x",
38+
"@polkadot/rpc-augment": "16.3.2-1-x",
39+
"@polkadot/rpc-provider": "16.3.2-1-x",
40+
"@polkadot/types-support": "16.3.2-1-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: '16.3.2-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.3.2-1-x' };

0 commit comments

Comments
 (0)