diff --git a/.yarn/versions/5a3773a1.yml b/.yarn/versions/5a3773a1.yml new file mode 100644 index 00000000..9fa66b81 --- /dev/null +++ b/.yarn/versions/5a3773a1.yml @@ -0,0 +1,2 @@ +undecided: + - "@subql/common-algorand" diff --git a/packages/common-algorand/CHANGELOG.md b/packages/common-algorand/CHANGELOG.md index 758c603f..e135d9f4 100644 --- a/packages/common-algorand/CHANGELOG.md +++ b/packages/common-algorand/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.2.5] - 2024-11-26 ### Changed - Bump `@subql/common` dependency @@ -115,7 +117,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.4...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.5...HEAD +[4.2.5]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.4...common-algorand/4.2.5 [4.2.4]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...common-algorand/4.2.4 [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 diff --git a/packages/common-algorand/package.json b/packages/common-algorand/package.json index a9ded012..a71ba115 100644 --- a/packages/common-algorand/package.json +++ b/packages/common-algorand/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-algorand", - "version": "4.2.5-0", + "version": "4.2.5", "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.4" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index ec83be3f..b2366df7 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.15.0] - 2024-11-26 ### Added - Support for historical indexing by timestamp as well as block height - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations. @@ -280,7 +281,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.4...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...HEAD +[3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0 [3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4 [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 diff --git a/packages/node/package.json b/packages/node/package.json index 79759397..fab76b87 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "3.14.5-0", + "version": "3.15.0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -52,6 +52,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.14.4" + ] }