Skip to content

Commit

Permalink
[release] 20230602 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 2, 2023
1 parent fa77ba1 commit 76854b1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
25 changes: 14 additions & 11 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ 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
### Changed
- Sync with main SDK for 2.0 release

## [1.2.0] - 2023-01-24

### Added
- Ability to bypass blocks. (#22)

Expand All @@ -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
5 changes: 2 additions & 3 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,6 +32,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "2.1.0"
}
}
11 changes: 8 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.3.1"
]
}

0 comments on commit 76854b1

Please sign in to comment.