Skip to content

Commit

Permalink
0.57.1 (#552)
Browse files Browse the repository at this point in the history
* 0.57.1

* clean personal nit

* fix nit
  • Loading branch information
TarikGul authored Jul 13, 2024
1 parent fe5403f commit 16b72b8
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 11 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# CHANGELOG

## 0.57.1 July 13, 2024

Changes:

- Upgrade polkadot/api to 12.2.1
- Upgrade polkadot/common to 13.0.2
- Bump yarn to 4.3.1


## 0.56.14 June 27, 2024

Changes
Changes:

- Bump polkadot/api to 12.0.2

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.56.15-1-x",
"version": "0.57.1",
"versions": {
"git": "0.56.15-1-x",
"npm": "0.56.14"
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.56.15-1-x",
"version": "0.57.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.56.15-1-x",
"version": "0.57.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.56.15-1-x",
"version": "0.57.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.56.15-1-x",
"version": "0.57.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.56.15-1-x",
"version": "0.57.1",
"main": "index.js",
"bin": {
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^12.2.1",
"@polkadot/api-cli": "^0.56.15-1-x",
"@polkadot/api-cli": "^0.57.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.1",
"@polkadot/util": "^13.0.2",
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.56.15-1-x",
"version": "0.57.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 @@ -472,7 +472,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-cli@npm:^0.56.15-1-x, @polkadot/api-cli@workspace:packages/api-cli":
"@polkadot/api-cli@npm:^0.57.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 @@ -770,7 +770,7 @@ __metadata:
resolution: "@polkadot/signer-cli@workspace:packages/signer-cli"
dependencies:
"@polkadot/api": "npm:^12.2.1"
"@polkadot/api-cli": "npm:^0.56.15-1-x"
"@polkadot/api-cli": "npm:^0.57.1"
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/types": "npm:^12.2.1"
"@polkadot/util": "npm:^13.0.2"
Expand Down

0 comments on commit 16b72b8

Please sign in to comment.