Skip to content

Commit 71913be

Browse files
authored
[release] 20251105 (#2960)
1 parent 341f2e9 commit 71913be

File tree

12 files changed

+39
-20
lines changed

12 files changed

+39
-20
lines changed

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.1] - 2025-11-05
10+
### Changed
11+
- Update axios (#2952)
12+
913
## [5.8.0] - 2025-10-15
1014
### Changed
1115
- Minor improvements and fixes from upgrading to eslint 9 with stricter settings (#2929)
@@ -490,7 +494,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
490494
### Added
491495
- init commit
492496

493-
[Unreleased]: https://github.com/subquery/subql/compare/common/5.8.0...HEAD
497+
[Unreleased]: https://github.com/subquery/subql/compare/common/5.8.1...HEAD
498+
[5.8.1]: https://github.com/subquery/subql/compare/common/5.8.0...common/5.8.1
494499
[5.8.0]: https://github.com/subquery/subql/compare/common/5.7.6...common/5.8.0
495500
[5.7.6]: https://github.com/subquery/subql/compare/common/5.7.5...common/5.7.6
496501
[5.7.5]: https://github.com/subquery/subql/compare/common/5.7.4...common/5.7.5

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.1-0",
3+
"version": "5.8.1",
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.0"
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.1] - 2025-11-05
810
### Fixed
911
- Lock down VM2 version to avoid a breaking change (#2959)
1012

@@ -1044,7 +1046,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10441046
### Changed
10451047
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
10461048

1047-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/18.5.0...HEAD
1049+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/18.5.1...HEAD
1050+
[18.5.1]: https://github.com/subquery/subql/compare/node-core/18.5.0...node-core/18.5.1
10481051
[18.5.0]: https://github.com/subquery/subql/compare/node-core/18.4.0...node-core/18.5.0
10491052
[18.4.0]: https://github.com/subquery/subql/compare/node-core/18.3.3...node-core/18.4.0
10501053
[18.3.3]: https://github.com/subquery/subql/compare/node-core/18.3.2...node-core/18.3.3

packages/node-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-core",
3-
"version": "18.5.0",
3+
"version": "18.5.1",
44
"description": "Common node features that are agnostic to blockchains",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql",

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.3] - 2025-11-05
810
### Fixed
911
- Lock down VM2 version to avoid a breaking change (#2959)
1012

@@ -1478,7 +1480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14781480
### Changed
14791481
- bump @polkadot/api to 3.1.1
14801482

1481-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.2...HEAD
1483+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.3...HEAD
1484+
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
14821485
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
14831486
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
14841487
[6.3.5]: https://github.com/subquery/subql/compare/node/6.3.4...node/6.3.5

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",

packages/query/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+
## [2.25.0] - 2025-11-05
810
### Changed
911
- Replace `express-pino-logger` with the underlying `pino-http` (#2957)
1012

@@ -457,7 +459,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
457459
- overwrite plugin to fix one to one unique key check
458460
- update query publish and docker build process
459461

460-
[Unreleased]: https://github.com/subquery/subql/compare/query/2.24.0...HEAD
462+
[Unreleased]: https://github.com/subquery/subql/compare/query/2.25.0...HEAD
463+
[2.25.0]: https://github.com/subquery/subql/compare/query/2.24.0...query/2.25.0
461464
[2.24.0]: https://github.com/subquery/subql/compare/query/2.23.6...query/2.24.0
462465
[2.23.6]: https://github.com/subquery/subql/compare/query/2.23.5...query/2.23.6
463466
[2.23.5]: https://github.com/subquery/subql/compare/query/2.23.4...query/2.23.5

packages/query/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/query",
3-
"version": "2.24.1-0",
3+
"version": "2.25.0",
44
"description": "",
55
"bin": {
66
"subql-query": "./bin/run"
@@ -78,6 +78,5 @@
7878
"@types/ws": "^8",
7979
"@types/yargs": "^16.0.9",
8080
"nodemon": "^3.1.4"
81-
},
82-
"stableVersion": "2.24.0"
81+
}
8382
}

packages/testing/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+
## [2.3.1] - 2025-11-05
10+
### Changed
11+
- Update package manager (#2937)
12+
913
## [2.3.0] - 2025-07-01
1014
### Removed
1115
- Test files and artifacts from published package (#2838)
@@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5458
### Added
5559
- Major release 2.0.0, align with other package versions
5660

57-
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.3.0...HEAD
61+
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.3.1...HEAD
62+
[2.3.1]: https://github.com/subquery/subql/compare/testing/2.3.0...testing/2.3.1
5863
[2.3.0]: https://github.com/subquery/subql/compare/testing/2.2.4...testing/2.3.0
5964
[2.2.4]: https://github.com/subquery/subql/compare/testing/2.2.3...testing/2.2.4
6065
[2.2.3]: https://github.com/subquery/subql/compare/testing/2.2.2...testing/2.2.3

packages/testing/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/testing",
3-
"version": "2.3.1-0",
3+
"version": "2.3.1",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1",
66
"build": "rm -rf dist && tsc -b",
@@ -23,6 +23,5 @@
2323
],
2424
"dependencies": {
2525
"@subql/types-core": "workspace:^"
26-
},
27-
"stableVersion": "2.3.0"
26+
}
2827
}

0 commit comments

Comments
 (0)