diff --git a/.yarn/versions/e861e961.yml b/.yarn/versions/e861e961.yml new file mode 100644 index 00000000..aade533f --- /dev/null +++ b/.yarn/versions/e861e961.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 437513a6..4b4e3b80 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.1] - 2024-09-10 ### Changed - Bump version with `@subql/common` @@ -103,7 +105,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.1.0...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...HEAD +[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 [3.5.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.4.0...common-algorand/3.5.0 diff --git a/packages/common-algorand/package.json b/packages/common-algorand/package.json index 4d536fca..ff9c64dc 100644 --- a/packages/common-algorand/package.json +++ b/packages/common-algorand/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-algorand", - "version": "4.2.0", + "version": "4.2.1", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 529d0b5d..15fd9309 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.14.1] - 2024-09-10 ### Changed - Bump version with `node-core` and `@subql/common` @@ -263,7 +265,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.13.0...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...HEAD +[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 [3.11.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.2...node-algorand/3.11.3 diff --git a/packages/node/package.json b/packages/node/package.json index af2e61aa..668cb52b 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "3.14.0", + "version": "3.14.1", "description": "", "author": "Ian He", "license": "GPL-3.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index cf824a23..58d71607 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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.6.1] - 2024-09-10 ### Changed - Bump version with `@subql/types-core` @@ -83,7 +85,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/3.5.0...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.6.1...HEAD +[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 [3.3.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.2.0...types-algorand/3.3.0 diff --git a/packages/types/package.json b/packages/types/package.json index 9af0bc65..4d640903 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-algorand", - "version": "3.6.0", + "version": "3.6.1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql-algorand",