From 4bbd8a32c968a669d9e28b64e980b53e82147942 Mon Sep 17 00:00:00 2001 From: yoozo Date: Tue, 22 Oct 2024 14:06:53 +0800 Subject: [PATCH] [release] 20241022-2 (#137) --- .yarn/versions/e80855ac.yml | 3 +++ packages/common-algorand/CHANGELOG.md | 6 +++--- packages/common-algorand/package.json | 5 ++--- packages/node/CHANGELOG.md | 6 +++--- packages/node/package.json | 5 ++--- packages/types/CHANGELOG.md | 6 +++--- packages/types/package.json | 5 ++--- 7 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 .yarn/versions/e80855ac.yml diff --git a/.yarn/versions/e80855ac.yml b/.yarn/versions/e80855ac.yml new file mode 100644 index 00000000..aade533f --- /dev/null +++ b/.yarn/versions/e80855ac.yml @@ -0,0 +1,3 @@ +undecided: + - "@subql/common-algorand" + - "@subql/node-algorand" diff --git a/packages/common-algorand/CHANGELOG.md b/packages/common-algorand/CHANGELOG.md index b1d01c22..b3552e2a 100644 --- a/packages/common-algorand/CHANGELOG.md +++ b/packages/common-algorand/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [4.2.2] - 2024-10-22 +## [4.2.3] - 2024-10-22 ### Changed - Bump `@subql/common` dependency (#135) @@ -109,8 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `assetId` on transaction filter being validated as a string. (#9) ## [1.0.0] - 2022-08-04 -[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.2...HEAD -[4.2.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.2 +[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...HEAD +[4.2.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.3 [4.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.1.0...common-algorand/4.2.1 [4.1.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.0.0...common-algorand/4.1.0 [4.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.5.0...common-algorand/4.0.0 diff --git a/packages/common-algorand/package.json b/packages/common-algorand/package.json index 1803c35b..d10cc8c6 100644 --- a/packages/common-algorand/package.json +++ b/packages/common-algorand/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-algorand", - "version": "4.2.3-0", + "version": "4.2.3", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -28,6 +28,5 @@ "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12", "@types/semver": "^7" - }, - "stableVersion": "4.2.2" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 301b3c8d..cac5a3ef 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.14.2] - 2024-10-22 +## [3.14.3] - 2024-10-22 ### Changed - Bump `@subql/common` and `@subql/node-core` dependency (#135) @@ -269,8 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Synced latest changes from main repo. (#10) ## [1.6.0] - 2022-08-04 -[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.2...HEAD -[3.14.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.2 +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...HEAD +[3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3 [3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1 [3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0 [3.12.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.3...node-algorand/3.12.0 diff --git a/packages/node/package.json b/packages/node/package.json index 4d4df480..66b9283e 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "3.14.3-0", + "version": "3.14.3", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -52,6 +52,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.14.2" + ] } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 14ddf91c..3d9f6ce7 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [4.0.0] - 2024-10-22 +## [4.0.1] - 2024-10-22 ### Changed - Bump `@subql/types-core` dependency (#135) @@ -89,8 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.1] - 2022-08-04 ## [1.2.0] - 2022-08-04 -[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.0...HEAD -[4.0.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.0 +[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/4.0.1...HEAD +[4.0.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...types-algorand/4.0.1 [3.6.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.5.0...types-algorand/3.6.1 [3.5.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.4.0...types-algorand/3.5.0 [3.4.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.3.0...types-algorand/3.4.0 diff --git a/packages/types/package.json b/packages/types/package.json index 9ea643c9..efa0c600 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-algorand", - "version": "4.0.1-0", + "version": "4.0.1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql-algorand", @@ -25,6 +25,5 @@ }, "dependencies": { "@subql/types-core": "^2.0.0" - }, - "stableVersion": "4.0.0" + } }