Skip to content

Commit aa70421

Browse files
committed
[CI Skip] release/beta 6.12.2-24
skip-checks: true
1 parent 4ea8e72 commit aa70421

File tree

32 files changed

+143
-143
lines changed

32 files changed

+143
-143
lines changed

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": "6.12.2-23",
14+
"version": "6.12.2-24",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.12.2-23",
23+
"version": "6.12.2-24",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-base": "6.12.2-23",
28-
"@polkadot/rpc-augment": "6.12.2-23",
29-
"@polkadot/types": "6.12.2-23",
30-
"@polkadot/types-augment": "6.12.2-23",
31-
"@polkadot/types-codec": "6.12.2-23",
27+
"@polkadot/api-base": "6.12.2-24",
28+
"@polkadot/rpc-augment": "6.12.2-24",
29+
"@polkadot/types": "6.12.2-24",
30+
"@polkadot/types-augment": "6.12.2-24",
31+
"@polkadot/types-codec": "6.12.2-24",
3232
"@polkadot/util": "^8.2.2"
3333
}
3434
}

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
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-augment', version: '6.12.2-23' };
6+
export const packageInfo = { name: '@polkadot/api-augment', version: '6.12.2-24' };

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": "6.12.2-23",
23+
"version": "6.12.2-24",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-core": "6.12.2-23",
28-
"@polkadot/types": "6.12.2-23",
27+
"@polkadot/rpc-core": "6.12.2-24",
28+
"@polkadot/types": "6.12.2-24",
2929
"@polkadot/util": "^8.2.2",
3030
"rxjs": "^7.4.0"
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
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-base', version: '6.12.2-23' };
6+
export const packageInfo = { name: '@polkadot/api-base', version: '6.12.2-24' };

packages/api-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.12.2-23",
23+
"version": "6.12.2-24",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "6.12.2-23",
28-
"@polkadot/types": "6.12.2-23",
29-
"@polkadot/types-create": "6.12.2-23",
27+
"@polkadot/api": "6.12.2-24",
28+
"@polkadot/types": "6.12.2-24",
29+
"@polkadot/types-create": "6.12.2-24",
3030
"@polkadot/util": "^8.2.2",
3131
"@polkadot/util-crypto": "^8.2.2",
3232
"rxjs": "^7.4.0"

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
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-contract', version: '6.12.2-23' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '6.12.2-24' };

packages/api-derive/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.12.2-23",
23+
"version": "6.12.2-24",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "6.12.2-23",
28-
"@polkadot/api-base": "6.12.2-23",
29-
"@polkadot/rpc-core": "6.12.2-23",
30-
"@polkadot/types": "6.12.2-23",
31-
"@polkadot/types-codec": "6.12.2-23",
27+
"@polkadot/api": "6.12.2-24",
28+
"@polkadot/api-base": "6.12.2-24",
29+
"@polkadot/rpc-core": "6.12.2-24",
30+
"@polkadot/types": "6.12.2-24",
31+
"@polkadot/types-codec": "6.12.2-24",
3232
"@polkadot/util": "^8.2.2",
3333
"@polkadot/util-crypto": "^8.2.2",
3434
"rxjs": "^7.4.0"
3535
},
3636
"devDependencies": {
37-
"@polkadot/api": "6.12.2-23",
38-
"@polkadot/api-augment": "6.12.2-23",
39-
"@polkadot/rpc-augment": "6.12.2-23"
37+
"@polkadot/api": "6.12.2-24",
38+
"@polkadot/api-augment": "6.12.2-24",
39+
"@polkadot/rpc-augment": "6.12.2-24"
4040
}
4141
}

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
// Auto-generated by @polkadot/dev, do not edit
55

6-
export const packageInfo = { name: '@polkadot/api-derive', version: '6.12.2-23' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '6.12.2-24' };

packages/api/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.12.2-23",
23+
"version": "6.12.2-24",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-base": "6.12.2-23",
28-
"@polkadot/api-derive": "6.12.2-23",
27+
"@polkadot/api-base": "6.12.2-24",
28+
"@polkadot/api-derive": "6.12.2-24",
2929
"@polkadot/keyring": "^8.2.2",
30-
"@polkadot/rpc-core": "6.12.2-23",
31-
"@polkadot/rpc-provider": "6.12.2-23",
32-
"@polkadot/types": "6.12.2-23",
33-
"@polkadot/types-codec": "6.12.2-23",
34-
"@polkadot/types-create": "6.12.2-23",
35-
"@polkadot/types-known": "6.12.2-23",
30+
"@polkadot/rpc-core": "6.12.2-24",
31+
"@polkadot/rpc-provider": "6.12.2-24",
32+
"@polkadot/types": "6.12.2-24",
33+
"@polkadot/types-codec": "6.12.2-24",
34+
"@polkadot/types-create": "6.12.2-24",
35+
"@polkadot/types-known": "6.12.2-24",
3636
"@polkadot/util": "^8.2.2",
3737
"@polkadot/util-crypto": "^8.2.2",
3838
"eventemitter3": "^4.0.7",
3939
"rxjs": "^7.4.0"
4040
},
4141
"devDependencies": {
42-
"@polkadot/api-augment": "6.12.2-23"
42+
"@polkadot/api-augment": "6.12.2-24"
4343
}
4444
}

0 commit comments

Comments
 (0)