From 93ba4380a1f9c933a6fed7af234e644cfd719816 Mon Sep 17 00:00:00 2001 From: yoozo Date: Wed, 30 Oct 2024 13:05:34 +0800 Subject: [PATCH] [release] 20241030 (#2581) --- .yarn/versions/cb885b36.yml | 2 ++ packages/node-core/CHANGELOG.md | 7 ++++++- packages/node-core/package.json | 2 +- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .yarn/versions/cb885b36.yml diff --git a/.yarn/versions/cb885b36.yml b/.yarn/versions/cb885b36.yml new file mode 100644 index 0000000000..f3d404be5f --- /dev/null +++ b/.yarn/versions/cb885b36.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index a87b5f8220..d6964f56d8 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.1.7] - 2024-10-30 +### Changed +- Bump `@subql/common` dependency + ## [14.1.6] - 2024-10-21 ### Fixed - Issues with setting a large block range for bypass blocks (#2566) @@ -836,7 +840,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.6...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.7...HEAD +[14.1.7]: https://github.com/subquery/subql/compare/node-core/14.1.6...node-core/14.1.7 [14.1.6]: https://github.com/subquery/subql/compare/node-core/14.1.5...node-core/14.1.6 [14.1.5]: https://github.com/subquery/subql/compare/node-core/14.1.4...node-core/14.1.5 [14.1.4]: https://github.com/subquery/subql/compare/node-core/14.1.3...node-core/14.1.4 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index ad5ec7a247..548d19f5e2 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "14.1.6", + "version": "14.1.7", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 0fe47d2db7..92a3f15a83 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.9] - 2024-10-30 +### Changed +- Bump `@subql/node-core` dependency + ## [5.2.8] - 2024-10-23 ### Changed - Bump `@subql/common-substrate` dependency @@ -1319,7 +1323,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.8...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.2.9...HEAD +[5.2.9]: https://github.com/subquery/subql/compare/node/5.2.8...node/5.2.9 [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 diff --git a/packages/node/package.json b/packages/node/package.json index 3826518f28..7dd8da8fb2 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "5.2.8", + "version": "5.2.9", "description": "", "author": "Ian He", "license": "GPL-3.0",