From c39b2032e1ee5081c03aa127dde05a69bf322086 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Wed, 12 Jun 2024 11:25:14 +1200 Subject: [PATCH] [release] 20240612 (#2441) --- .yarn/versions/16f0d61b.yml | 5 +++++ packages/cli/CHANGELOG.md | 5 ++++- packages/cli/package.json | 5 ++--- packages/node-core/CHANGELOG.md | 5 ++++- packages/node-core/package.json | 5 ++--- packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- packages/query/CHANGELOG.md | 4 +++- packages/query/package.json | 5 ++--- packages/types/CHANGELOG.md | 5 ++++- packages/types/package.json | 5 ++--- 11 files changed, 34 insertions(+), 20 deletions(-) create mode 100644 .yarn/versions/16f0d61b.yml diff --git a/.yarn/versions/16f0d61b.yml b/.yarn/versions/16f0d61b.yml new file mode 100644 index 0000000000..64092b8e3d --- /dev/null +++ b/.yarn/versions/16f0d61b.yml @@ -0,0 +1,5 @@ +undecided: + - "@subql/cli" + - "@subql/node" + - "@subql/node-core" + - "@subql/query" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7072f6e5d6..44794a9ffd 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.13.0] - 2024-06-12 ### Changed - Improve logging and error handling for multichain deploy (#2434) @@ -600,7 +602,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/4.12.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/cli/4.13.0...HEAD +[4.13.0]: https://github.com/subquery/subql/compare/cli/4.12.0...cli/4.13.0 [4.12.0]: https://github.com/subquery/subql/compare/cli/4.11.0...cli/4.12.0 [4.11.0]: https://github.com/subquery/subql/compare/cli/4.10.1...cli/4.11.0 [4.10.1]: https://github.com/subquery/subql/compare/cli/4.10.0...cli/4.10.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index 8fd4862538..a5bc0600f4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.12.1-1", + "version": "4.13.0", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -90,6 +90,5 @@ "types": "lib/index.d.ts", "resolutions": { "node-fetch": "2.6.7" - }, - "stableVersion": "4.12.1-0" + } } diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 8c62b36438..4de84cece3 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] + +## [10.5.0] - 2024-06-12 ### Added - Admin api add query `/db_size` to check database size and upsert in metadata @@ -716,7 +718,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/10.4.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.5.0...HEAD +[10.5.0]: https://github.com/subquery/subql/compare/node-core/10.4.1...node-core/10.5.0 [10.4.1]: https://github.com/subquery/subql/compare/node-core/10.4.0...node-core/10.4.1 [10.4.0]: https://github.com/subquery/subql/compare/node-core/10.3.2...node-core/10.4.0 [10.3.2]: https://github.com/subquery/subql/compare/node-core/10.3.1...node-core/10.3.2 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index f0ff6ae6a2..ee67a6b646 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "10.4.2-0", + "version": "10.5.0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -48,6 +48,5 @@ }, "devDependencies": { "@types/async-lock": "^1" - }, - "stableVersion": "10.4.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 7bd1d065d9..b5bcb9fc93 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/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.6.3] - 2024-06-12 ### Changed - Update polkadot dependencies to 11.2.1 (#2440) @@ -1218,7 +1220,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/4.6.2...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node/4.6.3...HEAD +[4.6.3]: https://github.com/subquery/subql/compare/node/4.6.2...node/4.6.3 [4.6.2]: https://github.com/subquery/subql/compare/node/4.6.1...node/4.6.2 [4.6.1]: https://github.com/subquery/subql/compare/node/4.6.0...node/4.6.1 [4.6.0]: https://github.com/subquery/subql/compare/node/4.5.1...node/4.6.0 diff --git a/packages/node/package.json b/packages/node/package.json index 3acbf0f27b..e99ea6b869 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "4.6.3-0", + "version": "4.6.3", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -54,6 +54,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.6.2" + ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 984e94c511..b34deba652 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.12.0] - 2024-06-12 ### Added - Add query `dbSize` under metadata (#2430) @@ -314,7 +315,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.11.1...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/query/2.12.0...HEAD +[2.12.0]: https://github.com/subquery/subql/compare/query/2.11.1...query/2.12.0 [2.11.1]: https://github.com/subquery/subql/compare/query/2.11.0...query/2.11.1 [2.11.0]: https://github.com/subquery/subql/compare/query/2.10.5...query/2.11.0 [2.10.5]: https://github.com/subquery/subql/compare/query/2.10.4...query/2.10.5 diff --git a/packages/query/package.json b/packages/query/package.json index ba9b3e0607..1dc1cb8260 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.11.2-0", + "version": "2.12.0", "description": "", "bin": { "subql-query": "./bin/run" @@ -70,6 +70,5 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - }, - "stableVersion": "2.11.1" + } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index da510aa31d..a134a82cab 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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] + +## [3.6.1] - 2024-06-12 ### Changed - Update polkadot dependencies to 11.2.1 (#2440) @@ -231,7 +233,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.6.0...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/types/3.6.1...HEAD +[3.6.1]: https://github.com/subquery/subql/compare/types/3.6.0...types/3.6.1 [3.6.0]: https://github.com/subquery/subql/compare/types/3.5.0...types/3.6.0 [3.5.0]: https://github.com/subquery/subql/compare/types/3.4.0...types/3.5.0 [3.4.0]: https://github.com/subquery/subql/compare/types/3.3.1...types/3.4.0 diff --git a/packages/types/package.json b/packages/types/package.json index d7309cfb70..7e1724ac7c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.6.1-0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -24,6 +24,5 @@ }, "devDependencies": { "@polkadot/api": "11.2.1" - }, - "stableVersion": "3.6.0" + } }