diff --git a/.yarn/versions/04782ba3.yml b/.yarn/versions/04782ba3.yml new file mode 100644 index 00000000..19678688 --- /dev/null +++ b/.yarn/versions/04782ba3.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/3775e704.yml b/.yarn/versions/3775e704.yml new file mode 100644 index 00000000..9b9ce5e9 --- /dev/null +++ b/.yarn/versions/3775e704.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-cosmos" + - "@subql/types-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index fa9084e3..41c0ee79 100644 --- a/packages/common-cosmos/CHANGELOG.md +++ b/packages/common-cosmos/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] + +## [5.1.0] - 2024-12-17 ### Changed - Update `@subql/common` dependency @@ -172,7 +174,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.6...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.1.0...HEAD +[5.1.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/5.0.6...common-cosmos/5.1.0 [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 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index 23d6b898..031ba6a8 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "5.0.7-0", + "version": "5.1.0", "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.6" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index d7152b8d..527c103f 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.3.0] - 2024-12-17 ### Changed - Update `@subql/node-core` and `@subql/common` dependencies @@ -478,7 +480,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.2.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.3.0...HEAD +[4.3.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.2.1...node-cosmos/4.3.0 [4.2.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/4.2.0...node-cosmos/4.2.1 [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 diff --git a/packages/node/package.json b/packages/node/package.json index 12d7f284..77ee3c74 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "4.2.2-0", + "version": "4.3.0", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "4.2.1" + ] }