diff --git a/.yarn/versions/4e548745.yml b/.yarn/versions/4e548745.yml new file mode 100644 index 0000000000..9bcf546179 --- /dev/null +++ b/.yarn/versions/4e548745.yml @@ -0,0 +1,4 @@ +undecided: + - "@subql/node-core" + - "@subql/query" + - "@subql/utils" diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 0211be22d5..07c07ee986 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] + +## [7.1.0] - 2024-01-25 ### Added - Support for CSV output with flag `--csv-out-dir` (#2224) - Support for Schema Migration with `--allow-schema-migration` flag (#2179) @@ -547,7 +549,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/7.0.8...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.1.0...HEAD +[7.1.0]: https://github.com/subquery/subql/compare/node-core/7.0.8...node-core/7.1.0 [7.0.8]: https://github.com/subquery/subql/compare/node-core/7.0.7...node-core/7.0.8 [7.0.7]: https://github.com/subquery/subql/compare/node-core/7.0.6...node-core/7.0.7 [7.0.6]: https://github.com/subquery/subql/compare/node-core/7.0.5...node-core/7.0.6 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index bf313ff1c3..27b387a519 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "7.0.9-2", + "version": "7.1.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -46,6 +46,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "7.0.9-1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index c95da50f07..3bb07cc021 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.0] - 2024-01-25 +### Changed +- Update `@subql/node-core` with support for CSV exports and schema migrations + ## [3.4.11] - 2024-01-10 ### Fixed - Update with node-core , improve project initialization query from x-sequelize (#2212) @@ -1097,7 +1101,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/3.4.11...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/3.5.0...HEAD +[3.5.0]: https://github.com/subquery/subql/compare/node/3.4.11...node/3.5.0 [3.4.11]: https://github.com/subquery/subql/compare/node/3.4.10...node/3.4.11 [3.4.10]: https://github.com/subquery/subql/compare/node/3.4.9...node/3.4.10 [3.4.9]: https://github.com/subquery/subql/compare/node/3.4.8...node/3.4.9 diff --git a/packages/node/package.json b/packages/node/package.json index 6f54078454..a95de23383 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.4.12-0", + "version": "3.5.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,6 +59,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.4.11" + ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index f7d996bb80..6a47d4aab5 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/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] + +## [2.9.0] - 2024-01-25 ### Added - gzip compression to queries (#2195) @@ -277,7 +279,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.8.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/query/2.9.0...HEAD +[2.9.0]: https://github.com/subquery/subql/compare/query/2.8.0...query/2.9.0 [2.8.0]: https://github.com/subquery/subql/compare/query/2.7.0...query/2.8.0 [2.7.0]: https://github.com/subquery/subql/compare/query/2.6.0...query2.7.0 [2.6.0]: https://github.com/subquery/subql/compare/query/2.5.0...query/2.6.0 diff --git a/packages/query/package.json b/packages/query/package.json index 1fcdff0e27..2b6402a578 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.8.1-0", + "version": "2.9.0", "description": "", "bin": { "subql-query": "./bin/run" @@ -69,6 +69,5 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - }, - "stableVersion": "2.8.0" + } } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 72deac57cd..da436201a6 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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] + +## [2.7.0] - 2024-01-25 ### Added - export sequelize support types (#2179) @@ -112,7 +114,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.6.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/utils/2.7.0...HEAD +[2.7.0]: https://github.com/subquery/subql/compare/utils/2.6.2...utils/2.7.0 [2.6.2]: https://github.com/subquery/subql/compare/utils/2.6.1...utils/2.6.2 [2.6.1]: https://github.com/subquery/subql/compare/utils/2.6.0...utils/2.6.1 [2.6.0]: https://github.com/subquery/subql/compare/utils/2.5.0...utils/2.6.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index e6e6735c9a..09c24cb138 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.6.3-0", + "version": "2.7.0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,6 +30,5 @@ }, "devDependencies": { "@types/semver": "^7" - }, - "stableVersion": "2.6.2" + } }