Skip to content

Commit

Permalink
[release] 20231004 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Oct 4, 2023
1 parent 00294e6 commit 2b824a9
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .yarn/versions/e4a378f1.yml

This file was deleted.

11 changes: 10 additions & 1 deletion packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2023-10-04
### Added
- Parent field to manifest for project upgrades

### Changed
- Update model with `@subql/types-core` and `@subql/common`

## [2.4.0] - 2023-07-31
### Added
- Add `applicationArgs` to `AlgorandTransactionFilter` (#67)

### Changed
- Update license to GPL-3.0 (#70)
- Sync with `@subql/common` 2.4.0
Expand Down Expand Up @@ -46,7 +54,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.0...HEAD
[3.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.4.0...common-algorand/3.0.0
[2.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...common-algorand/2.4.0
[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
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.4.1-0",
"version": "3.0.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.4.0"
}
}
9 changes: 8 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2023-10-04
### Changed
- Update `@subql/node-core` and sync with main SDK.

## [2.10.0] - 2023-07-31
### Added
- Add `block` to `AlgorandTransaction` (#67)
- Add `getTransactionsByGroup` to `AlgorandBlock` (#67)
- Add `applicationArgs` to `AlgorandTransactionFilter`. Note: dictionary doesn't yet support this. (#67)

### Changed
- add `store-cache-upper-limit` flag
- Reduce block time interval (#67)
- Update license to GPL-3.0
- Sync with `node-core` 4.0.1

### Fixed
- Sync with @node/core, various improvements for POI feature

Expand Down Expand Up @@ -132,7 +138,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/2.10.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.0...HEAD
[3.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.10.0...node-algorand/3.0.0
[2.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...node-algorand/2.10.0
[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
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.10.1-0",
"version": "3.0.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.10.0"
]
}
8 changes: 7 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2023-10-04
### Changed
- Use `@subql/types-core`

## [2.2.0] - 2023-07-31
### Added
- Add `block` to `AlgorandTransaction` (#67)
- Add `getTransactionsByGroup` to `AlgorandBlock` (#67)
- Add `applicationArgs` to `AlgorandTransactionFilter` (#67)

### Changed
- Update license to GPL-3.0 (#70)

Expand Down Expand Up @@ -44,7 +49,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/2.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types/3.0.0...HEAD
[3.0.0]: https://github.com/subquery/subql-algorand/compare/types/2.2.0...types/3.0.0
[2.2.0]: https://github.com/subquery/subql-algorand/compare/types/2.1.0...types/2.2.0
[2.1.0]: https://github.com/subquery/subql-algorand/compare/types/2.0.0...types/2.1.0
[2.0.0]: https://github.com/subquery/subql-algorand/compare/types/1.6.0...types/2.0.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "2.2.1-0",
"version": "3.0.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -24,6 +24,5 @@
},
"dependencies": {
"@subql/types-core": "^0.1.1"
},
"stableVersion": "2.2.0"
}
}

0 comments on commit 2b824a9

Please sign in to comment.