Skip to content

Commit

Permalink
[release] 20250204 (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Feb 4, 2025
1 parent dd64d0c commit 897d35a
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 82 deletions.
10 changes: 10 additions & 0 deletions .yarn/versions/69505fd5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/testing"
- "@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.5.1] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -722,7 +724,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.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.5.1...HEAD
[5.5.1]: https://github.com/subquery/subql/compare/cli/5.5.0...cli/5.5.1
[5.5.0]: https://github.com/subquery/subql/compare/cli/5.4.0...cli/5.5.0
[5.4.0]: https://github.com/subquery/subql/compare/cli/5.3.3...cli/5.4.0
[5.3.3]: https://github.com/subquery/subql/compare/cli/5.3.2...cli/5.3.3
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.5.1-2",
"version": "5.5.1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -89,6 +89,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.5.1-1"
}
}
5 changes: 4 additions & 1 deletion packages/common-substrate/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]

## [4.3.7] - 2025-02-04
### Changed
- Update copyright header to 2025

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

[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.7...HEAD
[4.3.7]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...common-substrate/4.3.7
[4.3.6]: https://github.com/subquery/subql/compare/common-substrate/4.3.5...common-substrate/4.3.6
[4.3.5]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...common-substrate/4.3.5
[4.3.4]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...common-substrate/4.3.4
Expand Down
5 changes: 2 additions & 3 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.3.7-0",
"version": "4.3.7",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -20,6 +20,5 @@
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*"
},
"stableVersion": "4.3.6"
}
}
5 changes: 4 additions & 1 deletion packages/common/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.3.1] - 2025-02-04
### Changed
- Update copyright header to 2025

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

[Unreleased]: https://github.com/subquery/subql/compare/common/5.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.3.1...HEAD
[5.3.1]: https://github.com/subquery/subql/compare/common/5.3.0...common/5.3.1
[5.3.0]: https://github.com/subquery/subql/compare/common/5.2.2...common/5.3.0
[5.2.2]: https://github.com/subquery/subql/compare/common/5.2.1...common/5.2.2
[5.2.1]: https://github.com/subquery/subql/compare/common/5.2.0...common/5.2.1
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "5.3.1-1",
"version": "5.3.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
},
"stableVersion": "5.3.1-0"
}
}
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]

## [16.2.1] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -910,7 +912,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/16.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/16.2.1...HEAD
[16.2.1]: https://github.com/subquery/subql/compare/node-core/16.2.0...node-core/16.2.1
[16.2.0]: https://github.com/subquery/subql/compare/node-core/16.1.0...node-core/16.2.0
[16.1.0]: https://github.com/subquery/subql/compare/node-core/16.0.0...node-core/16.1.0
[16.0.0]: https://github.com/subquery/subql/compare/node-core/15.0.3...node-core/16.0.0
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": "16.2.1-2",
"version": "16.2.1",
"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": "16.2.1-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.7.2] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -1374,7 +1376,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.7.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.7.2...HEAD
[5.7.2]: https://github.com/subquery/subql/compare/node/5.7.1...node/5.7.2
[5.7.1]: https://github.com/subquery/subql/compare/node/5.7.0...node/5.7.1
[5.7.0]: https://github.com/subquery/subql/compare/node/5.6.0...node/5.7.0
[5.6.0]: https://github.com/subquery/subql/compare/node/5.5.0...node/5.6.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": "5.7.2-1",
"version": "5.7.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.7.2-0"
]
}
5 changes: 4 additions & 1 deletion packages/query/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.20.1] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -397,7 +399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/2.20.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.20.1...HEAD
[2.20.1]: https://github.com/subquery/subql/compare/query/2.20.0...query/2.20.1
[2.20.0]: https://github.com/subquery/subql/compare/query/2.19.0...query/2.20.0
[2.19.0]: https://github.com/subquery/subql/compare/query/2.18.0...query/2.19.0
[2.18.0]: https://github.com/subquery/subql/compare/query/2.17.1...query/2.18.0
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.20.1-1",
"version": "2.20.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,6 +70,5 @@
"@types/ws": "^8",
"@types/yargs": "^16.0.9",
"nodemon": "^3.1.4"
},
"stableVersion": "2.20.1-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.3] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -44,7 +46,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.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/testing/2.2.3...HEAD
[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
[2.2.0]: https://github.com/subquery/subql/compare/testing/2.1.2...testing/2.2.0
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.3-0",
"version": "2.2.3",
"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.2"
}
}
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.1] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -76,7 +78,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.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/2.0.1...HEAD
[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
[1.1.0]: https://github.com/subquery/subql/compare/types-core/1.0.0...types-core/1.1.0
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.1-0",
"version": "2.0.1",
"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.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.11.5] - 2025-02-04
### Changed
- Update copyright header to 2025

Expand Down Expand Up @@ -277,7 +279,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.11.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.5...HEAD
[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
[3.11.3]: https://github.com/subquery/subql/compare/types/3.11.2...types/3.11.3
[3.11.2]: https://github.com/subquery/subql/compare/types/3.11.1...types/3.11.2
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.11.5-0",
"version": "3.11.5",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,6 +24,5 @@
},
"devDependencies": {
"@polkadot/api": "^14.3.1"
},
"stableVersion": "3.11.4"
}
}
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.17.2] - 2025-02-04
### Changed
- Update copyright header to 2025
- Update error message to include allowed dbType types (#2662)
Expand Down Expand Up @@ -193,7 +195,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.17.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.17.2...HEAD
[2.17.2]: https://github.com/subquery/subql/compare/utils/2.17.1...utils/2.17.2
[2.17.1]: https://github.com/subquery/subql/compare/utils/2.17.0...utils/2.17.1
[2.17.0]: https://github.com/subquery/subql/compare/utils/2.16.0...utils/2.17.0
[2.16.0]: https://github.com/subquery/subql/compare/utils/2.15.0...utils/2.16.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.17.2-2",
"version": "2.17.2",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,5 @@
"devDependencies": {
"@types/detect-port": "^1.3.5",
"@types/pino": "^6.3.12"
},
"stableVersion": "2.17.2-1"
}
}
Loading

0 comments on commit 897d35a

Please sign in to comment.