Skip to content

Commit 9c41b52

Browse files
committed
[CI Skip] release/beta 6.12.2-27
skip-checks: true
1 parent c78d1dd commit 9c41b52

File tree

32 files changed

+157
-157
lines changed

32 files changed

+157
-157
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-26",
14+
"version": "6.12.2-27",
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-26",
23+
"version": "6.12.2-27",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-base": "6.12.2-26",
28-
"@polkadot/rpc-augment": "6.12.2-26",
29-
"@polkadot/types": "6.12.2-26",
30-
"@polkadot/types-augment": "6.12.2-26",
31-
"@polkadot/types-codec": "6.12.2-26",
27+
"@polkadot/api-base": "6.12.2-27",
28+
"@polkadot/rpc-augment": "6.12.2-27",
29+
"@polkadot/types": "6.12.2-27",
30+
"@polkadot/types-augment": "6.12.2-27",
31+
"@polkadot/types-codec": "6.12.2-27",
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-26' };
6+
export const packageInfo = { name: '@polkadot/api-augment', version: '6.12.2-27' };

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-26",
23+
"version": "6.12.2-27",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/rpc-core": "6.12.2-26",
28-
"@polkadot/types": "6.12.2-26",
27+
"@polkadot/rpc-core": "6.12.2-27",
28+
"@polkadot/types": "6.12.2-27",
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-26' };
6+
export const packageInfo = { name: '@polkadot/api-base', version: '6.12.2-27' };

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-26",
23+
"version": "6.12.2-27",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "6.12.2-26",
28-
"@polkadot/types": "6.12.2-26",
29-
"@polkadot/types-create": "6.12.2-26",
27+
"@polkadot/api": "6.12.2-27",
28+
"@polkadot/types": "6.12.2-27",
29+
"@polkadot/types-create": "6.12.2-27",
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-26' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '6.12.2-27' };

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-26",
23+
"version": "6.12.2-27",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api": "6.12.2-26",
28-
"@polkadot/api-base": "6.12.2-26",
29-
"@polkadot/rpc-core": "6.12.2-26",
30-
"@polkadot/types": "6.12.2-26",
31-
"@polkadot/types-codec": "6.12.2-26",
27+
"@polkadot/api": "6.12.2-27",
28+
"@polkadot/api-base": "6.12.2-27",
29+
"@polkadot/rpc-core": "6.12.2-27",
30+
"@polkadot/types": "6.12.2-27",
31+
"@polkadot/types-codec": "6.12.2-27",
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-26",
38-
"@polkadot/api-augment": "6.12.2-26",
39-
"@polkadot/rpc-augment": "6.12.2-26"
37+
"@polkadot/api": "6.12.2-27",
38+
"@polkadot/api-augment": "6.12.2-27",
39+
"@polkadot/rpc-augment": "6.12.2-27"
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-26' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '6.12.2-27' };

packages/api/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.12.2-26",
23+
"version": "6.12.2-27",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.5",
27-
"@polkadot/api-augment": "6.12.2-26",
28-
"@polkadot/api-base": "6.12.2-26",
29-
"@polkadot/api-derive": "6.12.2-26",
27+
"@polkadot/api-augment": "6.12.2-27",
28+
"@polkadot/api-base": "6.12.2-27",
29+
"@polkadot/api-derive": "6.12.2-27",
3030
"@polkadot/keyring": "^8.2.2",
31-
"@polkadot/rpc-augment": "6.12.2-26",
32-
"@polkadot/rpc-core": "6.12.2-26",
33-
"@polkadot/rpc-provider": "6.12.2-26",
34-
"@polkadot/types": "6.12.2-26",
35-
"@polkadot/types-augment": "6.12.2-26",
36-
"@polkadot/types-codec": "6.12.2-26",
37-
"@polkadot/types-create": "6.12.2-26",
38-
"@polkadot/types-known": "6.12.2-26",
31+
"@polkadot/rpc-augment": "6.12.2-27",
32+
"@polkadot/rpc-core": "6.12.2-27",
33+
"@polkadot/rpc-provider": "6.12.2-27",
34+
"@polkadot/types": "6.12.2-27",
35+
"@polkadot/types-augment": "6.12.2-27",
36+
"@polkadot/types-codec": "6.12.2-27",
37+
"@polkadot/types-create": "6.12.2-27",
38+
"@polkadot/types-known": "6.12.2-27",
3939
"@polkadot/util": "^8.2.2",
4040
"@polkadot/util-crypto": "^8.2.2",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.4.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "6.12.2-26"
45+
"@polkadot/api-augment": "6.12.2-27"
4646
}
4747
}

0 commit comments

Comments
 (0)