From f2630db199b241afba4f70b07498788bda911f18 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Tue, 14 Nov 2023 14:13:41 +1300 Subject: [PATCH 1/2] [release] 20231114 --- packages/common-concordium/CHANGELOG.md | 1 + packages/node/CHANGELOG.md | 1 + packages/types/CHANGELOG.md | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/common-concordium/CHANGELOG.md b/packages/common-concordium/CHANGELOG.md index d829ca46..4f243d90 100644 --- a/packages/common-concordium/CHANGELOG.md +++ b/packages/common-concordium/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. 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.3.0] - 2023-11-14 diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index e753784a..db2edf5d 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. 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.4.1] - 2023-11-14 diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 3b62eb59..9cb44c50 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. 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.4.0] - 2023-11-14 From 7117a88805a511d75930ac7773c563659e1012c7 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Tue, 14 Nov 2023 14:24:50 +1300 Subject: [PATCH 2/2] [release] 20231114 --- packages/common-concordium/CHANGELOG.md | 8 ++++++-- packages/common-concordium/package.json | 5 ++--- packages/node/CHANGELOG.md | 10 +++++++--- packages/node/package.json | 5 ++--- packages/types/CHANGELOG.md | 8 ++++++-- packages/types/package.json | 5 ++--- 6 files changed, 25 insertions(+), 16 deletions(-) diff --git a/packages/common-concordium/CHANGELOG.md b/packages/common-concordium/CHANGELOG.md index 4f243d90..fc9d24cf 100644 --- a/packages/common-concordium/CHANGELOG.md +++ b/packages/common-concordium/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. 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.3.1] - 2023-11-14 +### Fixed +- Failed previous release + ## [3.3.0] - 2023-11-14 ### Removed - `options` field on datasources as they were not used anywhere (#16) @@ -28,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump release version ## [3.1.0] - null -[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.3.0...HEAD +[Unreleased]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.3.1...HEAD +[3.3.1]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.3.0...common-concordium/3.3.1 [3.3.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.2.0...common-concordium/3.3.0 [3.2.0]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.3...common-concordium/3.2.0 [3.1.3]: https://github.com/subquery/subql-concordium/compare/common-concordium/3.1.2...common-concordium/3.1.3 diff --git a/packages/common-concordium/package.json b/packages/common-concordium/package.json index c9aabfb4..a7800556 100644 --- a/packages/common-concordium/package.json +++ b/packages/common-concordium/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-concordium", - "version": "3.3.1-0", + "version": "3.3.1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -28,6 +28,5 @@ "devDependencies": { "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index db2edf5d..3071a465 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -4,16 +4,19 @@ All notable changes to this project will be documented in this file. 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.4.2] - 2023-11-14 +### Fixed +- Failed previous release + ## [3.4.1] - 2023-11-14 ### Added - Improved filtering of account and contract addresses as well as bigints (#19) ## [3.4.0] - 2023-11-13 ### Changed -- Updates to match changes in +- Updates to match changes in - Dictionary service to use dictionary registry - Use yargs from node core @@ -41,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump release version ## [3.1.0] - null -[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.1...HEAD +[Unreleased]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.2...HEAD +[3.4.2]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.1...node-concordium/3.4.2 [3.4.1]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.4.0...node-concordium/3.4.1 [3.4.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.3.0...node-concordium/3.4.0 [3.3.0]: https://github.com/subquery/subql-concordium/compare/node-concordium/3.2.0...node-concordium/3.3.0 diff --git a/packages/node/package.json b/packages/node/package.json index ecf08c1e..e84fdc98 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-concordium", - "version": "3.4.2-0", + "version": "3.4.2", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -63,6 +63,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.4.1" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9cb44c50..79163146 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. 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.4.1] - 2023-11-14 +### Fixed +- Failed previous release + ## [3.4.0] - 2023-11-14 ### Removed - `options` field on datasources as they were not used anywhere (#16) @@ -24,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump release version ## [3.2.0] - null -[Unreleased]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.0...HEAD +[Unreleased]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.1...HEAD +[3.4.1]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.4.0...types-concordium/3.4.1 [3.4.0]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.3.0...types-concordium/3.4.0 [3.3.0]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.2.2...types-concordium/3.3.0 [3.2.2]: https://github.com/subquery/subql-concordium/compare/types-concordium/3.2.1...types-concordium/3.2.2 diff --git a/packages/types/package.json b/packages/types/package.json index 1d7721bf..757ec2bf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-concordium", - "version": "3.4.1-0", + "version": "3.4.1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -19,6 +19,5 @@ "files": [ "src/global.d.ts", "/dist" - ], - "stableVersion": "3.4.0" + ] }