Skip to content

Commit

Permalink
0.18 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 27, 2020
1 parent cbcb99d commit e610c5a
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 289 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.18.1 Jul 27, 2020

- `@polkadot/api` 1.26.1
- `@polkadot/util` 3.0.1

## 0.17.1 Jul 21, 2020

- `@polkadot/api` 1.25.1
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.17.1"
"version": "0.18.0"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^1.25.1",
"@polkadot/api-derive": "^1.25.1",
"@polkadot/keyring": "^2.18.1",
"@polkadot/types": "^1.25.1",
"@polkadot/util": "^2.18.1",
"@polkadot/util-crypto": "^2.18.1",
"@polkadot/api": "^1.26.1",
"@polkadot/api-derive": "^1.26.1",
"@polkadot/keyring": "^3.0.1",
"@polkadot/types": "^1.26.1",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"babel-core": "^7.0.0-bridge.0"
},
"scripts": {
Expand All @@ -32,10 +32,10 @@
"@babel/core": "^7.10.5",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/dev": "^0.55.27",
"@polkadot/dev": "^0.55.28",
"@polkadot/ts": "^0.3.29",
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
},
"version": "0.17.1"
"version": "0.18.0"
}
12 changes: 6 additions & 6 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-cli",
"version": "0.17.1",
"version": "0.18.0",
"description": "A commandline API interface for interacting with a chain",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/api": "^1.25.1",
"@polkadot/keyring": "^2.18.1",
"@polkadot/types": "^1.25.1",
"@polkadot/util": "^2.18.1",
"@polkadot/api": "^1.26.1",
"@polkadot/keyring": "^3.0.1",
"@polkadot/types": "^1.26.1",
"@polkadot/util": "^3.0.1",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
}
}
10 changes: 5 additions & 5 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/json-serve",
"version": "0.17.1",
"version": "0.18.0",
"description": "A JSON API endpoint server",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/api": "^1.25.1",
"@polkadot/api-derive": "^1.25.1",
"@polkadot/types": "^1.25.1",
"@polkadot/api": "^1.26.1",
"@polkadot/api-derive": "^1.26.1",
"@polkadot/types": "^1.26.1",
"koa": "^2.13.0",
"koa-route": "^3.2.0",
"yargs": "^15.4.1"
Expand All @@ -42,7 +42,7 @@
"@types/bn.js": "^4.11.6",
"@types/koa": "^2.11.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
}
}
8 changes: 4 additions & 4 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/monitor-rpc",
"version": "0.17.1",
"version": "0.18.0",
"description": "A simple monitor via RPC",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,16 +31,16 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/api": "^1.25.1",
"@polkadot/types": "^1.25.1",
"@polkadot/api": "^1.26.1",
"@polkadot/types": "^1.26.1",
"koa": "^2.13.0",
"koa-route": "^3.2.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/koa": "^2.11.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
}
}
16 changes: 8 additions & 8 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/signer-cli",
"version": "0.17.1",
"version": "0.18.0",
"description": "A commandline signer for offline signature generataion",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,16 +31,16 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/api": "^1.25.1",
"@polkadot/api-cli": "0.17.1",
"@polkadot/keyring": "^2.18.1",
"@polkadot/types": "^1.25.1",
"@polkadot/util": "^2.18.1",
"@polkadot/util-crypto": "^2.18.1",
"@polkadot/api": "^1.26.1",
"@polkadot/api-cli": "0.18.0",
"@polkadot/keyring": "^3.0.1",
"@polkadot/types": "^1.26.1",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
}
}
8 changes: 4 additions & 4 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vanitygen",
"version": "0.17.1",
"version": "0.18.0",
"description": "A vanity generator",
"main": "index.js",
"bin": {
Expand All @@ -27,13 +27,13 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/util": "^2.18.1",
"@polkadot/util-crypto": "^2.18.1",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"chalk": "^4.1.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/yargs": "^15.0.5"
}
}
Loading

0 comments on commit e610c5a

Please sign in to comment.