Skip to content

Commit

Permalink
0.36 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 30, 2021
1 parent 3fd930e commit d415019
Show file tree
Hide file tree
Showing 15 changed files with 2,722 additions and 2,363 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '15 2 * * *'
- cron: '4 20 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GH_PAT }}
repo-token: ${{ secrets.GH_PAT_BOT }}
stale-issue-message: 'This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.'
stale-issue-label: 'stale'
exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,[bug]'
Expand Down
16 changes: 7 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.1.cjs

This file was deleted.

591 changes: 591 additions & 0 deletions .yarn/releases/yarn-3.0.0-rc.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-2.4.1.cjs
yarnPath: .yarn/releases/yarn-3.0.0-rc.2.cjs
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.36.1 May 30, 2021

Upgrade priority: Low.

Changes:

- Updated to `@polkadot/util` 6.6.1
- Updated to `@polkadot/api` 4.12.1


## 0.35.1 May 25, 2021

Upgrade priority: Low.
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": "^4.11.2",
"@polkadot/api-derive": "^4.11.2",
"@polkadot/keyring": "^6.5.1",
"@polkadot/types": "^4.11.2",
"@polkadot/util": "^6.5.1",
"@polkadot/util-crypto": "^6.5.1",
"typescript": "^4.2.4"
"@polkadot/api": "^4.12.1",
"@polkadot/api-derive": "^4.12.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/types": "^4.12.1",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"typescript": "^4.3.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
Expand All @@ -33,10 +33,10 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/dev": "^0.62.16",
"@polkadot/ts": "^0.3.66",
"@polkadot/dev": "^0.62.22",
"@polkadot/ts": "^0.3.71",
"@types/node": "^15.6.1",
"@types/yargs": "^17.0.0"
},
"version": "0.35.2-1"
"version": "0.36.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.35.2-1",
"version": "0.36.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.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.2",
"@polkadot/keyring": "^6.5.1",
"@polkadot/types": "^4.11.2",
"@polkadot/util": "^6.5.1",
"@polkadot/api": "^4.12.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/types": "^4.12.1",
"@polkadot/util": "^6.6.1",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down
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.35.2-1",
"version": "0.36.0",
"description": "A JSON API endpoint server",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,16 +18,16 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.2",
"@polkadot/api-derive": "^4.11.2",
"@polkadot/types": "^4.11.2",
"@polkadot/api": "^4.12.1",
"@polkadot/api-derive": "^4.12.1",
"@polkadot/types": "^4.12.1",
"koa": "^2.13.1",
"koa-route": "^3.2.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/koa": "^2.13.1",
"@types/koa": "^2.13.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^15.6.1",
"@types/yargs": "^17.0.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.35.2-1",
"version": "0.36.0",
"description": "Compares metadata from 2 sources",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,10 +18,10 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.2",
"@polkadot/keyring": "^6.5.1",
"@polkadot/types": "^4.11.2",
"@polkadot/util": "^6.5.1",
"@polkadot/api": "^4.12.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/types": "^4.12.1",
"@polkadot/util": "^6.6.1",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down
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.35.2-1",
"version": "0.36.0",
"description": "A simple monitor via RPC",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,14 +18,14 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.2",
"@polkadot/types": "^4.11.2",
"@polkadot/api": "^4.12.1",
"@polkadot/types": "^4.12.1",
"koa": "^2.13.1",
"koa-route": "^3.2.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/koa": "^2.13.1",
"@types/koa": "^2.13.3",
"@types/koa-route": "^3.2.4",
"@types/node": "^15.6.1",
"@types/yargs": "^17.0.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.35.2-1",
"version": "0.36.0",
"description": "A commandline signer for offline signature generataion",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,12 +18,12 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.2",
"@polkadot/api-cli": "^0.35.2-1",
"@polkadot/keyring": "^6.5.1",
"@polkadot/types": "^4.11.2",
"@polkadot/util": "^6.5.1",
"@polkadot/util-crypto": "^6.5.1",
"@polkadot/api": "^4.12.1",
"@polkadot/api-cli": "^0.36.0",
"@polkadot/keyring": "^6.6.1",
"@polkadot/types": "^4.12.1",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"yargs": "^17.0.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.35.2-1",
"version": "0.36.0",
"description": "A vanity generator",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.14.3",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@polkadot/util": "^6.5.1",
"@polkadot/util-crypto": "^6.5.1",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"chalk": "^4.1.1",
"yargs": "^17.0.1"
},
Expand Down
Loading

0 comments on commit d415019

Please sign in to comment.