From ba5408219d6eeb7a82d903503f43a76ba4c592f4 Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Tue, 15 Feb 2022 17:54:08 +1300 Subject: [PATCH] [release] 20220215 (#805) --- .yarn/versions/31f096e2.yml | 0 .yarn/versions/68292ad5.yml | 0 packages/cli/CHANGELOG.md | 7 ++++++- packages/cli/package.json | 5 ++--- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 5 ++--- packages/validator/CHANGELOG.md | 7 ++++++- packages/validator/package.json | 5 ++--- 8 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 .yarn/versions/31f096e2.yml delete mode 100644 .yarn/versions/68292ad5.yml diff --git a/.yarn/versions/31f096e2.yml b/.yarn/versions/31f096e2.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/.yarn/versions/68292ad5.yml b/.yarn/versions/68292ad5.yml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4a21d865f4..b30e24cb7c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -8,6 +8,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd ## [Unreleased] +## [0.20.1] - 2022-02-15 +### Fixed +- Patch release with @subql/validator version bump, in order to fix validation issue. + ## [0.20.0] - 2022-02-09 ### Added - Add support for dynamic data sources (#773) @@ -146,7 +150,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.20.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/0.20.1...HEAD +[0.20.1]: https://github.com/subquery/subql/compare/cli/0.20.0...cli/0.20.1 [0.20.0]: https://github.com/subquery/subql/compare/cli/0.19.0...cli/0.20.0 [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 39910ac41d..9890fc6bbd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "0.20.0", + "version": "0.20.1", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -74,6 +74,5 @@ "version": "oclif-dev readme && git add README.md", "format": "prettier --write \"src/**/*.ts\"" }, - "types": "lib/index.d.ts", - "stableVersion": "0.19.1-8" + "types": "lib/index.d.ts" } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 567e92be66..4f0e6ef3df 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.1] - 2022-02-15 +### Fixed +- Fixed issue that node stop fetch block when set batch size to 1. (#802) + ## [0.28.0] - 2022-02-09 ### Added - Support running the indexer from locations other than the filesystem, and refactor `SubqueryProject` class (#511) @@ -408,7 +412,8 @@ Priority: high for projects use dictionary ### Changed - bump @polkadot/api to 3.1.1 -[Unreleased]: https://github.com/subquery/subql/compare/node/0.28.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/0.28.1...HEAD +[0.28.1]: https://github.com/subquery/subql/compare/node/0.28.0...node/0.28.1 [0.28.0]: https://github.com/subquery/subql/compare/node/0.27.2...node/0.28.0 [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 diff --git a/packages/node/package.json b/packages/node/package.json index 7a4fe6c6d7..dfd5883d63 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "0.28.1-0", + "version": "0.28.1", "description": "", "author": "Ian He", "license": "Apache-2.0", @@ -64,6 +64,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "0.28.0" + ] } diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 323224e0df..254f7124c2 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd ## [Unreleased] +## [0.4.4] - 2022-02-15 +### Fixed +- Fix chainTypes validation when load from yaml or json (#804) + ## [0.4.3] - 2022-02-09 ### Changed - Move readers from validator to common (#551) @@ -46,7 +50,8 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd ### Added - init release: support validation of subquery project -[Unreleased]: https://github.com/subquery/subql/compare/v0.4.3...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/v0.4.4...HEAD +[0.4.4]: https://github.com/subquery/subql/compare/query/0.4.3...query/0.4.4 [0.4.3]: https://github.com/subquery/subql/compare/query/0.4.2...query/0.4.3 [0.4.2]: https://github.com/subquery/subql/compare/query/0.4.1...query/0.4.2 [0.4.1]: https://github.com/subquery/subql/compare/query/0.4.0...query/0.4.1 diff --git a/packages/validator/package.json b/packages/validator/package.json index 723d37b4d6..9fbfdf1ffc 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@subql/validator", - "version": "0.4.4-0", + "version": "0.4.4", "description": "to validate subquery project", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -24,6 +24,5 @@ }, "devDependencies": { "@types/js-yaml": "^4.0.5" - }, - "stableVersion": "0.4.3" + } }