Skip to content

Commit

Permalink
0.33 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 25, 2021
1 parent f4d5eec commit 8f466a5
Show file tree
Hide file tree
Showing 9 changed files with 220 additions and 209 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG

## 0.32.1 Api 19, 2021
## 0.33.1 Apr 25, 2021

Upgrade priority: Low.

Changes:

- Updated to `@polkadot/util` 6.3.1
- Updated to `@polkadot/api` 4.7.1


## 0.32.1 Apr 19, 2021

Upgrade priority: Low.

Expand All @@ -9,6 +19,7 @@ Changes:
- Updated to `@polkadot/util` 6.2.1
- Updated to `@polkadot/api` 4.6.2


## 0.31.1 Apr 12, 2021

Upgrade priority: Low.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^4.6.3-8",
"@polkadot/api-derive": "^4.6.3-8",
"@polkadot/keyring": "^6.2.2-7",
"@polkadot/types": "^4.6.3-8",
"@polkadot/util": "^6.2.2-7",
"@polkadot/util-crypto": "^6.2.2-7",
"@polkadot/api": "^4.7.1",
"@polkadot/api-derive": "^4.7.1",
"@polkadot/keyring": "^6.3.1",
"@polkadot/types": "^4.7.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"typescript": "^4.2.4"
},
"scripts": {
Expand All @@ -33,10 +33,10 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/dev": "^0.62.9",
"@polkadot/dev": "^0.62.10",
"@polkadot/ts": "^0.3.63",
"@types/node": "^14.14.41",
"@types/yargs": "^16.0.1"
},
"version": "0.32.2-0"
"version": "0.33.0"
}
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.32.2-0",
"version": "0.33.0",
"description": "A commandline API interface for interacting with a chain",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,10 +18,10 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/api": "^4.6.3-8",
"@polkadot/keyring": "^6.2.2-7",
"@polkadot/types": "^4.6.3-8",
"@polkadot/util": "^6.2.2-7",
"@polkadot/api": "^4.7.1",
"@polkadot/keyring": "^6.3.1",
"@polkadot/types": "^4.7.1",
"@polkadot/util": "^6.3.1",
"yargs": "^16.2.0"
},
"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.32.2-0",
"version": "0.33.0",
"description": "A JSON API endpoint server",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,9 +18,9 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/api": "^4.6.3-8",
"@polkadot/api-derive": "^4.6.3-8",
"@polkadot/types": "^4.6.3-8",
"@polkadot/api": "^4.7.1",
"@polkadot/api-derive": "^4.7.1",
"@polkadot/types": "^4.7.1",
"koa": "^2.13.1",
"koa-route": "^3.2.0",
"yargs": "^16.2.0"
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.32.2-0",
"version": "0.33.0",
"description": "Compares metadata from 2 sources",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,10 +18,10 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/api": "^4.6.3-8",
"@polkadot/keyring": "^6.2.2-7",
"@polkadot/types": "^4.6.3-8",
"@polkadot/util": "^6.2.2-7",
"@polkadot/api": "^4.7.1",
"@polkadot/keyring": "^6.3.1",
"@polkadot/types": "^4.7.1",
"@polkadot/util": "^6.3.1",
"yargs": "^16.2.0"
},
"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.32.2-0",
"version": "0.33.0",
"description": "A simple monitor via RPC",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/api": "^4.6.3-8",
"@polkadot/types": "^4.6.3-8",
"@polkadot/api": "^4.7.1",
"@polkadot/types": "^4.7.1",
"koa": "^2.13.1",
"koa-route": "^3.2.0",
"yargs": "^16.2.0"
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.32.2-0",
"version": "0.33.0",
"description": "A commandline signer for offline signature generataion",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,12 +18,12 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/api": "^4.6.3-8",
"@polkadot/api-cli": "^0.32.2-0",
"@polkadot/keyring": "^6.2.2-7",
"@polkadot/types": "^4.6.3-8",
"@polkadot/util": "^6.2.2-7",
"@polkadot/util-crypto": "^6.2.2-7",
"@polkadot/api": "^4.7.1",
"@polkadot/api-cli": "^0.33.0",
"@polkadot/keyring": "^6.3.1",
"@polkadot/types": "^4.7.1",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"yargs": "^16.2.0"
},
"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.32.2-0",
"version": "0.33.0",
"description": "A vanity generator",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.13.16",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@polkadot/util": "^6.2.2-7",
"@polkadot/util-crypto": "^6.2.2-7",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"chalk": "^4.1.1",
"yargs": "^16.2.0"
},
Expand Down
Loading

0 comments on commit 8f466a5

Please sign in to comment.