Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .yarn/versions/b6bb98d9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
undecided:
- "@subql/cli"
- "@subql/node"
- "@subql/query"
- "@subql/types"
- "@subql/types-core"
5 changes: 4 additions & 1 deletion packages/cli/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.14.1] - 2025-07-14
### Fixed
- Build command not checking ts types (#2842)

Expand Down Expand Up @@ -791,7 +793,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.14.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.14.1...HEAD
[5.14.1]: https://github.com/subquery/subql/compare/cli/5.14.0...cli/5.14.1
[5.14.0]: https://github.com/subquery/subql/compare/cli/5.13.0...cli/5.14.0
[5.13.0]: https://github.com/subquery/subql/compare/cli/5.12.0...cli/5.13.0
[5.12.0]: https://github.com/subquery/subql/compare/cli/5.11.0...cli/5.12.0
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.14.1-0",
"version": "5.14.1",
"author": "SubQuery Pte Ltd.",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -91,6 +91,5 @@
"format": "prettier --write \"src/**/*.ts\"",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"cli/\""
},
"types": "lib/index.d.ts",
"stableVersion": "5.14.0"
"types": "lib/index.d.ts"
}
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]

## [6.3.0] - 2025-07-14
### Changed
- Update to `@polkadot/api@^16`. Note there are breaking changes to metadata, please see the polkadot changelog for more information. (#2845)

Expand Down Expand Up @@ -1445,7 +1447,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/6.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.0...HEAD
[6.3.0]: https://github.com/subquery/subql/compare/node/6.2.0...node/6.3.0
[6.2.0]: https://github.com/subquery/subql/compare/node/6.1.1...node/6.2.0
[6.1.1]: https://github.com/subquery/subql/compare/node/6.1.0...node/6.1.1
[6.1.0]: https://github.com/subquery/subql/compare/node/6.0.5...node/6.1.0
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": "6.2.1-0",
"version": "6.3.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"stableVersion": "6.2.0"
]
}
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.1.1] - 2025-07-14
### Fixed
- Missing deps for imported deps (#2842)

Expand Down Expand Up @@ -88,7 +90,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.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/2.1.1...HEAD
[2.1.1]: https://github.com/subquery/subql/compare/types-core/2.1.0...types-core/2.1.1
[2.1.0]: https://github.com/subquery/subql/compare/types-core/2.0.2...types-core/2.1.0
[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
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.1.1-0",
"version": "2.1.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -28,6 +28,5 @@
"dependencies": {
"package-json-type": "^1.0.3",
"pino": "^6.13.3"
},
"stableVersion": "2.1.0"
}
}
5 changes: 4 additions & 1 deletion packages/types/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]

## [3.14.0] - 2025-07-14
### Changed
- Update to `@polkadot/api@^16` (#2845)

Expand Down Expand Up @@ -300,7 +302,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.13.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.14.0...HEAD
[3.14.0]: https://github.com/subquery/subql/compare/types/3.13.0...types/3.14.0
[3.13.0]: https://github.com/subquery/subql/compare/types/3.12.2...types/3.13.0
[3.12.2]: https://github.com/subquery/subql/compare/types/3.12.1...types/3.12.2
[3.12.1]: https://github.com/subquery/subql/compare/types/3.12.0...types/3.12.1
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.13.1-0",
"version": "3.14.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -34,6 +34,5 @@
},
"devDependencies": {
"@polkadot/api": "^16.4.1"
},
"stableVersion": "3.13.0"
}
}
5 changes: 4 additions & 1 deletion packages/utils/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.21.0] - 2025-07-14
### Changed
- Update polkadot deps to align with `@polkadot/api@16` (#2845)

Expand Down Expand Up @@ -217,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update polkadot/api to 9

[Unreleased]: https://github.com/subquery/subql/compare/utils/2.20.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.21.0...HEAD
[2.21.0]: https://github.com/subquery/subql/compare/utils/2.20.1...utils/2.21.0
[2.20.1]: https://github.com/subquery/subql/compare/utils/2.20.0...utils/2.20.1
[2.20.0]: https://github.com/subquery/subql/compare/utils/2.19.0...utils/2.20.0
[2.19.0]: https://github.com/subquery/subql/compare/utils/2.18.1...utils/2.19.0
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.20.2-0",
"version": "2.21.0",
"description": "",
"packageManager": "yarn@3.1.1",
"scripts": {
Expand Down Expand Up @@ -41,6 +41,5 @@
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"stableVersion": "2.20.1"
]
}
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7434,6 +7434,15 @@ __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
pino: ^6.13.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 @@ -7459,22 +7468,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0, @subql/types-core@npm:^2.0.1":
version: 2.1.0
resolution: "@subql/types-core@npm:2.1.0"
checksum: dc9f3b74c0a4cf0ceb323473eba4a70d5fc3c5000d34a5c59e00b7432358cfd4eb819338db2adee1ac56433cb76548c1ef91d8d1a3e0919e092112a5d7663b7d
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
pino: ^6.13.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
Loading