From b66eea44e8e17fbd218223b296761459cac74398 Mon Sep 17 00:00:00 2001 From: yoozo Date: Wed, 23 Oct 2024 16:59:46 +0800 Subject: [PATCH] [release] Bump version with `@subql/common` (#2578) * [release] Bump version with `@subql/common` * update node and cli * remove update CLI --- .yarn/versions/0a6cfead.yml | 3 +++ packages/common-substrate/CHANGELOG.md | 7 ++++++- packages/common-substrate/package.json | 2 +- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .yarn/versions/0a6cfead.yml diff --git a/.yarn/versions/0a6cfead.yml b/.yarn/versions/0a6cfead.yml new file mode 100644 index 0000000000..6cd4b4fa5a --- /dev/null +++ b/.yarn/versions/0a6cfead.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/cli" + - "@subql/common-substrate" diff --git a/packages/common-substrate/CHANGELOG.md b/packages/common-substrate/CHANGELOG.md index c193889387..f2edaa1c5e 100644 --- a/packages/common-substrate/CHANGELOG.md +++ b/packages/common-substrate/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.2] - 2024-10-23 +### Changed +- Bump version with `@subql/common` + ## [4.3.1] - 2024-09-25 ### Changed - Bump common, Added manifest support for query-subgraph. @@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - init commit -[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...HEAD +[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2 [4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1 [4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0 [4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0 diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index 7adccba14b..3147da7893 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "4.3.1", + "version": "4.3.2", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 30c2e47610..0fe47d2db7 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] +## [5.2.8] - 2024-10-23 +### Changed +- Bump `@subql/common-substrate` dependency + ## [5.2.7] - 2024-10-21 ### Fixed - Issues with setting a large block range for bypass blocks (#2566) @@ -1315,7 +1319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - bump @polkadot/api to 3.1.1 -[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.7...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.8...HEAD +[5.2.8]: https://github.com/subquery/subql/compare/node/5.2.7...node/5.2.8 [5.2.7]: https://github.com/subquery/subql/compare/node/5.2.6...node/5.2.7 [5.2.6]: https://github.com/subquery/subql/compare/node/5.2.5...node/5.2.6 [5.2.5]: https://github.com/subquery/subql/compare/node/5.2.3...node/5.2.5 diff --git a/packages/node/package.json b/packages/node/package.json index 3e7a539355..3826518f28 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "5.2.7", + "version": "5.2.8", "description": "", "author": "Ian He", "license": "GPL-3.0",