Skip to content

Commit 3406503

Browse files
[CI Skip] bump/beta 0.61.2-1-x
skip-checks: true
1 parent 7e5ff3d commit 3406503

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-
64 Tarik Gul Bump yarn to 4.6.o (#583)
2+
65 Tarik Gul Upgrade polkadot api, and dev (#584)
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-0-x",
17+
"version": "0.61.2-1-x",
1818
"versions": {
19-
"git": "0.61.2-0-x",
19+
"git": "0.61.2-1-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-0-x",
18+
"version": "0.61.2-1-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-0-x' };
6+
export const packageInfo = { name: '@polkadot/api-cli', path: 'auto', type: 'auto', version: '0.61.2-1-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-0-x",
18+
"version": "0.61.2-1-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-0-x' };
6+
export const packageInfo = { name: '@polkadot/json-serve', path: 'auto', type: 'auto', version: '0.61.2-1-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-0-x",
18+
"version": "0.61.2-1-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-0-x' };
6+
export const packageInfo = { name: '@polkadot/metadata-cmp', path: 'auto', type: 'auto', version: '0.61.2-1-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-0-x",
18+
"version": "0.61.2-1-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-0-x' };
6+
export const packageInfo = { name: '@polkadot/monitor-rpc', path: 'auto', type: 'auto', version: '0.61.2-1-x' };

packages/signer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.61.2-0-x",
18+
"version": "0.61.2-1-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-signer": "./runcli.mjs"
2222
},
2323
"dependencies": {
2424
"@polkadot/api": "^15.1.1",
25-
"@polkadot/api-cli": "^0.61.2-0-x",
25+
"@polkadot/api-cli": "^0.61.2-1-x",
2626
"@polkadot/keyring": "^13.2.3",
2727
"@polkadot/types": "^15.1.1",
2828
"@polkadot/util": "^13.2.3",

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

packages/vanitygen/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-0-x",
18+
"version": "0.61.2-1-x",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-vanitygen": "./runcli.mjs"

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ __metadata:
475475
languageName: node
476476
linkType: hard
477477

478-
"@polkadot/api-cli@npm:^0.61.2-0-x, @polkadot/api-cli@workspace:packages/api-cli":
478+
"@polkadot/api-cli@npm:^0.61.2-1-x, @polkadot/api-cli@workspace:packages/api-cli":
479479
version: 0.0.0-use.local
480480
resolution: "@polkadot/api-cli@workspace:packages/api-cli"
481481
dependencies:
@@ -773,7 +773,7 @@ __metadata:
773773
resolution: "@polkadot/signer-cli@workspace:packages/signer-cli"
774774
dependencies:
775775
"@polkadot/api": "npm:^15.1.1"
776-
"@polkadot/api-cli": "npm:^0.61.2-0-x"
776+
"@polkadot/api-cli": "npm:^0.61.2-1-x"
777777
"@polkadot/keyring": "npm:^13.2.3"
778778
"@polkadot/types": "npm:^15.1.1"
779779
"@polkadot/util": "npm:^13.2.3"

0 commit comments

Comments
 (0)