Skip to content

Commit

Permalink
[release] 20241126 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Nov 28, 2024
1 parent 071c84b commit 93f7244
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/5a3773a1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-algorand"
5 changes: 4 additions & 1 deletion packages/common-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [4.2.5] - 2024-11-26
### Changed
- Bump `@subql/common` dependency

Expand Down Expand Up @@ -115,7 +117,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/4.2.4...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.5...HEAD
[4.2.5]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.4...common-algorand/4.2.5
[4.2.4]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.3...common-algorand/4.2.4
[4.2.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.2.1...common-algorand/4.2.3
[4.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.1.0...common-algorand/4.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": "4.2.5-0",
"version": "4.2.5",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,6 +28,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "4.2.4"
}
}
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.15.0] - 2024-11-26
### Added
- Support for historical indexing by timestamp as well as block height
- Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
Expand Down Expand Up @@ -280,7 +281,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/3.14.4...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...HEAD
[3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0
[3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
[3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
[3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
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": "3.14.5-0",
"version": "3.15.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -52,6 +52,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.14.4"
]
}

0 comments on commit 93f7244

Please sign in to comment.