Skip to content

Commit 9ae87be

Browse files
committed
[CI Skip] release/beta 6.5.2-3
skip-checks: true
1 parent 7f5a522 commit 9ae87be

File tree

20 files changed

+67
-67
lines changed

20 files changed

+67
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"sideEffects": false,
1414
"type": "commonjs",
15-
"version": "6.5.2-2",
15+
"version": "6.5.2-3",
1616
"workspaces": [
1717
"packages/*"
1818
],

packages/api-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"./detectPackage.cjs"
2222
],
2323
"type": "module",
24-
"version": "6.5.2-2",
24+
"version": "6.5.2-3",
2525
"main": "index.js",
2626
"dependencies": {
2727
"@babel/runtime": "^7.15.4",
28-
"@polkadot/api": "6.5.2-2",
29-
"@polkadot/types": "6.5.2-2",
28+
"@polkadot/api": "6.5.2-3",
29+
"@polkadot/types": "6.5.2-3",
3030
"@polkadot/util": "^7.6.1",
3131
"rxjs": "^7.4.0"
3232
}

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.5.2-2' };
6+
export const packageInfo = { name: '@polkadot/api-contract', version: '6.5.2-3' };

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"./detectPackage.cjs"
2222
],
2323
"type": "module",
24-
"version": "6.5.2-2",
24+
"version": "6.5.2-3",
2525
"main": "index.js",
2626
"dependencies": {
2727
"@babel/runtime": "^7.15.4",
28-
"@polkadot/api": "6.5.2-2",
29-
"@polkadot/rpc-core": "6.5.2-2",
30-
"@polkadot/types": "6.5.2-2",
28+
"@polkadot/api": "6.5.2-3",
29+
"@polkadot/rpc-core": "6.5.2-3",
30+
"@polkadot/types": "6.5.2-3",
3131
"@polkadot/util": "^7.6.1",
3232
"@polkadot/util-crypto": "^7.6.1",
3333
"rxjs": "^7.4.0"
3434
},
3535
"devDependencies": {
3636
"@polkadot/keyring": "^7.6.1",
37-
"@polkadot/rpc-provider": "6.5.2-2"
37+
"@polkadot/rpc-provider": "6.5.2-3"
3838
}
3939
}

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.5.2-2' };
6+
export const packageInfo = { name: '@polkadot/api-derive', version: '6.5.2-3' };

packages/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"./detectPackage.cjs"
2222
],
2323
"type": "module",
24-
"version": "6.5.2-2",
24+
"version": "6.5.2-3",
2525
"main": "index.js",
2626
"dependencies": {
2727
"@babel/runtime": "^7.15.4",
28-
"@polkadot/api-derive": "6.5.2-2",
28+
"@polkadot/api-derive": "6.5.2-3",
2929
"@polkadot/keyring": "^7.6.1",
30-
"@polkadot/rpc-core": "6.5.2-2",
31-
"@polkadot/rpc-provider": "6.5.2-2",
32-
"@polkadot/types": "6.5.2-2",
33-
"@polkadot/types-known": "6.5.2-2",
30+
"@polkadot/rpc-core": "6.5.2-3",
31+
"@polkadot/rpc-provider": "6.5.2-3",
32+
"@polkadot/types": "6.5.2-3",
33+
"@polkadot/types-known": "6.5.2-3",
3434
"@polkadot/util": "^7.6.1",
3535
"@polkadot/util-crypto": "^7.6.1",
3636
"eventemitter3": "^4.0.7",

packages/api/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', version: '6.5.2-2' };
6+
export const packageInfo = { name: '@polkadot/api', version: '6.5.2-3' };

packages/rpc-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"./detectPackage.cjs"
2222
],
2323
"type": "module",
24-
"version": "6.5.2-2",
24+
"version": "6.5.2-3",
2525
"main": "index.js",
2626
"dependencies": {
2727
"@babel/runtime": "^7.15.4",
28-
"@polkadot/rpc-provider": "6.5.2-2",
29-
"@polkadot/types": "6.5.2-2",
28+
"@polkadot/rpc-provider": "6.5.2-3",
29+
"@polkadot/types": "6.5.2-3",
3030
"@polkadot/util": "^7.6.1",
3131
"rxjs": "^7.4.0"
3232
},

packages/rpc-core/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/rpc-core', version: '6.5.2-2' };
6+
export const packageInfo = { name: '@polkadot/rpc-core', version: '6.5.2-3' };

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"./detectPackage.cjs"
2222
],
2323
"type": "module",
24-
"version": "6.5.2-2",
24+
"version": "6.5.2-3",
2525
"main": "index.js",
2626
"dependencies": {
2727
"@babel/runtime": "^7.15.4",
28-
"@polkadot/types": "6.5.2-2",
28+
"@polkadot/types": "6.5.2-3",
2929
"@polkadot/util": "^7.6.1",
3030
"@polkadot/util-crypto": "^7.6.1",
3131
"@polkadot/x-fetch": "^7.6.1",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@polkadot/keyring": "^7.6.1",
38-
"@polkadot/types": "6.5.2-2",
38+
"@polkadot/types": "6.5.2-3",
3939
"mock-socket": "^9.0.6",
4040
"nock": "^13.1.4"
4141
}

0 commit comments

Comments
 (0)