Skip to content

Commit 897d35a

Browse files
authored
[release] 20250204 (#2663)
1 parent dd64d0c commit 897d35a

File tree

22 files changed

+88
-82
lines changed

22 files changed

+88
-82
lines changed

.yarn/versions/69505fd5.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
undecided:
2+
- "@subql/cli"
3+
- "@subql/common"
4+
- "@subql/common-substrate"
5+
- "@subql/node"
6+
- "@subql/node-core"
7+
- "@subql/query"
8+
- "@subql/testing"
9+
- "@subql/types"
10+
- "@subql/types-core"

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.5.1] - 2025-02-04
810
### Changed
911
- Update copyright header to 2025
1012

@@ -722,7 +724,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
722724
- support subcommand codegen
723725
- support subcommand init
724726

725-
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.5.0...HEAD
727+
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.5.1...HEAD
728+
[5.5.1]: https://github.com/subquery/subql/compare/cli/5.5.0...cli/5.5.1
726729
[5.5.0]: https://github.com/subquery/subql/compare/cli/5.4.0...cli/5.5.0
727730
[5.4.0]: https://github.com/subquery/subql/compare/cli/5.3.3...cli/5.4.0
728731
[5.3.3]: https://github.com/subquery/subql/compare/cli/5.3.2...cli/5.3.3

packages/cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@subql/cli",
33
"description": "cli for subquery",
4-
"version": "5.5.1-2",
4+
"version": "5.5.1",
55
"author": "Ian He",
66
"bin": {
77
"subql": "./bin/run"
@@ -89,6 +89,5 @@
8989
"types": "lib/index.d.ts",
9090
"resolutions": {
9191
"node-fetch": "2.6.7"
92-
},
93-
"stableVersion": "5.5.1-1"
92+
}
9493
}

packages/common-substrate/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.3.7] - 2025-02-04
810
### Changed
911
- Update copyright header to 2025
1012

@@ -211,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211213
### Added
212214
- init commit
213215

214-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...HEAD
216+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.7...HEAD
217+
[4.3.7]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...common-substrate/4.3.7
215218
[4.3.6]: https://github.com/subquery/subql/compare/common-substrate/4.3.5...common-substrate/4.3.6
216219
[4.3.5]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...common-substrate/4.3.5
217220
[4.3.4]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...common-substrate/4.3.4

packages/common-substrate/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-substrate",
3-
"version": "4.3.7-0",
3+
"version": "4.3.7",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -20,6 +20,5 @@
2020
"peerDependencies": {
2121
"class-transformer": "*",
2222
"class-validator": "*"
23-
},
24-
"stableVersion": "4.3.6"
23+
}
2524
}

packages/common/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.3.1] - 2025-02-04
810
### Changed
911
- Update copyright header to 2025
1012

@@ -440,7 +442,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
440442
### Added
441443
- init commit
442444

443-
[Unreleased]: https://github.com/subquery/subql/compare/common/5.3.0...HEAD
445+
[Unreleased]: https://github.com/subquery/subql/compare/common/5.3.1...HEAD
446+
[5.3.1]: https://github.com/subquery/subql/compare/common/5.3.0...common/5.3.1
444447
[5.3.0]: https://github.com/subquery/subql/compare/common/5.2.2...common/5.3.0
445448
[5.2.2]: https://github.com/subquery/subql/compare/common/5.2.1...common/5.2.2
446449
[5.2.1]: https://github.com/subquery/subql/compare/common/5.2.0...common/5.2.1

packages/common/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common",
3-
"version": "5.3.1-1",
3+
"version": "5.3.1",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -28,6 +28,5 @@
2828
"@types/js-yaml": "^4.0.9",
2929
"@types/semver": "^7.5.8",
3030
"@types/update-notifier": "^6"
31-
},
32-
"stableVersion": "5.3.1-0"
31+
}
3332
}

packages/node-core/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [16.2.1] - 2025-02-04
810
### Changed
911
- Update copyright header to 2025
1012

@@ -910,7 +912,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
910912
### Changed
911913
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
912914

913-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/16.2.0...HEAD
915+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/16.2.1...HEAD
916+
[16.2.1]: https://github.com/subquery/subql/compare/node-core/16.2.0...node-core/16.2.1
914917
[16.2.0]: https://github.com/subquery/subql/compare/node-core/16.1.0...node-core/16.2.0
915918
[16.1.0]: https://github.com/subquery/subql/compare/node-core/16.0.0...node-core/16.1.0
916919
[16.0.0]: https://github.com/subquery/subql/compare/node-core/15.0.3...node-core/16.0.0

packages/node-core/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-core",
3-
"version": "16.2.1-2",
3+
"version": "16.2.1",
44
"description": "Common node features that are agnostic to blockchains",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql",
@@ -47,6 +47,5 @@
4747
},
4848
"devDependencies": {
4949
"@types/yargs": "^16.0.9"
50-
},
51-
"stableVersion": "16.2.1-1"
50+
}
5251
}

packages/node/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.7.2] - 2025-02-04
810
### Changed
911
- Update copyright header to 2025
1012

@@ -1374,7 +1376,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13741376
### Changed
13751377
- bump @polkadot/api to 3.1.1
13761378

1377-
[Unreleased]: https://github.com/subquery/subql/compare/node/5.7.1...HEAD
1379+
[Unreleased]: https://github.com/subquery/subql/compare/node/5.7.2...HEAD
1380+
[5.7.2]: https://github.com/subquery/subql/compare/node/5.7.1...node/5.7.2
13781381
[5.7.1]: https://github.com/subquery/subql/compare/node/5.7.0...node/5.7.1
13791382
[5.7.0]: https://github.com/subquery/subql/compare/node/5.6.0...node/5.7.0
13801383
[5.6.0]: https://github.com/subquery/subql/compare/node/5.5.0...node/5.6.0

0 commit comments

Comments
 (0)