Skip to content

Commit

Permalink
[release] 20220809 (#11)
Browse files Browse the repository at this point in the history
* [release] 20220809

* Update packages/node/CHANGELOG.md

Co-authored-by: Marta Adamczyk <[email protected]>

Co-authored-by: Marta Adamczyk <[email protected]>
  • Loading branch information
stwiname and deverka authored Aug 8, 2022
1 parent cc47f4b commit a07aa88
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
9 changes: 7 additions & 2 deletions packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.0.0] - 2022-08.04
## [1.0.1] - 2022-08-09
### Fixes
- 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.0...HEAD
[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
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": "1.0.1-0",
"version": "1.0.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,6 +26,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "1.0.0"
}
}
11 changes: 10 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.1] - 2022-08-09

### Fixed
- Filtering issues with transaction handlers. (#9)

### Changed
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04

Initial Algorand support.

[Unreleased]: https://github.com/subquery/subql/compare/node/v1.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/v1.6.1...HEAD
[1.6.1]: https://github.com/subquery/subql/compare/node/v1.6.0.../node/v1.6.1
[1.6.0]: https://github.com/subquery/subql/compare/node/v1.6.0
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": "1.6.1-1",
"version": "1.6.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,6 +68,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.6.1-0"
]
}

0 comments on commit a07aa88

Please sign in to comment.