Skip to content

Commit

Permalink
[release] 20220211 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Feb 10, 2022
1 parent de60d4a commit bdd29b9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 27 deletions.
Empty file removed .yarn/versions/749feb31.yml
Empty file.
6 changes: 0 additions & 6 deletions .yarn/versions/7b5c7dcd.yml

This file was deleted.

Empty file removed .yarn/versions/dcaaff49.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/f0ad6499.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/fbabc4be.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "0.19.1-9",
"version": "0.20.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "0.16.1-3",
"version": "0.17.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -39,6 +39,5 @@
"@types/js-yaml": "^4.0.5",
"@types/pino": "^6.3.12",
"@types/tar": "^6.1.1"
},
"stableVersion": "0.16.1-2"
}
}
2 changes: 1 addition & 1 deletion packages/contract-processors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2022-02-09
## [0.5.0] - 2022-02-09
### Added
- Add support for ethereum json artifacts instead of abi (#790)
### Changed
Expand Down
5 changes: 2 additions & 3 deletions packages/contract-processors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/contract-processors",
"version": "0.4.2-3",
"version": "0.5.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"peerDependencies": {
"@polkadot/api": "^7"
},
"stableVersion": "0.4.2-2"
}
}
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "0.27.3-5",
"version": "0.28.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -64,6 +64,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "0.27.3-4"
]
}
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "0.11.1-2",
"version": "0.12.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -63,6 +63,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
},
"stableVersion": "0.11.1-1"
}
}
5 changes: 2 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "0.4.3-4",
"version": "0.4.3",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "0.4.3-3"
}
}

0 comments on commit bdd29b9

Please sign in to comment.