Skip to content

Commit

Permalink
[release] 20220121 (#767)
Browse files Browse the repository at this point in the history
* [release] 20220121

* Update changelogs
  • Loading branch information
jiqiang90 authored Jan 21, 2022
1 parent 12d6ad8 commit be46b18
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 12 deletions.
Empty file removed .yarn/versions/07587f8c.yml
Empty file.
Empty file removed .yarn/versions/525e8d9c.yml
Empty file.
Empty file removed .yarn/versions/6acbea84.yml
Empty file.
Empty file removed .yarn/versions/6ef88bb5.yml
Empty file.
Empty file removed .yarn/versions/9fdf592c.yml
Empty file.
Empty file removed .yarn/versions/a2034ff0.yml
Empty file.
Empty file removed .yarn/versions/bb5dae0f.yml
Empty file.
9 changes: 8 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.19.0] - 2022-01-21
### Added
Allow use `subql build` self contained js as instructed by `exports` fields under`package.json` (#753)
### Changed
- Remove .github directory from new projects (#763)

## [0.18.0] - 2022-01-18
### Added
- Filter project templates by selected specVersion (#751)
Expand Down Expand Up @@ -132,7 +138,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/0.18.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/0.19.0...HEAD
[0.19.0]: https://github.com/subquery/subql/compare/cli/0.18.0...cli/0.19.0
[0.18.0]: https://github.com/subquery/subql/compare/cli/0.17.0...cli/0.18.0
[0.17.0]: https://github.com/subquery/subql/compare/cli/0.16.2...cli/0.17.0
[0.16.2]: https://github.com/subquery/subql/compare/cli/0.16.1...cli/0.16.2
Expand Down
5 changes: 2 additions & 3 deletions 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.18.1-1",
"version": "0.19.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -73,6 +73,5 @@
"version": "oclif-dev readme && git add README.md",
"format": "prettier --write \"src/**/*.ts\""
},
"types": "lib/index.d.ts",
"stableVersion": "0.18.1-0"
"types": "lib/index.d.ts"
}
9 changes: 8 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.2] - 2021-01-23
### Changed
- Update Polkadot/api to 7.4.1 (#757)
### Fixed
- Fix genesis hash validation for manifest v0.0.1 (#762)

## [0.27.1] - 2021-01-18
### Changed
- Ready endpoint return code (#750)
Expand Down Expand Up @@ -391,7 +397,8 @@ Priority: high for projects use dictionary
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/0.27.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/0.27.2...HEAD
[0.27.2]: https://github.com/subquery/subql/compare/node/0.27.1...node/0.27.2
[0.27.1]: https://github.com/subquery/subql/compare/node/0.27.0...node/0.27.1
[0.27.0]: https://github.com/subquery/subql/compare/node/0.26.0...node/0.27.0
[0.26.0]: https://github.com/subquery/subql/compare/node/0.25.3...node/0.26.0
Expand Down
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.2-1",
"version": "0.27.2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -63,6 +63,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "0.27.2-0"
]
}
7 changes: 6 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.11.0] - 2022-01-21
### Added
- Enable full aggregates support when `--unsafe`, and group-by only when `--unsafe=false` (#765)

## [0.10.0] - 2022-01-13
### Added
- Add rowCountEstimate to Metadata (#736)
Expand Down Expand Up @@ -92,7 +96,8 @@ Upgrade priority: High. This fix the entities name conflict issue, for users who
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/0.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/0.11.0...HEAD
[0.11.0]: https://github.com/subquery/subql/compare/query/0.10.0...query/0.11.0
[0.10.0]: https://github.com/subquery/subql/compare/query/0.9.0...query/0.10.0
[0.9.0]: https://github.com/subquery/subql/compare/query/0.8.0...query/0.9.0
[0.8.0]: https://github.com/subquery/subql/compare/query/0.7.4...query/0.8.0
Expand Down
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.10.1-2",
"version": "0.11.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -63,6 +63,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.14",
"typescript": "^4.4.4"
},
"stableVersion": "0.10.1-1"
}
}

0 comments on commit be46b18

Please sign in to comment.