From 76854b1281305df378e9aa03dceca26b3713a8fd Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Fri, 2 Jun 2023 16:47:20 +1200 Subject: [PATCH] [release] 20230602 (#50) --- packages/common-algorand/CHANGELOG.md | 25 ++++++++++++++----------- packages/common-algorand/package.json | 5 ++--- packages/node/CHANGELOG.md | 11 ++++++++--- packages/node/package.json | 5 ++--- 4 files changed, 26 insertions(+), 20 deletions(-) diff --git a/packages/common-algorand/CHANGELOG.md b/packages/common-algorand/CHANGELOG.md index 9f44260b..b2799111 100644 --- a/packages/common-algorand/CHANGELOG.md +++ b/packages/common-algorand/CHANGELOG.md @@ -4,12 +4,14 @@ 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). -All logs must start with the format: [x.y.z] - yyyy-mm-dd - ## [Unreleased] +## [2.2.0] - 2023-06-02 +### Changed +- update common package (#49) + ## [2.1.0] - 2023-05-17 -### Updated +### Changed - Sync with main SDK ## [2.0.0] - 2023-05-01 @@ -17,7 +19,6 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd - Sync with main SDK for 2.0 release ## [1.2.0] - 2023-01-24 - ### Added - Ability to bypass blocks. (#22) @@ -26,13 +27,15 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd - Added timestamp to BlockFilter. (#19) ## [1.0.1] - 2022-08-09 -### Fixes +### Fixed - Fixed `assetId` on transaction filter being validated as a string. (#9) ## [1.0.0] - 2022-08-04 - -Initial Algorand support - -[Unreleased]: https://github.com/subquery/subql/compare/common-algorand/v1.0.1...HEAD -[1.0.1]: https://github.com/subquery/subql/compare/common-algorand/v1.0.0...common-algorand/v1.0.1 -[1.0.0]: https://github.com/subquery/subql/compare/common-algorand/v1.0.0 +[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.0...HEAD +[2.2.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.1.0...common-algorand/2.2.0 +[2.1.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.0.0...common-algorand/2.1.0 +[2.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/1.2.0...common-algorand/2.0.0 +[1.2.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/1.1.0...common-algorand/1.2.0 +[1.1.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/1.0.1...common-algorand/1.1.0 +[1.0.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/v1.0.0...common-algorand/v1.0.1 +[1.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/v1.0.0 diff --git a/packages/common-algorand/package.json b/packages/common-algorand/package.json index 4528659c..2327e0bb 100644 --- a/packages/common-algorand/package.json +++ b/packages/common-algorand/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-algorand", - "version": "2.1.1-0", + "version": "2.2.0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -32,6 +32,5 @@ "@types/js-yaml": "^4.0.4", "@types/pino": "^6.3.12", "@types/semver": "^7" - }, - "stableVersion": "2.1.0" + } } diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 564c0e17..856dd28c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.0] - 2023-06-02 +### Fixed +- Updated dependencies with fixes and ported over relevant fixes from main sdk (#49) + ## [2.3.1] - 2023-05-26 ### Fixed - Workers crashing because of bad dependency injection @@ -100,9 +104,10 @@ 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/v2.3.1...HEAD -[2.3.1]: https://github.com/subquery/subql-algorand/compare/node/v2.3.0...node/v2.3.1 -[2.3.0]: https://github.com/subquery/subql-algorand/compare/node/v2.1.0...node/v2.3.0 +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node/2.5.0...HEAD +[2.5.0]: https://github.com/subquery/subql-algorand/compare/node/2.3.1...node/2.5.0 +[2.3.1]: https://github.com/subquery/subql-algorand/compare/node/2.3.0...node/2.3.1 +[2.3.0]: https://github.com/subquery/subql-algorand/compare/node/2.1.0...node/2.3.0 [2.1.0]: https://github.com/subquery/subql-algorand/node/v2.0.0.../node/v2.1.0 [2.0.0]: https://github.com/subquery/subql-algorand/node/v.1.19.0../node/v2.0.0 [1.19.0]: https://github.com/subquery/subql-algorand/node/v1.18.3.../node/v1.19.0 diff --git a/packages/node/package.json b/packages/node/package.json index 7bffd8cc..48aef7ee 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "2.3.2-0", + "version": "2.5.0", "description": "", "author": "Ian He", "license": "Apache-2.0", @@ -62,6 +62,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "2.3.1" + ] }