Skip to content

Commit

Permalink
[release] 20250226 (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Feb 26, 2025
1 parent a2cb933 commit 04f43ed
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 33 deletions.
5 changes: 5 additions & 0 deletions .yarn/versions/14e4dc88.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
undecided:
- "@subql/node"
- "@subql/node-core"
- "@subql/testing"
- "@subql/types-core"
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [17.0.2] - 2025-02-26
### Added
- BlockDispatcher factory function and expose workerData (#2701)

Expand Down Expand Up @@ -927,7 +929,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.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/17.0.2...HEAD
[17.0.2]: https://github.com/subquery/subql/compare/node-core/17.0.1...node-core/17.0.2
[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
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.2-0",
"version": "17.0.2",
"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"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.9.1] - 2025-02-26
### Changed
- Use blockDispatcherFactory from node-core (#2701)

Expand Down Expand Up @@ -1388,7 +1390,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.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.9.1...HEAD
[5.9.1]: https://github.com/subquery/subql/compare/node/5.9.0...node/5.9.1
[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
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "5.9.1-0",
"version": "5.9.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.9.0"
]
}
5 changes: 4 additions & 1 deletion packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.4] - 2025-02-26
### Changed
- Update subqlTest to support entities with alternative ID types (#2700)

Expand Down Expand Up @@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Major release 2.0.0, align with other package versions

[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.4...HEAD
[2.2.4]: https://github.com/subquery/subql/compare/testing/2.2.3...testing/2.2.4
[2.2.3]: https://github.com/subquery/subql/compare/testing/2.2.2...testing/2.2.3
[2.2.2]: https://github.com/subquery/subql/compare/testing/2.2.1...testing/2.2.2
[2.2.1]: https://github.com/subquery/subql/compare/testing/2.2.0...testing/2.2.1
Expand Down
5 changes: 2 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/testing",
"version": "2.2.4-0",
"version": "2.2.4",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,6 +14,5 @@
"packageManager": "[email protected]",
"dependencies": {
"@subql/types-core": "workspace:^"
},
"stableVersion": "2.2.3"
}
}
5 changes: 4 additions & 1 deletion packages/types-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.2] - 2025-02-26
### Added
- CompatEntity type for when using alternative ID types (#2700)

Expand Down Expand Up @@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of new package containing types common to all chains

[Unreleased]: https://github.com/subquery/subql/compare/types-core/2.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/2.0.2...HEAD
[2.0.2]: https://github.com/subquery/subql/compare/types-core/2.0.1...types-core/2.0.2
[2.0.1]: https://github.com/subquery/subql/compare/types-core/2.0.0...types-core/2.0.1
[2.0.0]: https://github.com/subquery/subql/compare/types-core/1.1.1...types-core/2.0.0
[1.1.1]: https://github.com/subquery/subql/compare/types-core/1.1.0...types-core/1.1.1
Expand Down
5 changes: 2 additions & 3 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "2.0.2-0",
"version": "2.0.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"devDependencies": {
"package-json-type": "^1.0.3"
},
"stableVersion": "2.0.1"
}
}
7 changes: 6 additions & 1 deletion packages/types/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]

## [3.12.1] - 2025-02-26
### Changed
- Update types core

## [3.12.0] - 2025-02-19
### Changed
- Update polkadot api to 15 (#2680)
Expand Down Expand Up @@ -286,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/types/3.12.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.12.1...HEAD
[3.12.1]: https://github.com/subquery/subql/compare/types/3.12.0...types/3.12.1
[3.12.0]: https://github.com/subquery/subql/compare/types/3.11.5...types/3.12.0
[3.11.5]: https://github.com/subquery/subql/compare/types/3.11.4...types/3.11.5
[3.11.4]: https://github.com/subquery/subql/compare/types/3.11.3...types/3.11.4
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.12.0",
"version": "3.12.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7319,6 +7319,14 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@^2.0.0, @subql/types-core@^2.0.1, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-core@npm:0.10.0":
version: 0.10.0
resolution: "@subql/types-core@npm:0.10.0"
Expand All @@ -7337,21 +7345,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0, @subql/types-core@npm:^2.0.1":
version: 2.0.1
resolution: "@subql/types-core@npm:2.0.1"
checksum: e9727804c720bbb55f90afc220940da5ef31c2a3c659d22c3756b9dc6e48ed50bf54858c66e6e9a380a6996c26452f8cd3c055531d6af80fa23569df2fecfea0
languageName: node
linkType: hard

"@subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core":
version: 0.0.0-use.local
resolution: "@subql/types-core@workspace:packages/types-core"
dependencies:
package-json-type: ^1.0.3
languageName: unknown
linkType: soft

"@subql/types-cosmos@npm:4.1.0":
version: 4.1.0
resolution: "@subql/types-cosmos@npm:4.1.0"
Expand Down

0 comments on commit 04f43ed

Please sign in to comment.