diff --git a/.yarn/versions/7cd00a40.yml b/.yarn/versions/7cd00a40.yml new file mode 100644 index 0000000000..1b652bb7ec --- /dev/null +++ b/.yarn/versions/7cd00a40.yml @@ -0,0 +1,7 @@ +undecided: + - "@subql/cli" + - "@subql/common-substrate" + - "@subql/node" + - "@subql/node-core" + - "@subql/query" + - "@subql/utils" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1b1515c0b8..d71d8e2a0c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.1] - 2024-11-22 ### Fixed - Multi-chain project initialization error @@ -690,7 +691,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.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/5.3.1...HEAD +[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 [5.2.7]: https://github.com/subquery/subql/compare/cli/5.2.6...cli/5.2.7 diff --git a/packages/cli/package.json b/packages/cli/package.json index 1583c0e720..c932e6beb3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "5.3.1-0", + "version": "5.3.1", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -88,6 +88,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "5.3.0" + } } diff --git a/packages/common-substrate/CHANGELOG.md b/packages/common-substrate/CHANGELOG.md index 4ddaa994fa..43cff02aef 100644 --- a/packages/common-substrate/CHANGELOG.md +++ b/packages/common-substrate/CHANGELOG.md @@ -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.3] - 2024-11-22 ### Changed - Update common (#2584) @@ -195,7 +197,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.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...HEAD +[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 [4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0 diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index cef3bdb7ec..3eb325bf80 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "4.3.3-0", + "version": "4.3.3", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -20,6 +20,5 @@ "peerDependencies": { "class-transformer": "*", "class-validator": "*" - }, - "stableVersion": "4.3.2" + } } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index ef8f5e2b82..d3bb27219f 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -5,8 +5,11 @@ 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.2.0] - 2024-11-22 ### Fixed - Removed imports of `@polkadot/util` without it being a dependency (#2592) + ### Removed - Support for cockroach DB (#2584) @@ -423,7 +426,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.1.4...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/common/5.2.0...HEAD +[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 [5.1.2]: https://github.com/subquery/subql/compare/common/5.1.1...common/5.1.2 diff --git a/packages/common/package.json b/packages/common/package.json index d12632de9e..102478cea6 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "5.1.5-1", + "version": "5.2.0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -27,6 +27,5 @@ "@types/js-yaml": "^4.0.9", "@types/semver": "^7.5.8", "@types/update-notifier": "^6" - }, - "stableVersion": "5.1.5-0" + } } diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 49f716f554..5cc8686db2 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -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] + +## [15.0.0] - 2024-11-22 ### Added - lazy loading for monitor service (#2583) - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. @@ -855,7 +857,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/14.1.7...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/15.0.0...HEAD +[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 [14.1.5]: https://github.com/subquery/subql/compare/node-core/14.1.4...node-core/14.1.5 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 7f10d3c0e3..f33f82376b 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "14.1.8-3", + "version": "15.0.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -47,6 +47,5 @@ }, "devDependencies": { "@types/yargs": "^16.0.9" - }, - "stableVersion": "14.1.8-2" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 0967e21621..593c2076bf 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,12 +5,13 @@ 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.0] - 2024-11-22 ### Added - Support for historical indexing by timestamp as well as block height (#2584) ### Added -- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. - +- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. ## [5.2.9] - 2024-10-30 ### Changed @@ -1329,7 +1330,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.2.9...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/5.3.0...HEAD +[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 [5.2.7]: https://github.com/subquery/subql/compare/node/5.2.6...node/5.2.7 diff --git a/packages/node/package.json b/packages/node/package.json index e53e64cd09..bae8ba54d5 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "5.2.10-1", + "version": "5.3.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -50,6 +50,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "5.2.10-0" + ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index f37e110610..d5a835db1a 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed -- Update the playground to the latest GraphiQL (#2588) - WS libarary with support for graphiql (#2600) +## [2.16.0] - 2024-11-22 +### Changed +- Update the playground to the latest GraphiQL (#2588) + ### Added - Support for historical indexing by timestamp as well as block height (#2584) @@ -370,7 +373,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.15.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/query/2.16.0...HEAD +[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 [2.15.0]: https://github.com/subquery/subql/compare/query/2.14.1...query/2.15.0 diff --git a/packages/query/package.json b/packages/query/package.json index 29a4609d61..7a9da09920 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.15.3-1", + "version": "2.16.0", "description": "", "bin": { "subql-query": "./bin/run" @@ -69,6 +69,5 @@ "@types/ws": "^8", "@types/yargs": "^16.0.9", "nodemon": "^3.1.4" - }, - "stableVersion": "2.15.3-0" + } } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1ab4cb130d..dbac5ec058 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -5,8 +5,11 @@ 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.15.0] - 2024-11-22 ### Added - Support for indexes on enums (#2586) + ### Changed - Update metadata types (#2584) @@ -174,7 +177,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.14.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/utils/2.15.0...HEAD +[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 [2.13.0]: https://github.com/subquery/subql/compare/utils/2.12.1...utils/2.13.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index d8c9425fb5..9de3500fe3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.14.1-1", + "version": "2.15.0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -28,6 +28,5 @@ "devDependencies": { "@types/detect-port": "^1.3.5", "@types/pino": "^6.3.12" - }, - "stableVersion": "2.14.1-0" + } } diff --git a/yarn.lock b/yarn.lock index ad0a7fe4b3..b411496078 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6745,40 +6745,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.1.4 - resolution: "@subql/common@npm:5.1.4" - 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: e0e4d5eb6ff521234b784cdd82810566aa00c58303345915435d105432c5d98b618fa8523597d9e98edcffbaa3c383dd67458862ae38b1b7b7971fcac0dde092 - 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: @@ -6796,6 +6763,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" @@ -6936,14 +6920,6 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@2.0.0, @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" @@ -6969,6 +6945,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"