From 59bb478d45dad47b7a9b4ae06cc957c0654acb86 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Thu, 12 Oct 2023 16:32:13 +1300 Subject: [PATCH] [release] 20231012 (#2096) * [release] 20231012 * Include node in release --- packages/node-core/CHANGELOG.md | 5 ++++- packages/node-core/package.json | 2 +- packages/node/CHANGELOG.md | 7 ++++++- packages/node/package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 67aa0a23f6..c6ecb5176b 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [6.0.2] - 2023-10-12 ### Fixed - Issues with using object destructing for store interface and workers (#2094) @@ -429,7 +431,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/6.0.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.0.2...HEAD +[6.0.2]: https://github.com/subquery/subql/compare/node-core/6.0.1...node-core/6.0.2 [6.0.1]: https://github.com/subquery/subql/compare/node-core/6.0.0...node-core/6.0.1 [6.0.0]: https://github.com/subquery/subql/compare/node-core/5.0.3...node-core/6.0.0 [5.0.3]: https://github.com/subquery/subql/compare/node-core/5.0.2...node-core/5.0.3 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 5974bbdc12..670a2f40f3 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "6.0.2-0", + "version": "6.0.2", "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 b70fc6d9b2..9e2a11efc2 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] +## [3.0.6] - 2023-10-12 +### Changed +- Update node-core + ## [3.0.5] - 2023-10-11 ### Changed - debug has changed from a boolean to a string to allow scoping debug log level (#2077) @@ -1003,7 +1007,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/3.0.5...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/3.0.6...HEAD +[3.0.6]: https://github.com/subquery/subql/compare/node/3.0.5...node/3.0.6 [3.0.5]: https://github.com/subquery/subql/compare/node/3.0.4...node/3.0.5 [3.0.4]: https://github.com/subquery/subql/compare/node/3.0.3...node/3.0.4 [3.0.3]: https://github.com/subquery/subql/compare/node/3.0.2...node/3.0.3 diff --git a/packages/node/package.json b/packages/node/package.json index b00939fd8c..faca2536cd 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.0.5", + "version": "3.0.6", "description": "", "author": "Ian He", "license": "GPL-3.0",