Skip to content

Commit

Permalink
0.56.2 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 18, 2023
1 parent 830ec84 commit a372b7e
Show file tree
Hide file tree
Showing 9 changed files with 338 additions and 326 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.56.2 Dec 18, 2023

Contributed:

- Add nonce argument to cli (Thanks to https://github.com/svyatonik)

Changes:

- Upgrade to `@polkadot/util` 12.6.2
- Upgrade to `@polkadot/api` 10.11.2


## 0.56.1 Nov 18, 2023

Changes:
Expand Down
16 changes: 8 additions & 8 deletions 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.2-1-x",
"version": "0.56.2",
"versions": {
"git": "0.56.2-1-x",
"npm": "0.56.1"
Expand Down Expand Up @@ -44,12 +44,12 @@
"@types/yargs": "^17.0.32"
},
"resolutions": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-derive": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"typescript": "^5.2.2"
"@polkadot/api": "^10.11.2",
"@polkadot/api-derive": "^10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-api": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-augment": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-augment": "^10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-json-serve": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-augment": "^10.11.1",
"@polkadot/api-derive": "^10.11.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-augment": "^10.11.2",
"@polkadot/api-derive": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.6.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-metadata-cmp": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-monitor": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.6.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
},
"sideEffects": false,
"type": "module",
"version": "0.56.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.11.1",
"@polkadot/api-cli": "^0.56.2-1-x",
"@polkadot/keyring": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-cli": "^0.56.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vanitygen/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.2-1-x",
"version": "0.56.2",
"main": "index.js",
"bin": {
"polkadot-js-vanitygen": "./runcli.mjs"
},
"dependencies": {
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit a372b7e

Please sign in to comment.