diff --git a/.yarn/versions/13e65d14.yml b/.yarn/versions/13e65d14.yml new file mode 100644 index 0000000000..75f21d7001 --- /dev/null +++ b/.yarn/versions/13e65d14.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/node-core" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index a8376c3f12..162c79b6e3 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] + +## [7.0.5] - 2023-12-20 ### Fixed - Fix issue with metadata cache setting lastProcessedHeight to undefined (#2200) @@ -524,7 +526,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/7.0.4...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.5...HEAD +[7.0.5]: https://github.com/subquery/subql/compare/node-core/7.0.4...node-core/7.0.5 [7.0.4]: https://github.com/subquery/subql/compare/node-core/7.0.3...node-core/7.0.4 [7.0.3]: https://github.com/subquery/subql/compare/node-core/7.0.2...node-core/7.0.3 [7.0.2]: https://github.com/subquery/subql/compare/node-core/7.0.1...node-core/7.0.2 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 160989e515..109b445a64 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "7.0.4", + "version": "7.0.5", "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 e4c2277c24..e74f7c77ad 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.4.9] - 2023-12-20 +### Fixed +- Metadata lastProcessedHeight undefined issue via `@subql/node-core` + ## [3.4.8] - 2023-12-14 ### Changed - Update @subql/common @@ -1084,7 +1088,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.4.8...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.9...HEAD +[3.4.9]: https://github.com/subquery/subql/compare/node/3.4.8...node/3.4.9 [3.4.8]: https://github.com/subquery/subql/compare/node/3.4.7...node/3.4.8 [3.4.7]: https://github.com/subquery/subql/compare/node/3.4.6...node/3.4.7 [3.4.6]: https://github.com/subquery/subql/compare/node/3.4.5...node/3.4.6 diff --git a/packages/node/package.json b/packages/node/package.json index dc20a7bd6c..eca249242d 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.4.8", + "version": "3.4.9", "description": "", "author": "Ian He", "license": "GPL-3.0",