diff --git a/.yarn/versions/4d2b53f8.yml b/.yarn/versions/4d2b53f8.yml new file mode 100644 index 000000000..9b9ce5e91 --- /dev/null +++ b/.yarn/versions/4d2b53f8.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/node-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/def48634.yml b/.yarn/versions/def48634.yml new file mode 100644 index 000000000..196786880 --- /dev/null +++ b/.yarn/versions/def48634.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/packages/common-cosmos/CHANGELOG.md b/packages/common-cosmos/CHANGELOG.md index 54eaa32b9..fe2dde412 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] + +## [4.4.0] - 2024-06-21 ### Changed - Add default value in model class to follow ES2022 rule (#264) @@ -140,7 +142,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/4.3.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.4.0...HEAD +[4.4.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.3.0...common-cosmos/4.4.0 [4.3.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.2.0...common-cosmos/4.3.0 [4.2.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.1.1...common-cosmos/4.2.0 [4.1.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.1.0...common-cosmos/4.1.1 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index d2f031f85..3b7fd83eb 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "4.3.1-0", + "version": "4.4.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": "4.3.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index beaf6c845..cba5128ee 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] + +## [3.12.0] - 2024-06-21 ### Added - Add monitor service to record block indexing actions in order to improve POI accuracy, and provide debug info for Admin api (#264) - The ability to specify filters when creating dynamic data sources (#265) @@ -416,7 +418,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/3.11.2...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.12.0...HEAD +[3.12.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.2...node-cosmos/3.12.0 [3.11.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.1...node-cosmos/3.11.2 [3.11.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.11.0...node-cosmos/3.11.1 [3.11.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.10.0...node-cosmos/3.11.0 diff --git a/packages/node/package.json b/packages/node/package.json index 4cda698fe..d25f305b8 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "3.11.3-1", + "version": "3.12.0", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -57,6 +57,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.11.3-0" + ] }