From d7fc2a3088398a62ccbb9f19e007ffd992d1bd9b Mon Sep 17 00:00:00 2001 From: Tate Date: Wed, 27 Nov 2024 02:27:26 +0000 Subject: [PATCH] [release] 20241127 --- .yarn/versions/dc0c537d.yml | 2 ++ .yarn/versions/e099fb72.yml | 0 packages/common-cosmos/CHANGELOG.md | 4 +++- packages/common-cosmos/package.json | 5 ++--- packages/node/CHANGELOG.md | 4 +++- packages/node/package.json | 5 ++--- 6 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .yarn/versions/dc0c537d.yml create mode 100644 .yarn/versions/e099fb72.yml diff --git a/.yarn/versions/dc0c537d.yml b/.yarn/versions/dc0c537d.yml new file mode 100644 index 000000000..ba5310bc8 --- /dev/null +++ b/.yarn/versions/dc0c537d.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-cosmos" diff --git a/.yarn/versions/e099fb72.yml b/.yarn/versions/e099fb72.yml new file mode 100644 index 000000000..e69de29bb diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index 2bb9b6d2a..4c9ac07ac 100644 --- a/packages/common-cosmos/CHANGELOG.md +++ b/packages/common-cosmos/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.6] - 2024-11-27 ### Changed - Bump `@subql/common` dependency @@ -169,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix chainTypes not being in deployments ## [0.0.5] - 2022-06-15 -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.5...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.6...HEAD +[5.0.6]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.5...common-cosmos/5.0.6 [5.0.5]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.4...common-cosmos/5.0.5 [5.0.4]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.3...common-cosmos/5.0.4 [5.0.3]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.2...common-cosmos/5.0.3 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index f6ba16728..c20de8162 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.6-0", + "version": "5.0.6", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -45,6 +45,5 @@ "ejs": "3.1.10", "lodash": "4.17.21", "rimraf": "^3.0.2" - }, - "stableVersion": "5.0.5" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 356b75a66..f86ed8061 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2024-11-27 ### Added - Support for historical indexing by timestamp as well as block height - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. @@ -471,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Init release -[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.4...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.2.0...HEAD +[4.2.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.4...node-cosmos/4.2.0 [4.1.4]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.3...node-cosmos/4.1.4 [4.1.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.2...node-cosmos/4.1.3 [4.1.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.1.1...node-cosmos/4.1.2 diff --git a/packages/node/package.json b/packages/node/package.json index b991b3692..6b0295370 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.1.5-0", + "version": "4.2.0", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.1.4" + ] }