From 047f33ebd847ae1d0c4b9befaad1e7645a2956b8 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Thu, 14 Dec 2023 11:59:41 +1300 Subject: [PATCH] [release] 20231214 --- .yarn/versions/087ac188.yml | 3 +++ .yarn/versions/764e4ca5.yml | 3 +++ packages/common-cosmos/CHANGELOG.md | 7 +++++-- packages/common-cosmos/package.json | 5 ++--- packages/node/CHANGELOG.md | 9 +++++++-- packages/node/package.json | 5 ++--- 6 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 .yarn/versions/087ac188.yml create mode 100644 .yarn/versions/764e4ca5.yml diff --git a/.yarn/versions/087ac188.yml b/.yarn/versions/087ac188.yml new file mode 100644 index 000000000..196786880 --- /dev/null +++ b/.yarn/versions/087ac188.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/764e4ca5.yml b/.yarn/versions/764e4ca5.yml new file mode 100644 index 000000000..9b9ce5e91 --- /dev/null +++ b/.yarn/versions/764e4ca5.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 96fab0e6d..13d73f8b4 100644 --- a/packages/common-cosmos/CHANGELOG.md +++ b/packages/common-cosmos/CHANGELOG.md @@ -5,8 +5,10 @@ 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.0.0] - 2023-12-14 ### Fixed -- Codegen generating types with duplicate names leading to invalid TS (#216) +- Codegen generating types with duplicate names leading to invalid TS. (#216) ## [3.2.1] - 2023-11-08 ### Fixed @@ -113,7 +115,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/3.2.1...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/4.0.0...HEAD +[4.0.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.2.1...common-cosmos/4.0.0 [3.2.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.2.0...common-cosmos/3.2.1 [3.2.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.1...common-cosmos/3.2.0 [3.1.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.0...common-cosmos/3.1.1 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index efab7a0e6..70663f82c 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "3.2.2-0", + "version": "4.0.0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -45,6 +45,5 @@ "ejs": "3.1.7", "lodash": "4.17.21", "rimraf": "^3.0.2" - }, - "stableVersion": "3.2.1" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index bdf412916..a60f65e6f 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.4.5] - 2023-12-14 +### Changed +- Update @subql/common-cosmos and other deps + ## [3.4.4] - 2023-11-30 ### Fixed - Sync with `node-core` 7.0.2 @@ -25,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.0] - 2023-11-13 ### Changed -- Updates to match changes in `@subql/node-core` (#209) +- Updates to match changes in - Dictionary service to use dictionary registry - Use yargs from node core @@ -337,7 +341,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.4.4...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.4.5...HEAD +[3.4.5]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.4.4...node-cosmos/3.4.5 [3.4.4]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.4.3...node-cosmos/3.4.4 [3.4.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.4.2...node-cosmos/3.4.3 [3.4.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.4.1...node-cosmos/3.4.2 diff --git a/packages/node/package.json b/packages/node/package.json index 7368c235e..84b0ee4ab 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "3.4.5-0", + "version": "3.4.5", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -62,6 +62,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.4.4" + ] }