Skip to content

Commit 15ac315

Browse files
[CI Skip] bump/beta 0.61.2-2-x
skip-checks: true
1 parent 2174f89 commit 15ac315

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
483 Jaco 2024 (#514)
2-
65 Tarik Gul Upgrade polkadot api, and dev (#584)
2+
66 Tarik Gul 2025 (#587)
33
5 Peter Goodspeed-Niklaus Disable yargs behavior to optimistically parse number-seeming arguments (#108)
44
3 Alexander Popiak add more spec diffing to the metadata comparison (#284)
55
3 Bison Brandon Signing-CLI: Add missing special case for immortal transactions (#62)

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": "0.61.2-1-x",
17+
"version": "0.61.2-2-x",
1818
"versions": {
19-
"git": "0.61.2-1-x",
19+
"git": "0.61.2-2-x",
2020
"npm": "0.61.1"
2121
},
2222
"workspaces": [

packages/api-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.61.2-1-x",
18+
"version": "0.61.2-2-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-api": "./runcli.mjs"

packages/api-cli/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-cli', path: 'auto', type: 'auto', version: '0.61.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.61.2-2-x' };

packages/json-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.61.2-1-x",
18+
"version": "0.61.2-2-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-json-serve": "./runcli.mjs"

packages/json-serve/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/json-serve', path: 'auto', type: 'auto', version: '0.61.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.61.2-2-x' };

packages/metadata-cmp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.61.2-1-x",
18+
"version": "0.61.2-2-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"

packages/metadata-cmp/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/metadata-cmp', path: 'auto', type: 'auto', version: '0.61.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.61.2-2-x' };

packages/monitor-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.61.2-1-x",
18+
"version": "0.61.2-2-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-monitor": "./runcli.mjs"

packages/monitor-rpc/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/monitor-rpc', path: 'auto', type: 'auto', version: '0.61.2-1-x' };
6+
export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.61.2-2-x' };

0 commit comments

Comments
 (0)