Skip to content

Commit 92982bb

Browse files
authored
[release] 20251120 (#2973)
1 parent ef9994f commit 92982bb

10 files changed

Lines changed: 35 additions & 19 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.6.1] - 2025-11-20
10+
### Changed
11+
- Update glob dependency (#2970)
12+
913
## [6.6.0] - 2025-11-17
1014
### Added
1115
- Dynamic networks mapping for subgraph migration (#2964)
@@ -880,7 +884,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
880884
- support subcommand codegen
881885
- support subcommand init
882886

883-
[Unreleased]: https://github.com/subquery/subql/compare/cli/6.6.0...HEAD
887+
[Unreleased]: https://github.com/subquery/subql/compare/cli/6.6.1...HEAD
888+
[6.6.1]: https://github.com/subquery/subql/compare/cli/6.6.0...cli/6.6.1
884889
[6.6.0]: https://github.com/subquery/subql/compare/cli/6.5.1...cli/6.6.0
885890
[6.5.1]: https://github.com/subquery/subql/compare/cli/6.5.0...cli/6.5.1
886891
[6.5.0]: https://github.com/subquery/subql/compare/cli/6.4.1...cli/6.5.0

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": "6.6.1-0",
4+
"version": "6.6.1",
55
"author": "SubQuery Pte Ltd.",
66
"bin": {
77
"subql": "./bin/run"
@@ -121,6 +121,5 @@
121121
"codegen:chs": "swagger-typescript-api generate -p chs-swagger.yml -o src/controller/network/consumer-host --api-class-name NetworkConsumerHostServiceApi -n consumer-host-service-api.ts",
122122
"codegen": "yarn codegen:graphql && yarn codegen:chs"
123123
},
124-
"types": "lib/index.d.ts",
125-
"stableVersion": "6.6.0"
124+
"types": "lib/index.d.ts"
126125
}

packages/common-substrate/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.5.4] - 2025-11-20
10+
### Changed
11+
- Update `@subql/common`
12+
913
## [4.5.3] - 2025-10-22
1014
### Changed
1115
- Update `@subql/common`
@@ -233,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233237
### Added
234238
- init commit
235239

236-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.3...HEAD
240+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.4...HEAD
241+
[4.5.4]: https://github.com/subquery/subql/compare/common-substrate/4.5.3...common-substrate/4.5.4
237242
[4.5.3]: https://github.com/subquery/subql/compare/common-substrate/4.5.2...common-substrate/4.5.3
238243
[4.5.2]: https://github.com/subquery/subql/compare/common-substrate/4.5.1...common-substrate/4.5.2
239244
[4.5.1]: https://github.com/subquery/subql/compare/common-substrate/4.5.0...common-substrate/4.5.1

packages/common-substrate/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@
3333
"README.md",
3434
"CHANGELOG.md",
3535
"LICENSE"
36-
],
37-
"stableVersion": "4.5.3"
36+
]
3837
}

packages/common/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.8.2] - 2025-11-20
10+
### Changed
11+
- Update js-yaml (#2960)
12+
913
## [5.8.1] - 2025-11-05
1014
### Changed
1115
- Update axios (#2952)
@@ -494,7 +498,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
494498
### Added
495499
- init commit
496500

497-
[Unreleased]: https://github.com/subquery/subql/compare/common/5.8.1...HEAD
501+
[Unreleased]: https://github.com/subquery/subql/compare/common/5.8.2...HEAD
502+
[5.8.2]: https://github.com/subquery/subql/compare/common/5.8.1...common/5.8.2
498503
[5.8.1]: https://github.com/subquery/subql/compare/common/5.8.0...common/5.8.1
499504
[5.8.0]: https://github.com/subquery/subql/compare/common/5.7.6...common/5.8.0
500505
[5.7.6]: https://github.com/subquery/subql/compare/common/5.7.5...common/5.7.6

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.8.2-0",
3+
"version": "5.8.2",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",
@@ -41,6 +41,5 @@
4141
"README.md",
4242
"CHANGELOG.md",
4343
"LICENSE"
44-
],
45-
"stableVersion": "5.8.1"
44+
]
4645
}

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+
## [18.5.2] - 2025-11-20
810
### Fixed
911
- POI issues with array fields (#2972)
1012

@@ -1048,7 +1050,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10481050
### Changed
10491051
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
10501052

1051-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/18.5.1...HEAD
1053+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/18.5.2...HEAD
1054+
[18.5.2]: https://github.com/subquery/subql/compare/node-core/18.5.1...node-core/18.5.2
10521055
[18.5.1]: https://github.com/subquery/subql/compare/node-core/18.5.0...node-core/18.5.1
10531056
[18.5.0]: https://github.com/subquery/subql/compare/node-core/18.4.0...node-core/18.5.0
10541057
[18.4.0]: https://github.com/subquery/subql/compare/node-core/18.3.3...node-core/18.4.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": "18.5.2-0",
3+
"version": "18.5.2",
44
"description": "Common node features that are agnostic to blockchains",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql",
@@ -56,6 +56,5 @@
5656
},
5757
"devDependencies": {
5858
"@types/yargs": "^16.0.9"
59-
},
60-
"stableVersion": "18.5.1"
59+
}
6160
}

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+
## [6.4.4] - 2025-11-20
810
### Fixed
911
- POI issues with array fields (#2972)
1012

@@ -1482,7 +1484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14821484
### Changed
14831485
- bump @polkadot/api to 3.1.1
14841486

1485-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.3...HEAD
1487+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.4...HEAD
1488+
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
14861489
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
14871490
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
14881491
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0

packages/node/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",
3-
"version": "6.4.4-0",
3+
"version": "6.4.4",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",
@@ -58,6 +58,5 @@
5858
"LICENSE",
5959
"README.md",
6060
"CHANGELOG.md"
61-
],
62-
"stableVersion": "6.4.3"
61+
]
6362
}

0 commit comments

Comments
 (0)