Skip to content

Commit

Permalink
[release] 20241030 (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Oct 30, 2024
1 parent b66eea4 commit 93ba438
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/cb885b36.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node"
7 changes: 6 additions & 1 deletion packages/node-core/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]

## [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)
Expand Down Expand Up @@ -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
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": "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",
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]

## [5.2.9] - 2024-10-30
### Changed
- Bump `@subql/node-core` dependency

## [5.2.8] - 2024-10-23
### Changed
- Bump `@subql/common-substrate` dependency
Expand Down Expand Up @@ -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
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": "5.2.8",
"version": "5.2.9",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit 93ba438

Please sign in to comment.