Skip to content

Commit

Permalink
[release] 20250225 (#2699)
Browse files Browse the repository at this point in the history
* [release] 20250225

* bump @subql/node-core version
  • Loading branch information
yoozo authored Feb 25, 2025
1 parent 24b3b19 commit da45288
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/6bc752bc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/cli"
- "@subql/node-core"
7 changes: 6 additions & 1 deletion packages/cli/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.7.0] - 2025-02-25
### Changed
- Bump `typescript` version

## [5.6.0] - 2025-02-19
### Changed
- Update polkadot api to 15 (#2680)
Expand Down Expand Up @@ -732,7 +736,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/5.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.7.0...HEAD
[5.7.0]: https://github.com/subquery/subql/compare/cli/5.6.0...cli/5.7.0
[5.6.0]: https://github.com/subquery/subql/compare/cli/5.5.2...cli/5.6.0
[5.5.2]: https://github.com/subquery/subql/compare/cli/5.5.1...cli/5.5.2
[5.5.1]: https://github.com/subquery/subql/compare/cli/5.5.0...cli/5.5.1
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "5.6.1-0",
"version": "5.7.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -89,6 +89,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.6.0"
}
}
4 changes: 3 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.0.1] - 2025-02-25
### Fixed
- The UnfinalizedBlock type obtained from metadata is incorrect.

Expand Down Expand Up @@ -924,7 +925,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/17.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/17.0.1...HEAD
[17.0.1]: https://github.com/subquery/subql/compare/node-core/17.0.0...node-core/17.0.1
[17.0.0]: https://github.com/subquery/subql/compare/node-core/16.2.1...node-core/17.0.0
[16.2.1]: https://github.com/subquery/subql/compare/node-core/16.2.0...node-core/16.2.1
[16.2.0]: https://github.com/subquery/subql/compare/node-core/16.1.0...node-core/16.2.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "17.0.1-1",
"version": "17.0.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -47,6 +47,5 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "17.0.1-0"
}
}
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.9.0] - 2025-02-25
### Changed
- Bump `@subql/node-core`

## [5.8.0] - 2025-02-19
### Changed
- Update nestjs dependencies (#2667)
Expand Down Expand Up @@ -1382,7 +1386,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.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.9.0...HEAD
[5.9.0]: https://github.com/subquery/subql/compare/node/5.8.0...node/5.9.0
[5.8.0]: https://github.com/subquery/subql/compare/node/5.7.2...node/5.8.0
[5.7.2]: https://github.com/subquery/subql/compare/node/5.7.1...node/5.7.2
[5.7.1]: https://github.com/subquery/subql/compare/node/5.7.0...node/5.7.1
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.8.0",
"version": "5.9.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit da45288

Please sign in to comment.