Skip to content

Commit

Permalink
0.58.1 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Sep 18, 2024
1 parent b82f8df commit 9724850
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 0.58.1 Sep 18, 2024

Changes:

- Upgrade polkadot-js/api to 13.1.1, and polkadot-js/common to 13.1.1 ([#562](https://github.com/polkadot-js/tools/pull/562))
- Bump Dev and Typescript ([#560](https://github.com/polkadot-js/tools/pull/560))
- Bump yarn to 4.5.0 ([#563](https://github.com/polkadot-js/tools/pull/563))


## 0.57.4 Aug 19, 2024

Changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"versions": {
"git": "0.57.5-3-x",
"npm": "0.57.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-api": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-json-serve": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-metadata-cmp": "./runcli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-monitor": "./runcli.mjs"
Expand Down
4 changes: 2 additions & 2 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^13.1.1",
"@polkadot/api-cli": "^0.57.5-3-x",
"@polkadot/api-cli": "^0.58.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types": "^13.1.1",
"@polkadot/util": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.57.5-3-x",
"version": "0.58.1",
"main": "index.js",
"bin": {
"polkadot-js-vanitygen": "./runcli.mjs"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-cli@npm:^0.57.5-3-x, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/api-cli@npm:^0.58.1, @polkadot/api-cli@workspace:packages/api-cli":
version: 0.0.0-use.local
resolution: "@polkadot/api-cli@workspace:packages/api-cli"
dependencies:
Expand Down Expand Up @@ -852,7 +852,7 @@ __metadata:
resolution: "@polkadot/signer-cli@workspace:packages/signer-cli"
dependencies:
"@polkadot/api": "npm:^13.1.1"
"@polkadot/api-cli": "npm:^0.57.5-3-x"
"@polkadot/api-cli": "npm:^0.58.1"
"@polkadot/keyring": "npm:^13.1.1"
"@polkadot/types": "npm:^13.1.1"
"@polkadot/util": "npm:^13.1.1"
Expand Down

0 comments on commit 9724850

Please sign in to comment.