Skip to content

Commit

Permalink
0.47.3 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 18, 2021
1 parent 26f3224 commit feaa61b
Show file tree
Hide file tree
Showing 9 changed files with 795 additions and 904 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# CHANGELOG

## 0.47.3 Oct 18, 2021

Changes:

- Updated to `@polkadot/api` 6.4.1


## 0.47.2 Oct 10, 2021

Changes:

- Updated to `@polkadot/api` 6.2.1
- Updated to `@polkadot/api` 6.3.1


## 0.47.1 Oct 4, 2021
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^6.3.1",
"@polkadot/api-derive": "^6.3.1",
"@polkadot/keyring": "^7.4.1",
"@polkadot/types": "^6.3.1",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"typescript": "^4.4.3"
"@polkadot/api": "^6.4.1",
"@polkadot/api-derive": "^6.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/types": "^6.4.1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"typescript": "^4.4.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
Expand All @@ -33,11 +33,11 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.62.70",
"@polkadot/ts": "^0.4.8",
"@polkadot/dev": "^0.63.3",
"@polkadot/ts": "^0.4.9",
"@types/node": "^16.10.3",
"@types/yargs": "^17.0.3"
},
"version": "0.47.2",
"version": "0.47.3",
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 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.47.2",
"version": "0.47.3",
"description": "A commandline API interface for interacting with a chain",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,10 +18,10 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/api": "^6.3.1",
"@polkadot/keyring": "^7.4.1",
"@polkadot/types": "^6.3.1",
"@polkadot/util": "^7.4.1",
"@polkadot/api": "^6.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/types": "^6.4.1",
"@polkadot/util": "^7.5.1",
"yargs": "^17.2.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.47.2",
"version": "0.47.3",
"description": "A JSON API endpoint server",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,9 +18,9 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/api": "^6.3.1",
"@polkadot/api-derive": "^6.3.1",
"@polkadot/types": "^6.3.1",
"@polkadot/api": "^6.4.1",
"@polkadot/api-derive": "^6.4.1",
"@polkadot/types": "^6.4.1",
"koa": "^2.13.3",
"koa-route": "^3.2.0",
"yargs": "^17.2.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata-cmp",
"version": "0.47.2",
"version": "0.47.3",
"description": "Compares metadata from 2 sources",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,10 +18,10 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/api": "^6.3.1",
"@polkadot/keyring": "^7.4.1",
"@polkadot/types": "^6.3.1",
"@polkadot/util": "^7.4.1",
"@polkadot/api": "^6.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/types": "^6.4.1",
"@polkadot/util": "^7.5.1",
"yargs": "^17.2.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.47.2",
"version": "0.47.3",
"description": "A simple monitor via RPC",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/api": "^6.3.1",
"@polkadot/types": "^6.3.1",
"@polkadot/api": "^6.4.1",
"@polkadot/types": "^6.4.1",
"koa": "^2.13.3",
"koa-route": "^3.2.0",
"yargs": "^17.2.1"
Expand Down
14 changes: 7 additions & 7 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.47.2",
"version": "0.47.3",
"description": "A commandline signer for offline signature generataion",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,12 +18,12 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/api": "^6.3.1",
"@polkadot/api-cli": "^0.47.2",
"@polkadot/keyring": "^7.4.1",
"@polkadot/types": "^6.3.1",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/api": "^6.4.1",
"@polkadot/api-cli": "^0.47.3",
"@polkadot/keyring": "^7.5.1",
"@polkadot/types": "^6.4.1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"yargs": "^17.2.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vanitygen",
"version": "0.47.2",
"version": "0.47.3",
"description": "A vanity generator",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"chalk": "^4.1.2",
"yargs": "^17.2.1"
},
Expand Down
Loading

0 comments on commit feaa61b

Please sign in to comment.