Skip to content

Commit

Permalink
[release] 20240410 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Apr 10, 2024
1 parent 0232af9 commit 8b0460b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
4 changes: 3 additions & 1 deletion packages/common-algorand/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.3.0] - 2024-04-10
### Changed
- version bump with `@subql/common`

Expand Down Expand Up @@ -81,7 +82,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/3.2.2...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.2...common-algorand/3.3.0
[3.2.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.1...common-algorand/3.2.2
[3.2.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.2.0...common-algorand/3.2.1
[3.2.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.1.0...common-algorand/3.2.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": "3.2.3-0",
"version": "3.3.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -33,6 +33,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "3.2.2"
}
}
5 changes: 4 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.10.0] - 2024-04-10
### Changed
- Updated with node-core.Now dictionary support multiple dictionary endpoints, indexer will fetch and switch dictionaries base on available blocks

### Fixed
- Updated with node-core ,also fixed:
- Fix modulo block didn't apply correctly with multiple dataSources
Expand Down Expand Up @@ -227,7 +229,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.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...HEAD
[3.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...node-algorand/3.10.0
[3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1
[3.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.1...node-algorand/3.9.0
[3.8.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.0...node-algorand/3.8.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.9.2-0",
"version": "3.10.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.1"
]
}
4 changes: 3 additions & 1 deletion packages/types/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.2.0] - 2024-04-10
### Changed
- Update `@subql/types-core`

Expand Down Expand Up @@ -68,7 +69,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-algorand/3.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.2...types-algorand/3.2.0
[3.1.2]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.1...types-algorand/3.1.2
[3.1.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.1.0...types-algorand/3.1.1
[3.1.0]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.0.1...types-algorand/3.1.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": "3.1.3-0",
"version": "3.2.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -25,6 +25,5 @@
},
"dependencies": {
"@subql/types-core": "^0.6.0"
},
"stableVersion": "3.1.2"
}
}

0 comments on commit 8b0460b

Please sign in to comment.