Skip to content

Commit f47fad2

Browse files
authored
0.61.1 (#582)
* 0.61.1 * Changelog messaing * Update message
1 parent 0cbdfb8 commit f47fad2

File tree

9 files changed

+19
-10
lines changed

9 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 0.61.1 Dec 2, 2024
4+
5+
Changes:
6+
7+
- Bump yarn to 4.5.3 ([#581](https://github.com/polkadot-js/tools/pull/581))
8+
- Upgrade polkadot-js/api to 15.0.1 ([#580](https://github.com/polkadot-js/tools/pull/580))
9+
- Contains breaking changes where the signer can now modify the payload call data. This only affects the signer-cli.
10+
11+
312
## 0.60.3 Nov 11, 2024
413

514
Changes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.60.4-1-x",
17+
"version": "0.61.1",
1818
"versions": {
1919
"git": "0.60.4-1-x",
2020
"npm": "0.60.3"

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

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.60.4-1-x",
18+
"version": "0.61.1",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-json-serve": "./runcli.mjs"

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.60.4-1-x",
18+
"version": "0.61.1",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"

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

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.60.4-1-x",
18+
"version": "0.61.1",
1919
"main": "index.js",
2020
"bin": {
2121
"polkadot-js-signer": "./runcli.mjs"
2222
},
2323
"dependencies": {
2424
"@polkadot/api": "^15.0.1",
25-
"@polkadot/api-cli": "^0.60.4-1-x",
25+
"@polkadot/api-cli": "^0.61.1",
2626
"@polkadot/keyring": "^13.2.3",
2727
"@polkadot/types": "^15.0.1",
2828
"@polkadot/util": "^13.2.3",

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

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.60.4-1-x, @polkadot/api-cli@workspace:packages/api-cli":
478+
"@polkadot/api-cli@npm:^0.61.1, @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.0.1"
776-
"@polkadot/api-cli": "npm:^0.60.4-1-x"
776+
"@polkadot/api-cli": "npm:^0.61.1"
777777
"@polkadot/keyring": "npm:^13.2.3"
778778
"@polkadot/types": "npm:^15.0.1"
779779
"@polkadot/util": "npm:^13.2.3"

0 commit comments

Comments
 (0)