Skip to content

Commit

Permalink
[release] 20230627 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jun 27, 2023
1 parent dc8bc3c commit 71e816d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 deletions.
7 changes: 6 additions & 1 deletion packages/common-algorand/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.3.0] - 2023-06-27
### Changed
- Update @subql/common dependency (#62)

## [2.2.1] - 2023-06-09
### Changed
- Update common
Expand Down Expand Up @@ -35,7 +39,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/2.2.1...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...HEAD
[2.3.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.1...common-algorand/2.3.0
[2.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.2.0...common-algorand/2.2.1
[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
Expand Down
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.2.2-1",
"version": "2.3.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.2.2-0"
}
}
44 changes: 26 additions & 18 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0] - 2023-06-27
### Changed
- Sync with main sdk and update deps (#62)

### Added
- Multiple endpoint improvements (#56)

## [2.5.2] - 2023-06-09
### Fixed
- POI block hash encoding
Expand Down Expand Up @@ -112,21 +119,22 @@ 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/2.5.2...HEAD
[2.5.2]: https://github.com/subquery/subql-algorand/compare/node/2.5.1...node/2.5.2
[2.5.1]: https://github.com/subquery/subql-algorand/compare/nodev2.5.0...node/2.5.1
[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
[1.18.3]: https://github.com/subquery/subql-algorand/node/v1.18.2.../node/v1.18.3
[1.18.2]: https://github.com/subquery/subql-algorand/node/v1.18.1.../node/v1.18.2
[1.18.1]: https://github.com/subquery/subql-algorand/node/v1.18.0.../node/v1.18.1
[1.18.0]: https://github.com/subquery/subql-algorand/node/v1.11.0.../node/v1.18.0
[1.11.0]: https://github.com/subquery/subql-algorand/node/v1.10.0.../node/v1.11.0
[1.10.0]: https://github.com/subquery/subql-algorand/node/v1.9.0.../node/v1.10.0
[1.9.0]: https://github.com/subquery/subql-algorand/compare/node/v1.6.1.../node/v1.9.0
[1.6.1]: https://github.com/subquery/subql-algorand/compare/node/v1.6.0.../node/v1.6.1
[1.6.0]: https://github.com/subquery/subql-algorand/compare/node/v1.6.0
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...HEAD
[2.8.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.2...node-algorand/2.8.0
[2.5.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.1...node-algorand/2.5.2
[2.5.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.5.0...node-algorand/2.5.1
[2.5.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.3.1...node-algorand/2.5.0
[2.3.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.3.0...node-algorand/2.3.1
[2.3.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.1.0...node-algorand/2.3.0
[2.1.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.0.0...node-algorand/2.1.0
[2.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/.1.19.0..node-algorand/2.0.0
[1.19.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.18.3...node-algorand/1.19.0
[1.18.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.18.2...node-algorand/1.18.3
[1.18.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.18.1...node-algorand/1.18.2
[1.18.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.18.0...node-algorand/1.18.1
[1.18.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.11.0...node-algorand/1.18.0
[1.11.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.10.0...node-algorand/1.11.0
[1.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.9.0...node-algorand/1.10.0
[1.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.6.1...node-algorand/1.9.0
[1.6.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.6.0...node-algorand/1.6.1
[1.6.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/1.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": "2.5.3-1",
"version": "2.8.0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.5.3-0"
]
}

0 comments on commit 71e816d

Please sign in to comment.