Skip to content

Commit

Permalink
[release] 20231220 (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Dec 20, 2023
1 parent beca170 commit 164974c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/13e65d14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "3.4.8",
"version": "3.4.9",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit 164974c

Please sign in to comment.