From 98ab171f634c08253fb8e41b3ba6f063686c41c1 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Thu, 26 Oct 2023 09:41:52 +1300 Subject: [PATCH] [release] 20231025 (#193) --- .yarn/versions/609c9215.yml | 3 +++ .yarn/versions/91c7e208.yml | 3 +++ packages/common-cosmos/CHANGELOG.md | 5 ++++- packages/common-cosmos/package.json | 5 ++--- packages/node/CHANGELOG.md | 5 ++++- packages/node/package.json | 5 ++--- 6 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 .yarn/versions/609c9215.yml create mode 100644 .yarn/versions/91c7e208.yml diff --git a/.yarn/versions/609c9215.yml b/.yarn/versions/609c9215.yml new file mode 100644 index 000000000..196786880 --- /dev/null +++ b/.yarn/versions/609c9215.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-cosmos" + - "@subql/types-cosmos" diff --git a/.yarn/versions/91c7e208.yml b/.yarn/versions/91c7e208.yml new file mode 100644 index 000000000..9b9ce5e91 --- /dev/null +++ b/.yarn/versions/91c7e208.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 d2149de73..83675512a 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] + +## [3.1.1] - 2023-10-26 ### Changed - Update @subql/common @@ -101,7 +103,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.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.1...HEAD +[3.1.1]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.1.0...common-cosmos/3.1.1 [3.1.0]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.3...common-cosmos/3.1.0 [3.0.3]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.2...common-cosmos/3.0.3 [3.0.2]: https://github.com/subquery/subql-cosmos/compare/common-cosmos/3.0.1...common-cosmos/3.0.2 diff --git a/packages/common-cosmos/package.json b/packages/common-cosmos/package.json index 0eb0caaeb..906ccee9f 100644 --- a/packages/common-cosmos/package.json +++ b/packages/common-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-cosmos", - "version": "3.1.1-0", + "version": "3.1.1", "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.1.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 7f60f1e5b..f63ea8e59 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.1.1] - 2023-10-26 ### Fixed - Fix crash when creating new dynamic datasources @@ -293,7 +295,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.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.1.1...HEAD +[3.1.1]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.1.0...node-cosmos/3.1.1 [3.1.0]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.3...node-cosmos/3.1.0 [3.0.3]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.2...node-cosmos/3.0.3 [3.0.2]: https://github.com/subquery/subql-cosmos/compare/node-cosmos/3.0.1...node-cosmos/3.0.2 diff --git a/packages/node/package.json b/packages/node/package.json index 6c9837b02..70ee404ef 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-cosmos", - "version": "3.1.1-0", + "version": "3.1.1", "description": "", "author": "SubQuery Pte Ltd", "license": "GPL-3.0", @@ -62,6 +62,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.1.0" + ] }