Skip to content

Commit

Permalink
[release] 20241125
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Nov 25, 2024
1 parent be0abf4 commit d874e94
Show file tree
Hide file tree
Showing 18 changed files with 89 additions and 73 deletions.
8 changes: 8 additions & 0 deletions .yarn/versions/3d650c95.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
undecided:
- "@subql/cli"
- "@subql/common"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/types"
- "@subql/utils"
7 changes: 6 additions & 1 deletion packages/cli/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]

## [5.3.2] - 2024-11-25
### Changed
- Update polkadot/api library to 14 version

## [5.3.1] - 2024-11-22
### Fixed
- Multi-chain project initialization error
Expand Down Expand Up @@ -691,7 +695,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.3.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.3.2...HEAD
[5.3.2]: https://github.com/subquery/subql/compare/cli/5.3.1...cli/5.3.2
[5.3.1]: https://github.com/subquery/subql/compare/cli/5.3.0...cli/5.3.1
[5.3.0]: https://github.com/subquery/subql/compare/cli/5.2.8...cli/5.3.0
[5.2.8]: https://github.com/subquery/subql/compare/cli/5.2.7...cli/5.2.8
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.3.2-0",
"version": "5.3.2",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -88,6 +88,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.3.1"
}
}
7 changes: 6 additions & 1 deletion packages/common-substrate/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]

## [4.3.4] - 2024-11-25
### Changed
- Bump version with `@subql/common`

## [4.3.3] - 2024-11-22
### Changed
- Update common (#2584)
Expand Down Expand Up @@ -197,7 +201,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.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...HEAD
[4.3.4]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...common-substrate/4.3.4
[4.3.3]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...common-substrate/4.3.3
[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2
[4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "4.3.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
7 changes: 6 additions & 1 deletion packages/common/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]

## [5.2.1] - 2024-11-25
### Changed
- Update polkadot/api library to 14 version

## [5.2.0] - 2024-11-22
### Fixed
- Removed imports of `@polkadot/util` without it being a dependency (#2592)
Expand Down Expand Up @@ -426,7 +430,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/5.2.1...HEAD
[5.2.1]: https://github.com/subquery/subql/compare/common/5.2.0...common/5.2.1
[5.2.0]: https://github.com/subquery/subql/compare/common/5.1.4...common/5.2.0
[5.1.4]: https://github.com/subquery/subql/compare/common/5.1.3...common/5.1.4
[5.1.3]: https://github.com/subquery/subql/compare/common/5.1.2...common/5.1.3
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.2.1-0",
"version": "5.2.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
},
"stableVersion": "5.2.0"
}
}
7 changes: 6 additions & 1 deletion packages/node-core/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]

## [15.0.1] - 2024-11-25
### Changed
- Update polkadot/api library to 14 version

## [15.0.0] - 2024-11-22
### Added
- lazy loading for monitor service (#2583)
Expand Down Expand Up @@ -857,7 +861,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/15.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/15.0.1...HEAD
[15.0.1]: https://github.com/subquery/subql/compare/node-core/15.0.0...node-core/15.0.1
[15.0.0]: https://github.com/subquery/subql/compare/node-core/14.1.7...node-core/15.0.0
[14.1.7]: https://github.com/subquery/subql/compare/node-core/14.1.6...node-core/14.1.7
[14.1.6]: https://github.com/subquery/subql/compare/node-core/14.1.5...node-core/14.1.6
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": "15.0.1-2",
"version": "15.0.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": "15.0.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.4.0] - 2024-11-25
### Changed
- Improve event iteration, this improves performance with large blocks (#2601)
- Update polkadot/api library to 14 version
Expand Down Expand Up @@ -1336,7 +1338,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.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/5.4.0...HEAD
[5.4.0]: https://github.com/subquery/subql/compare/node/5.3.0...node/5.4.0
[5.3.0]: https://github.com/subquery/subql/compare/node/5.2.9...node/5.3.0
[5.2.9]: https://github.com/subquery/subql/compare/node/5.2.8...node/5.2.9
[5.2.8]: https://github.com/subquery/subql/compare/node/5.2.7...node/5.2.8
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.3.1-2",
"version": "5.4.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -50,6 +50,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.3.1-1"
]
}
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.17.0] - 2024-11-25
### Changed
- WS libarary with support for graphiql (#2600)
- Subscription type from JSON to the correct entity type (#2600)
Expand Down Expand Up @@ -374,7 +376,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.16.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.17.0...HEAD
[2.17.0]: https://github.com/subquery/subql/compare/query/2.16.0...query/2.17.0
[2.16.0]: https://github.com/subquery/subql/compare/query/2.15.2...query/2.16.0
[2.15.2]: https://github.com/subquery/subql/compare/query/2.15.1...query/2.15.2
[2.15.1]: https://github.com/subquery/subql/compare/query/2.15.0...query/2.15.1
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.16.1-0",
"version": "2.17.0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -69,6 +69,5 @@
"@types/ws": "^8",
"@types/yargs": "^16.0.9",
"nodemon": "^3.1.4"
},
"stableVersion": "2.16.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.4] - 2024-11-25
### Added
- Update polkadot/api library to 14 version

Expand Down Expand Up @@ -273,7 +275,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.3...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.11.4...HEAD
[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
[3.11.1]: https://github.com/subquery/subql/compare/types/3.11.0...types/3.11.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.11.4-0",
"version": "3.11.4",
"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.3"
}
}
6 changes: 4 additions & 2 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Changed
## [2.15.1] - 2024-11-25
### Changed
- Update polkadot/api library to 14 version

## [2.15.0] - 2024-11-22
Expand Down Expand Up @@ -180,7 +181,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.15.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.15.1...HEAD
[2.15.1]: https://github.com/subquery/subql/compare/utils/2.15.0...utils/2.15.1
[2.15.0]: https://github.com/subquery/subql/compare/utils/2.14.0...utils/2.15.0
[2.14.0]: https://github.com/subquery/subql/compare/utils/2.13.1...utils/2.14.0
[2.13.1]: https://github.com/subquery/subql/compare/utils/2.13.0...utils/2.13.1
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.15.1-0",
"version": "2.15.1",
"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.15.0"
}
}
68 changes: 26 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6755,40 +6755,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/common@npm:^5.0.0":
version: 5.2.0
resolution: "@subql/common@npm:5.2.0"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.1
js-yaml: ^4.1.0
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 8a29bc72c22b6a30a92529c0a710a5219245076ba9a50a9f2dd0f79b9a7f8307cebf1abf1e99cb065833e8170d730bba95c73bb82d518d81a7f58b16928b645b
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@^5.0.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand All @@ -6806,6 +6773,23 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1":
version: 4.1.1
resolution: "@subql/common@npm:4.1.1"
dependencies:
"@subql/types-core": 0.10.0
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2f578678b5af8190639ada7e2f22401b3ca7b7c7cab1bfdeb5860365c14e6c6a8724b02c95f1f8fedfcc01205d02d3de45cd486e2c3ee10ff5f898f973d6e0dc
languageName: node
linkType: hard

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
Expand Down Expand Up @@ -6946,14 +6930,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/[email protected], @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, @subql/types-core@npm:^0.10.0":
version: 0.10.0
resolution: "@subql/types-core@npm:0.10.0"
Expand All @@ -6979,6 +6955,14 @@ __metadata:
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:3.5.1":
version: 3.5.1
resolution: "@subql/types-cosmos@npm:3.5.1"
Expand Down

0 comments on commit d874e94

Please sign in to comment.